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-10-14T03:15:12.981Z||main|||||INFO|500||The following profiles are active: basic
2022-10-14T03:15:24.233Z||main|||||INFO|500||Starting service [Tomcat]
2022-10-14T03:15:24.233Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-10-14T03:15:24.341Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-10-14T03:15:28.772Z||main|||||INFO|500||catdb-pool - Starting...
2022-10-14T03:15:29.235Z||main|||||INFO|500||catdb-pool - Start completed.
2022-10-14T03:15:29.777Z||main|||||INFO|500||reqdb-pool - Starting...
2022-10-14T03:15:29.787Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-10-14T03:15:29.993Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-10-14T03:15:30.284Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-10-14T03:15:31.038Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-10-14T03:15:33.594Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-10-14T03:15:36.037Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-10-14T03:15:36.122Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-10-14T03:15:36.798Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-10-14T03:15:37.035Z||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-10-14T03:15:38.252Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-10-14T03:15:39.406Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2022-10-14T03:15:39.430Z||main|||||WARN|500||Exception on connecting to SDC WFD endpoint: 
java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at java.base/sun.net.NetworkClient.doConnect(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
	at java.base/java.net.HttpURLConnection.getResponseCode(Unknown Source)
	at org.onap.so.asdc.activity.DeployActivitySpecs.checkHttpServerUp(DeployActivitySpecs.java:155)
	at org.onap.so.asdc.activity.DeployActivitySpecs.deployActivities(DeployActivitySpecs.java:70)
	at org.onap.so.asdc.activity.DeployActivitySpecs$$FastClassBySpringCGLIB$$7dbd81c4.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
	at org.onap.so.asdc.activity.DeployActivitySpecs$$EnhancerBySpringCGLIB$$b3d2088f.deployActivities()
	at org.onap.so.asdc.Application.deployActivities(Application.java:52)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
	at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
	at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
	at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
	at org.onap.so.asdc.Application.main(Application.java:60)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
	at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2022-10-14T03:15:39.430Z||main|||||WARN|500||The sdc end point is not alive
2022-10-14T03:15:43.078Z||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-10-14T03:15:46.474Z||main|||||WARN|500||---
2022-10-14T03:15:46.475Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-10-14T03:15:46.475Z||main|||||WARN|500||---
2022-10-14T03:15:46.943Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-10-14T03:15:51.913Z||main|||||INFO|500||Started Application in 42.142 seconds (JVM running for 44.499)
2022-10-14T03:15:51.941Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-10-14T03:15:51.942Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-10-14T03:15:51.954Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-10-14T03:15:51.977Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-10-14T03:15:52.027Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= bc143174-0001-477d-ad45-144f82796e9f url= /sdc/v1/artifactTypes
2022-10-14T03:15:52.027Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-10-14T03:15:52.312Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-10-14T03:15:52.336Z||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-10-14T03:15:52.359Z||scheduling-1|||||DEBUG|500||create keys
2022-10-14T03:15:52.366Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-10-14T03:15:52.423Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T03:15:52.440Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= aca4372f-4dba-4f9f-9b1b-d2d1c83036f0 url= /sdc/v1/registerForDistribution
2022-10-14T03:15:52.567Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= aca4372f-4dba-4f9f-9b1b-d2d1c83036f0 url= /sdc/v1/registerForDistribution
2022-10-14T03:15:52.568Z||scheduling-1|||||INFO|500||start DistributionClient
2022-10-14T03:15:52.586Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T03:15:52.585Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T03:15:52.605Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-10-14T03:15:52.606Z||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-10-14T03:15:52.606Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T03:15:52.610Z||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-10-14T03:15:52.611Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T03:16:02.956Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T03:16:02.978Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T03:16:52.580Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T03:16:52.583Z||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-10-14T03:16:52.583Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T03:16:52.586Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T03:16:52.587Z||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-10-14T03:16:52.587Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T03:17:02.139Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T03:17:02.142Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T03:17:52.580Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T03:17:52.581Z||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-10-14T03:17:52.582Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T03:17:52.585Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T03:17:52.586Z||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-10-14T03:17:52.587Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T03:18:02.140Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T03:18:02.140Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T03:18:52.580Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T03:18:52.581Z||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-10-14T03:18:52.581Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T03:18:52.585Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T03:18:52.586Z||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-10-14T03:18:52.586Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T03:19:02.134Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T03:19:02.136Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T03:19:52.580Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T03:19:52.581Z||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-10-14T03:19:52.581Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T03:19:52.585Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T03:19:52.586Z||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-10-14T03:19:52.586Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T03:20:02.153Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T03:20:02.159Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T03:20:52.579Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T03:20:52.581Z||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-10-14T03:20:52.581Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T03:20:52.585Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T03:20:52.586Z||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-10-14T03:20:52.586Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T03:21:02.135Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T03:21:02.135Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T03:21:52.579Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T03:21:52.581Z||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-10-14T03:21:52.582Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T03:21:52.585Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T03:21:52.588Z||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-10-14T03:21:52.588Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T03:22:02.136Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T03:22:02.140Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T03:22:52.583Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T03:22:52.584Z||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-10-14T03:22:52.584Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T03:22:52.585Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T03:22:52.586Z||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-10-14T03:22:52.586Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T03:23:02.135Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T03:23:02.139Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T03:23:52.580Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T03:23:52.583Z||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-10-14T03:23:52.583Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T03:23:52.585Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T03:23:52.586Z||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-10-14T03:23:52.586Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T03:24:02.137Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T03:24:02.137Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T03:24:52.580Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T03:24:52.583Z||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-10-14T03:24:52.583Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T03:24:52.586Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T03:24:52.587Z||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-10-14T03:24:52.587Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T03:25:02.142Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T03:25:02.150Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T03:25:52.579Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T03:25:52.581Z||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-10-14T03:25:52.581Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T03:25:52.585Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T03:25:52.586Z||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-10-14T03:25:52.586Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T03:25:59.235Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-10-14T03:26:02.134Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T03:26:02.138Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T03:26:52.580Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T03:26:52.581Z||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-10-14T03:26:52.581Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T03:26:52.585Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T03:26:52.586Z||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-10-14T03:26:52.587Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T03:27:02.136Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T03:27:02.139Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T03:27:52.579Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T03:27:52.580Z||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-10-14T03:27:52.581Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T03:27:52.585Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T03:27:52.586Z||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-10-14T03:27:52.586Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T03:28:02.130Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T03:28:02.130Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T03:28:52.580Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T03:28:52.581Z||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-10-14T03:28:52.581Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T03:28:52.585Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T03:28:52.587Z||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-10-14T03:28:52.587Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T03:29:02.141Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T03:29:02.141Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T03:29:52.579Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T03:29:52.580Z||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-10-14T03:29:52.581Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T03:29:52.586Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T03:29:52.587Z||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-10-14T03:29:52.588Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T03:30:02.170Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T03:30:02.172Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T03:30:52.580Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T03:30:52.581Z||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-10-14T03:30:52.581Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T03:30:52.585Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T03:30:52.586Z||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-10-14T03:30:52.586Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T03:31:02.141Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T03:31:02.142Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T03:31:52.580Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T03:31:52.583Z||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-10-14T03:31:52.583Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T03:31:52.585Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T03:31:52.586Z||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-10-14T03:31:52.586Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T03:32:02.138Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T03:32:02.139Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T03:32:52.580Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T03:32:52.580Z||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-10-14T03:32:52.581Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T03:32:52.585Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T03:32:52.586Z||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-10-14T03:32:52.587Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T03:33:02.128Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T03:33:02.129Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T03:33:52.580Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T03:33:52.581Z||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-10-14T03:33:52.581Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T03:33:52.585Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T03:33:52.586Z||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-10-14T03:33:52.587Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T03:34:02.130Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T03:34:02.133Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T03:34:52.579Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T03:34:52.580Z||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-10-14T03:34:52.581Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T03:34:52.585Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T03:34:52.586Z||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-10-14T03:34:52.587Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T03:35:02.126Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T03:35:02.130Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T03:35:52.580Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T03:35:52.581Z||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-10-14T03:35:52.581Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T03:35:52.585Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T03:35:52.586Z||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-10-14T03:35:52.587Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T03:36:02.129Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T03:36:02.131Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T03:36:52.579Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T03:36:52.580Z||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-10-14T03:36:52.581Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T03:36:52.585Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T03:36:52.586Z||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-10-14T03:36:52.586Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T03:37:02.136Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T03:37:02.145Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T03:37:52.580Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T03:37:52.581Z||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-10-14T03:37:52.582Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T03:37:52.585Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T03:37:52.586Z||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-10-14T03:37:52.586Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T03:38:02.130Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T03:38:02.136Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T03:38:52.580Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T03:38:52.584Z||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-10-14T03:38:52.584Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T03:38:52.586Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T03:38:52.586Z||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-10-14T03:38:52.586Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T03:39:02.137Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T03:39:02.140Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T03:39:52.580Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T03:39:52.581Z||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-10-14T03:39:52.581Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T03:39:52.585Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T03:39:52.586Z||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-10-14T03:39:52.586Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T03:40:02.132Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T03:40:02.133Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T03:40:52.580Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T03:40:52.581Z||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-10-14T03:40:52.581Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T03:40:52.586Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T03:40:52.587Z||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-10-14T03:40:52.587Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T03:41:02.138Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T03:41:02.141Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T03:41:52.580Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T03:41:52.580Z||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-10-14T03:41:52.581Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T03:41:52.585Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T03:41:52.586Z||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-10-14T03:41:52.586Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T03:42:02.131Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T03:42:02.133Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T03:42:52.580Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T03:42:52.581Z||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-10-14T03:42:52.581Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T03:42:52.585Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T03:42:52.586Z||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-10-14T03:42:52.586Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T03:43:02.129Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T03:43:02.129Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T03:43:52.579Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T03:43:52.580Z||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-10-14T03:43:52.581Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T03:43:52.585Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T03:43:52.587Z||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-10-14T03:43:52.587Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T03:44:02.132Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T03:44:02.133Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T03:44:52.580Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T03:44:52.581Z||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-10-14T03:44:52.582Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T03:44:52.585Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T03:44:52.586Z||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-10-14T03:44:52.586Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T03:45:02.136Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T03:45:02.136Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T03:45:52.580Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T03:45:52.581Z||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-10-14T03:45:52.581Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T03:45:52.585Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T03:45:52.586Z||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-10-14T03:45:52.587Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T03:46:02.142Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T03:46:02.149Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T03:46:52.579Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T03:46:52.580Z||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-10-14T03:46:52.581Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T03:46:52.586Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T03:46:52.587Z||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-10-14T03:46:52.587Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T03:47:02.180Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T03:47:02.182Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T03:47:52.579Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T03:47:52.580Z||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-10-14T03:47:52.581Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T03:47:52.585Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T03:47:52.586Z||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-10-14T03:47:52.586Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T03:48:02.128Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T03:48:02.128Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T03:48:52.579Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T03:48:52.580Z||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-10-14T03:48:52.581Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T03:48:52.585Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T03:48:52.587Z||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-10-14T03:48:52.587Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T03:49:02.131Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T03:49:02.132Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T03:49:52.579Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T03:49:52.580Z||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-10-14T03:49:52.580Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T03:49:52.585Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T03:49:52.587Z||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-10-14T03:49:52.587Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T03:50:02.131Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T03:50:02.167Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T03:50:52.579Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T03:50:52.581Z||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-10-14T03:50:52.581Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T03:50:52.585Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T03:50:52.585Z||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-10-14T03:50:52.585Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T03:51:02.131Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T03:51:02.132Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T03:51:52.580Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T03:51:52.581Z||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-10-14T03:51:52.581Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T03:51:52.585Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T03:51:52.586Z||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-10-14T03:51:52.586Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T03:52:02.128Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T03:52:02.144Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T03:52:52.580Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T03:52:52.584Z||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-10-14T03:52:52.584Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T03:52:52.585Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T03:52:52.586Z||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-10-14T03:52:52.586Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T03:53:02.142Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T03:53:02.150Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T03:53:52.580Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T03:53:52.581Z||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-10-14T03:53:52.582Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T03:53:52.585Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T03:53:52.586Z||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-10-14T03:53:52.586Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T03:54:02.127Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T03:54:02.130Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T03:54:52.579Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T03:54:52.581Z||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-10-14T03:54:52.581Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T03:54:52.585Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T03:54:52.586Z||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-10-14T03:54:52.586Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T03:55:02.132Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T03:55:02.132Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T03:55:52.579Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T03:55:52.580Z||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-10-14T03:55:52.581Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T03:55:52.585Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T03:55:52.586Z||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-10-14T03:55:52.587Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T03:56:02.127Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T03:56:02.129Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T03:56:52.580Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T03:56:52.581Z||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-10-14T03:56:52.581Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T03:56:52.585Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T03:56:52.586Z||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-10-14T03:56:52.587Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T03:57:02.135Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T03:57:02.135Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T03:57:52.580Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T03:57:52.582Z||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-10-14T03:57:52.582Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T03:57:52.585Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T03:57:52.587Z||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-10-14T03:57:52.587Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T03:58:02.147Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T03:58:02.147Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T03:58:52.580Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T03:58:52.581Z||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-10-14T03:58:52.581Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T03:58:52.585Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T03:58:52.586Z||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-10-14T03:58:52.586Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T03:59:02.146Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T03:59:02.148Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T03:59:52.580Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T03:59:52.584Z||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-10-14T03:59:52.584Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T03:59:52.585Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T03:59:52.586Z||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-10-14T03:59:52.586Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T04:00:02.137Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T04:00:02.137Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T04:00:52.580Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T04:00:52.584Z||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-10-14T04:00:52.585Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T04:00:52.586Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T04:00:52.587Z||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-10-14T04:00:52.587Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T04:01:02.135Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T04:01:02.137Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T04:01:52.580Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T04:01:52.581Z||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-10-14T04:01:52.581Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T04:01:52.585Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T04:01:52.587Z||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-10-14T04:01:52.587Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T04:02:02.129Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T04:02:02.139Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T04:02:52.580Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T04:02:52.580Z||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-10-14T04:02:52.581Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T04:02:52.585Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T04:02:52.586Z||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-10-14T04:02:52.586Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T04:03:02.137Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T04:03:02.392Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T04:03:02.395Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:03:02.395Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"4f93da0b-e495-4a97-a6ae-7f60191bf9d0","serviceName":"basic_onboard_JxYWRb","serviceVersion":"1.0","serviceUUID":"08b56fbb-4bfc-4cff-82bd-9bbe205fe313","serviceDescription":"service","serviceInvariantUUID":"04381286-386a-4985-8435-2a029b452ed4","resources":[{"resourceInstanceName":"basic_onboard_JxYWRb 0","resourceName":"basic_onboard_JxYWRb","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"5639ab2b-ed36-4e9a-9e52-a91df49e0822","resourceInvariantUUID":"6a71e703-4d95-4305-820e-6c306b98bdd0","resourceCustomizationUUID":"ca985528-a1e4-44b4-96de-63c92b5a9393","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/resourceInstances/basic_onboard_jxywrb0/artifacts/vf-license-model.xml","artifactChecksum":"ZGJhZTMzNjcxYTc4NmE3ZWNhOTJiMjdiN2NkYzhiYzQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0a3351fe-4d13-4c33-989d-54a016d8301c","artifactVersion":"1"},{"artifactName":"basic_onboard_jxywrb0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/resourceInstances/basic_onboard_jxywrb0/artifacts/basic_onboard_jxywrb0_modules.json","artifactChecksum":"NDZkOTBjZjQ1ZjA3YmJjMGQzYzJjMmMzNDYyYzQ2MTE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"52b0f095-0c28-485a-901e-1cc58c940fe2","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/resourceInstances/basic_onboard_jxywrb0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"4b205767-b0c7-434b-8261-4d2c4f1fdd86","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/resourceInstances/basic_onboard_jxywrb0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"79ba0114-7c78-4c85-84cc-638a49913f22","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/resourceInstances/basic_onboard_jxywrb0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"68008b68-bf10-47a8-9cde-13a3fef5c301","artifactVersion":"2","generatedFromUUID":"4b205767-b0c7-434b-8261-4d2c4f1fdd86"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardJxywrb-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/artifacts/service-BasicOnboardJxywrb-template.yml","artifactChecksum":"YTY2MjcwZTZjYzk4ODc5MmNiNzE4YTM3NTkyYzRhYTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e667df8c-5d45-48d0-a8f7-54fa6715c4a0","artifactVersion":"1"},{"artifactName":"service-BasicOnboardJxywrb-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/artifacts/service-BasicOnboardJxywrb-csar.csar","artifactChecksum":"NWVjNTRjMzcxNjExN2IyYTkyN2JhNzE4NjRjMWZkYzg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"313d174a-771f-4a4a-827a-ad176e4ca261","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-14T04:03:02.418Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-14T04:03:02.430Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-14T04:03:02.445Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-14T04:03:02.445Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "4f93da0b-e495-4a97-a6ae-7f60191bf9d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665720172580,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/resourceInstances/basic_onboard_jxywrb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:03:02.545Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms
2022-10-14T04:03:02.551Z||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-10-14T04:03:02.551Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lvpt8hoe3eEkHs9T) ...
2022-10-14T04:03:02.572Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T04:03:02.574Z||pool-3-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":3,"count":1}
2022-10-14T04:03:03.456Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-14T04:03:03.457Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-14T04:03:03.459Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-14T04:03:03.459Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "4f93da0b-e495-4a97-a6ae-7f60191bf9d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665720172580,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/resourceInstances/basic_onboard_jxywrb0/artifacts/basic_onboard_jxywrb0_modules.json",
  "status": "NOTIFIED"
}
2022-10-14T04:03:03.559Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-14T04:03:03.560Z||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-10-14T04:03:03.560Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lvpt8hoe3eEkHs9T) ...
2022-10-14T04:03:03.600Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T04:03:03.601Z||pool-4-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":0,"count":1}
2022-10-14T04:03:04.460Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-14T04:03:04.461Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-14T04:03:04.464Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-14T04:03:04.465Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "4f93da0b-e495-4a97-a6ae-7f60191bf9d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665720172580,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/resourceInstances/basic_onboard_jxywrb0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-10-14T04:03:04.565Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-14T04:03:04.566Z||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-10-14T04:03:04.566Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lvpt8hoe3eEkHs9T) ...
2022-10-14T04:03:04.583Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T04:03:04.583Z||pool-5-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-10-14T04:03:05.465Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-14T04:03:05.467Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-14T04:03:05.469Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-14T04:03:05.469Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "4f93da0b-e495-4a97-a6ae-7f60191bf9d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665720172580,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/resourceInstances/basic_onboard_jxywrb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:03:05.569Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-14T04:03:05.570Z||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-10-14T04:03:05.570Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lvpt8hoe3eEkHs9T) ...
2022-10-14T04:03:05.613Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T04:03:05.613Z||pool-6-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":0,"count":1}
2022-10-14T04:03:06.470Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-14T04:03:06.473Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-14T04:03:06.475Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-14T04:03:06.475Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "4f93da0b-e495-4a97-a6ae-7f60191bf9d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665720172580,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/resourceInstances/basic_onboard_jxywrb0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-10-14T04:03:06.575Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-14T04:03:06.576Z||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-10-14T04:03:06.576Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lvpt8hoe3eEkHs9T) ...
2022-10-14T04:03:06.588Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T04:03:06.589Z||pool-7-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-14T04:03:07.477Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-14T04:03:07.478Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-14T04:03:07.480Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-14T04:03:07.481Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "4f93da0b-e495-4a97-a6ae-7f60191bf9d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665720172580,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/artifacts/service-BasicOnboardJxywrb-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:03:07.581Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-14T04:03:07.582Z||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-10-14T04:03:07.582Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lvpt8hoe3eEkHs9T) ...
2022-10-14T04:03:07.595Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T04:03:07.596Z||pool-8-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-14T04:03:08.481Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-14T04:03:08.482Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-14T04:03:08.485Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-14T04:03:08.485Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "4f93da0b-e495-4a97-a6ae-7f60191bf9d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665720172580,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/artifacts/service-BasicOnboardJxywrb-csar.csar",
  "status": "NOTIFIED"
}
2022-10-14T04:03:08.585Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-14T04:03:08.586Z||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-10-14T04:03:08.586Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lvpt8hoe3eEkHs9T) ...
2022-10-14T04:03:08.598Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T04:03:08.598Z||pool-9-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-14T04:03:09.487Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "4f93da0b-e495-4a97-a6ae-7f60191bf9d0",
  "serviceName": "basic_onboard_JxYWRb",
  "serviceVersion": "1.0",
  "serviceUUID": "08b56fbb-4bfc-4cff-82bd-9bbe205fe313",
  "serviceDescription": "service",
  "serviceInvariantUUID": "04381286-386a-4985-8435-2a029b452ed4",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_JxYWRb 0",
      "resourceCustomizationUUID": "ca985528-a1e4-44b4-96de-63c92b5a9393",
      "resourceName": "basic_onboard_JxYWRb",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "5639ab2b-ed36-4e9a-9e52-a91df49e0822",
      "resourceInvariantUUID": "6a71e703-4d95-4305-820e-6c306b98bdd0",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_jxywrb0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/resourceInstances/basic_onboard_jxywrb0/artifacts/basic_onboard_jxywrb0_modules.json",
          "artifactChecksum": "NDZkOTBjZjQ1ZjA3YmJjMGQzYzJjMmMzNDYyYzQ2MTE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "52b0f095-0c28-485a-901e-1cc58c940fe2",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/resourceInstances/basic_onboard_jxywrb0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "4b205767-b0c7-434b-8261-4d2c4f1fdd86",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/resourceInstances/basic_onboard_jxywrb0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "68008b68-bf10-47a8-9cde-13a3fef5c301",
            "generatedFromUUID": "4b205767-b0c7-434b-8261-4d2c4f1fdd86"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/resourceInstances/basic_onboard_jxywrb0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "68008b68-bf10-47a8-9cde-13a3fef5c301",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardJxywrb-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/artifacts/service-BasicOnboardJxywrb-csar.csar",
      "artifactChecksum": "NWVjNTRjMzcxNjExN2IyYTkyN2JhNzE4NjRjMWZkYzg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "313d174a-771f-4a4a-827a-ad176e4ca261"
    }
  ],
  "workloadContext": "Production"
}
2022-10-14T04:03:09.489Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-14T04:03:09.490Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 08b56fbb-4bfc-4cff-82bd-9bbe205fe313 ASDC
2022-10-14T04:03:09.624Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:4f93da0b-e495-4a97-a6ae-7f60191bf9d0
ServiceName:basic_onboard_JxYWRb
ServiceVersion:1.0
ServiceUUID:08b56fbb-4bfc-4cff-82bd-9bbe205fe313
ServiceInvariantUUID:04381286-386a-4985-8435-2a029b452ed4
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardJxywrb-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/artifacts/service-BasicOnboardJxywrb-csar.csar
ArtifactUUID:313d174a-771f-4a4a-827a-ad176e4ca261
ArtifactChecksum:NWVjNTRjMzcxNjExN2IyYTkyN2JhNzE4NjRjMWZkYzg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_JxYWRb 0
ResourceCustomizationUUID:ca985528-a1e4-44b4-96de-63c92b5a9393
ResourceInvariantUUID:6a71e703-4d95-4305-820e-6c306b98bdd0
ResourceName:basic_onboard_JxYWRb
ResourceType:VF
ResourceUUID:5639ab2b-ed36-4e9a-9e52-a91df49e0822
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_jxywrb0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/resourceInstances/basic_onboard_jxywrb0/artifacts/basic_onboard_jxywrb0_modules.json
ArtifactUUID:52b0f095-0c28-485a-901e-1cc58c940fe2
ArtifactChecksum:NDZkOTBjZjQ1ZjA3YmJjMGQzYzJjMmMzNDYyYzQ2MTE=
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/BasicOnboardJxywrb/1.0/resourceInstances/basic_onboard_jxywrb0/artifacts/base_ubuntu18.yaml
ArtifactUUID:4b205767-b0c7-434b-8261-4d2c4f1fdd86
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/BasicOnboardJxywrb/1.0/resourceInstances/basic_onboard_jxywrb0/artifacts/base_ubuntu18.env
ArtifactUUID:68008b68-bf10-47a8-9cde-13a3fef5c301
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/BasicOnboardJxywrb/1.0/resourceInstances/basic_onboard_jxywrb0/artifacts/base_ubuntu18.env
ArtifactUUID:68008b68-bf10-47a8-9cde-13a3fef5c301
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-10-14T04:03:09.625Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 08b56fbb-4bfc-4cff-82bd-9bbe205fe313 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-10-14T04:03:09.927Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-14T04:03:09.930Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-10-14T04:03:09.931Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-10-14T04:03:09.932Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 313d174a-771f-4a4a-827a-ad176e4ca261 from URL: /sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/artifacts/service-BasicOnboardJxywrb-csar.csar
2022-10-14T04:03:09.932Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-10-14T04:03:09.934Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/artifacts/service-BasicOnboardJxywrb-csar.csar
2022-10-14T04:03:10.063Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-10-14T04:03:10.083Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/artifacts/service-BasicOnboardJxywrb-csar.csar 313d174a-771f-4a4a-827a-ad176e4ca261 71592
2022-10-14T04:03:10.099Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/artifacts/service-BasicOnboardJxywrb-csar.csar ASDC sendASDCNotification
2022-10-14T04:03:10.100Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/artifacts/service-BasicOnboardJxywrb-csar.csar
2022-10-14T04:03:10.101Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-14T04:03:10.102Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-14T04:03:10.104Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-14T04:03:10.104Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "4f93da0b-e495-4a97-a6ae-7f60191bf9d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665720190083,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/artifacts/service-BasicOnboardJxywrb-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-14T04:03:10.204Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-14T04:03:10.205Z||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-10-14T04:03:10.206Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lvpt8hoe3eEkHs9T) ...
2022-10-14T04:03:10.227Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T04:03:10.227Z||pool-10-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-10-14T04:03:11.105Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-14T04:03:11.106Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-10-14T04:03:11.107Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 313d174a-771f-4a4a-827a-ad176e4ca261, URL: /sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/artifacts/service-BasicOnboardJxywrb-csar.csar to file: /app/ASDC/1/service-BasicOnboardJxywrb-csar.csar
2022-10-14T04:03:11.108Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardJxywrb-csar.csar
2022-10-14T04:03:11.210Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardJxywrb-csar.csar
2022-10-14T04:03:11.210Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardJxywrb-csar.csar
2022-10-14T04:03:11.921Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17036717478183016732/Definitions/service-BasicOnboardJxywrb-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2022-10-14T04:03:13.689Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-14T04:03:13.695Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-10-14T04:03:13.695Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardJxywrb-csar.csar
2022-10-14T04:03:13.695Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-10-14T04:03:13.695Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardJxywrb-csar.csar
2022-10-14T04:03:13.696Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardJxywrb-csar.csar
2022-10-14T04:03:13.696Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardJxywrb-csar.csar
2022-10-14T04:03:13.696Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardJxywrb-csar.csar
2022-10-14T04:03:13.696Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardJxywrb-csar.csar
2022-10-14T04:03:13.696Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_JxYWRb 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicOnboardJxywrb-csar.csar
2022-10-14T04:03:13.697Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardJxywrb-csar.csar
2022-10-14T04:03:13.697Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardJxywrb-csar.csar
2022-10-14T04:03:13.697Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardJxywrb-csar.csar
2022-10-14T04:03:13.697Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-10-14T04:03:13.704Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-14T04:03:13.706Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_JxYWRb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-14T04:03:13.710Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_JxYWRb 0 is matching search criteria
2022-10-14T04:03:13.710Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-10-14T04:03:13.712Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_JxYWRb 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-14T04:03:13.714Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-14T04:03:13.714Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_JxYWRb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-14T04:03:13.715Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_JxYWRb 0 is matching search criteria
2022-10-14T04:03:13.715Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-10-14T04:03:13.715Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_JxYWRb 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-14T04:03:13.715Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-14T04:03:13.716Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_JxYWRb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-14T04:03:13.719Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-14T04:03:13.719Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_JxYWRb 0 is not matching search criteria
2022-10-14T04:03:13.720Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-10-14T04:03:13.720Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-10-14T04:03:13.720Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-10-14T04:03:13.720Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-10-14T04:03:13.721Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-10-14T04:03:13.721Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-14T04:03:13.721Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_JxYWRb is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-14T04:03:13.722Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-14T04:03:13.723Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_JxYWRb 0 is matching search criteria
2022-10-14T04:03:13.723Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_JxYWRb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-14T04:03:13.723Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-14T04:03:13.724Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_JxYWRb 0 is matching search criteria
2022-10-14T04:03:13.724Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_JxYWRb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-14T04:03:13.724Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-14T04:03:13.724Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_JxYWRb 0 is matching search criteria
2022-10-14T04:03:13.725Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_JxYWRb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-14T04:03:13.725Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-14T04:03:13.725Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_JxYWRb 0 is not matching search criteria
2022-10-14T04:03:13.725Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-10-14T04:03:13.726Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-10-14T04:03:13.726Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=2330ec12-a174-468e-95bb-2028d79060b6
2022-10-14T04:03:13.726Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-14T04:03:13.726Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_JxYWRb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-14T04:03:13.727Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-14T04:03:13.727Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_JxYWRb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-14T04:03:13.727Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-14T04:03:13.728Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_JxYWRb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-14T04:03:13.728Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-14T04:03:13.728Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_JxYWRb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-14T04:03:13.728Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_JxYWRb
Description:service
Model UUID:08b56fbb-4bfc-4cff-82bd-9bbe205fe313
Model Version:NULL
Model InvariantUuid:04381286-386a-4985-8435-2a029b452ed4
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_JxYWRb
Model UUID:309b5b62-5b7b-4340-83fc-63cc06f8561b
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:6a71e703-4d95-4305-820e-6c306b98bdd0
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:ca985528-a1e4-44b4-96de-63c92b5a9393
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:66bfe28a-1342-42c3-818b-b86e0b48fd7d
ModelName:BasicOnboardJxywrb..base_ubuntu18..module-0
ModelUuid:c7063f1b-4766-42e4-9c78-36b2b07ea6c4
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:2330ec12-a174-468e-95bb-2028d79060b6
ModelInvariantUuid:8d1955c5-72b1-4843-adf7-0c45e3a00b10
ModelName:basic_onboard_JxYWRb-nodes.ubuntu18Cvfc
ModelUuid:50604af0-3044-4881-a78d-363ad6671d1d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:0eeb423f-8fbf-4970-afc8-30df0346440b
ModelInvariantUuid:d19d64e8-4d3b-472e-9a4e-66202f755584
ModelName:BasicOnboardJxywrb.compute.nodes.heat.ubuntu18
ModelUuid:40f20bec-acf6-4c26-b6b5-f9ddbcb6a0d8
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-10-14T04:03:13.746Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 5639ab2b-ed36-4e9a-9e52-a91df49e0822
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-10-14T04:03:13.845Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||basic_onboard_JxYWRb 0
2022-10-14T04:03:13.852Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 5639ab2b-ed36-4e9a-9e52-a91df49e0822
2022-10-14T04:03:13.852Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 52b0f095-0c28-485a-901e-1cc58c940fe2 from URL: /sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/resourceInstances/basic_onboard_jxywrb0/artifacts/basic_onboard_jxywrb0_modules.json
2022-10-14T04:03:13.852Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-10-14T04:03:13.852Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/resourceInstances/basic_onboard_jxywrb0/artifacts/basic_onboard_jxywrb0_modules.json
2022-10-14T04:03:13.908Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-10-14T04:03:13.909Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/resourceInstances/basic_onboard_jxywrb0/artifacts/basic_onboard_jxywrb0_modules.json 52b0f095-0c28-485a-901e-1cc58c940fe2 798
2022-10-14T04:03:13.909Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/resourceInstances/basic_onboard_jxywrb0/artifacts/basic_onboard_jxywrb0_modules.json ASDC sendASDCNotification
2022-10-14T04:03:13.910Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/resourceInstances/basic_onboard_jxywrb0/artifacts/basic_onboard_jxywrb0_modules.json
2022-10-14T04:03:13.910Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-14T04:03:13.910Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-14T04:03:13.918Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-14T04:03:13.918Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "4f93da0b-e495-4a97-a6ae-7f60191bf9d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665720193909,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/resourceInstances/basic_onboard_jxywrb0/artifacts/basic_onboard_jxywrb0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-14T04:03:14.018Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-14T04:03:14.020Z||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-10-14T04:03:14.020Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lvpt8hoe3eEkHs9T) ...
2022-10-14T04:03:14.035Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T04:03:14.036Z||pool-11-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-10-14T04:03:14.920Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardJxywrb..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "66bfe28a-1342-42c3-818b-b86e0b48fd7d",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c7063f1b-4766-42e4-9c78-36b2b07ea6c4",
    "vfModuleModelCustomizationUUID": "e3b5baaf-2ff8-4230-a6e0-dc9e903d9f17",
    "isBase": true,
    "artifacts": [
      "4b205767-b0c7-434b-8261-4d2c4f1fdd86",
      "68008b68-bf10-47a8-9cde-13a3fef5c301"
    ],
    "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-10-14T04:03:14.934Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardJxywrb..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c7063f1b-4766-42e4-9c78-36b2b07ea6c4
VfModuleModelInvariantUUID:66bfe28a-1342-42c3-818b-b86e0b48fd7d
VfModuleModelDescription:NULL
Artifacts UUID List:{
4b205767-b0c7-434b-8261-4d2c4f1fdd86
,
68008b68-bf10-47a8-9cde-13a3fef5c301

}
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-10-14T04:03:14.937Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardJxywrb..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "66bfe28a-1342-42c3-818b-b86e0b48fd7d",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c7063f1b-4766-42e4-9c78-36b2b07ea6c4",
    "vfModuleModelCustomizationUUID": "e3b5baaf-2ff8-4230-a6e0-dc9e903d9f17",
    "isBase": true,
    "artifacts": [
      "4b205767-b0c7-434b-8261-4d2c4f1fdd86",
      "68008b68-bf10-47a8-9cde-13a3fef5c301"
    ],
    "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-10-14T04:03:14.937Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardJxywrb..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c7063f1b-4766-42e4-9c78-36b2b07ea6c4
VfModuleModelInvariantUUID:66bfe28a-1342-42c3-818b-b86e0b48fd7d
VfModuleModelDescription:NULL
Artifacts UUID List:{
4b205767-b0c7-434b-8261-4d2c4f1fdd86
,
68008b68-bf10-47a8-9cde-13a3fef5c301

}
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-10-14T04:03:14.937Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 4b205767-b0c7-434b-8261-4d2c4f1fdd86 from URL: /sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/resourceInstances/basic_onboard_jxywrb0/artifacts/base_ubuntu18.yaml
2022-10-14T04:03:14.938Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-10-14T04:03:14.938Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/resourceInstances/basic_onboard_jxywrb0/artifacts/base_ubuntu18.yaml
2022-10-14T04:03:14.981Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-10-14T04:03:14.982Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/resourceInstances/basic_onboard_jxywrb0/artifacts/base_ubuntu18.yaml 4b205767-b0c7-434b-8261-4d2c4f1fdd86 5033
2022-10-14T04:03:14.982Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/resourceInstances/basic_onboard_jxywrb0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-10-14T04:03:14.982Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/resourceInstances/basic_onboard_jxywrb0/artifacts/base_ubuntu18.yaml
2022-10-14T04:03:14.983Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-14T04:03:14.983Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-14T04:03:14.985Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-14T04:03:14.985Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "4f93da0b-e495-4a97-a6ae-7f60191bf9d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665720194982,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/resourceInstances/basic_onboard_jxywrb0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-14T04:03:15.085Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-14T04:03:15.086Z||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-10-14T04:03:15.086Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lvpt8hoe3eEkHs9T) ...
2022-10-14T04:03:15.099Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T04:03:15.099Z||pool-12-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-14T04:03:15.986Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 68008b68-bf10-47a8-9cde-13a3fef5c301 from URL: /sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/resourceInstances/basic_onboard_jxywrb0/artifacts/base_ubuntu18.env
2022-10-14T04:03:15.986Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-10-14T04:03:15.987Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/resourceInstances/basic_onboard_jxywrb0/artifacts/base_ubuntu18.env
2022-10-14T04:03:16.034Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-10-14T04:03:16.034Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/resourceInstances/basic_onboard_jxywrb0/artifacts/base_ubuntu18.env 68008b68-bf10-47a8-9cde-13a3fef5c301 909
2022-10-14T04:03:16.035Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/resourceInstances/basic_onboard_jxywrb0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-10-14T04:03:16.035Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/resourceInstances/basic_onboard_jxywrb0/artifacts/base_ubuntu18.env
2022-10-14T04:03:16.035Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-14T04:03:16.035Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-14T04:03:16.038Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-14T04:03:16.038Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "4f93da0b-e495-4a97-a6ae-7f60191bf9d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665720196035,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/resourceInstances/basic_onboard_jxywrb0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-10-14T04:03:16.138Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-14T04:03:16.139Z||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-10-14T04:03:16.141Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lvpt8hoe3eEkHs9T) ...
2022-10-14T04:03:16.154Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T04:03:16.154Z||pool-13-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-10-14T04:03:17.038Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 08b56fbb-4bfc-4cff-82bd-9bbe205fe313
2022-10-14T04:03:17.039Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_JxYWRb 0 5639ab2b-ed36-4e9a-9e52-a91df49e0822 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-10-14T04:03:17.085Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4b701f50, org.onap.sdc.toscaparser.api.parameters.Input@10c32b07, org.onap.sdc.toscaparser.api.parameters.Input@482885ff, org.onap.sdc.toscaparser.api.parameters.Input@58f37713, org.onap.sdc.toscaparser.api.parameters.Input@13b269c2]
2022-10-14T04:03:17.089Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-14T04:03:17.090Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_JxYWRb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-14T04:03:17.090Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 
2022-10-14T04:03:17.090Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= ca985528-a1e4-44b4-96de-63c92b5a9393
2022-10-14T04:03:17.090Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: ca985528-a1e4-44b4-96de-63c92b5a9393 matches Tosca VF Customization UUID: ca985528-a1e4-44b4-96de-63c92b5a9393
2022-10-14T04:03:17.090Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: ca985528-a1e4-44b4-96de-63c92b5a9393  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-10-14T04:03:17.098Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-14T04:03:17.098Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_JxYWRb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-14T04:03:17.099Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id ca985528-a1e4-44b4-96de-63c92b5a9393: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2022-10-14T04:03:17.100Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@31ada8e7
2022-10-14T04:03:17.100Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-14T04:03:17.100Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_JxYWRb is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-14T04:03:17.101Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : e3b5baaf-2ff8-4230-a6e0-dc9e903d9f17
2022-10-14T04:03:17.102Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID e3b5baaf-2ff8-4230-a6e0-dc9e903d9f17
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-10-14T04:03:17.108Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-14T04:03:17.108Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_JxYWRb 0 is matching search criteria
2022-10-14T04:03:17.108Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_JxYWRb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-14T04:03:17.109Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-14T04:03:17.109Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_JxYWRb 0 is matching search criteria
2022-10-14T04:03:17.109Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_JxYWRb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-14T04:03:17.109Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-14T04:03:17.109Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_JxYWRb 0 is not matching search criteria
2022-10-14T04:03:17.110Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-10-14T04:03:17.110Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-10-14T04:03:17.110Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=2330ec12-a174-468e-95bb-2028d79060b6
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-10-14T04:03:17.117Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-14T04:03:17.117Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_JxYWRb 0 is matching search criteria
2022-10-14T04:03:17.117Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_JxYWRb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-14T04:03:17.118Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-14T04:03:17.118Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_JxYWRb 0 is matching search criteria
2022-10-14T04:03:17.118Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_JxYWRb 0] matching following query criteria: sdcType=VF, customizationUUID=ca985528-a1e4-44b4-96de-63c92b5a9393
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-10-14T04:03:17.119Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-14T04:03:17.119Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_JxYWRb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-14T04:03:17.120Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 08b56fbb-4bfc-4cff-82bd-9bbe205fe313: basic_onboard_JxYWRb
2022-10-14T04:03:17.120Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-14T04:03:17.120Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_JxYWRb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-14T04:03:17.120Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-14T04:03:17.121Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_JxYWRb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-14T04:03:17.121Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-14T04:03:17.121Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_JxYWRb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-14T04:03:17.121Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-14T04:03:17.121Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_JxYWRb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-14T04:03:17.122Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-14T04:03:17.122Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_JxYWRb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-14T04:03:17.122Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Saving Service: basic_onboard_JxYWRb 
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-10-14T04:03:17.279Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_JxYWRb 5639ab2b-ed36-4e9a-9e52-a91df49e0822 1 ASDC deployResourceStructure
2022-10-14T04:03:17.280Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/resourceInstances/basic_onboard_jxywrb0/artifacts/basic_onboard_jxywrb0_modules.json ASDC sendASDCNotification
2022-10-14T04:03:17.280Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/resourceInstances/basic_onboard_jxywrb0/artifacts/basic_onboard_jxywrb0_modules.json
2022-10-14T04:03:17.280Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-14T04:03:17.280Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-14T04:03:17.282Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-14T04:03:17.282Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "4f93da0b-e495-4a97-a6ae-7f60191bf9d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665720197280,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/resourceInstances/basic_onboard_jxywrb0/artifacts/basic_onboard_jxywrb0_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-14T04:03:17.383Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-14T04:03:17.384Z||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-10-14T04:03:17.384Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lvpt8hoe3eEkHs9T) ...
2022-10-14T04:03:17.398Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T04:03:17.399Z||pool-14-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-10-14T04:03:18.283Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/resourceInstances/basic_onboard_jxywrb0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-10-14T04:03:18.284Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/resourceInstances/basic_onboard_jxywrb0/artifacts/base_ubuntu18.yaml
2022-10-14T04:03:18.284Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-14T04:03:18.284Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-14T04:03:18.287Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-14T04:03:18.287Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "4f93da0b-e495-4a97-a6ae-7f60191bf9d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665720198283,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/resourceInstances/basic_onboard_jxywrb0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-10-14T04:03:18.387Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-14T04:03:18.389Z||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-10-14T04:03:18.389Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lvpt8hoe3eEkHs9T) ...
2022-10-14T04:03:18.401Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T04:03:18.402Z||pool-15-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-14T04:03:19.288Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/resourceInstances/basic_onboard_jxywrb0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-10-14T04:03:19.289Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/resourceInstances/basic_onboard_jxywrb0/artifacts/base_ubuntu18.env
2022-10-14T04:03:19.289Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-14T04:03:19.290Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-14T04:03:19.292Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-14T04:03:19.292Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "4f93da0b-e495-4a97-a6ae-7f60191bf9d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665720199288,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/resourceInstances/basic_onboard_jxywrb0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-10-14T04:03:19.393Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-10-14T04:03:19.394Z||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-10-14T04:03:19.394Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lvpt8hoe3eEkHs9T) ...
2022-10-14T04:03:19.415Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T04:03:19.415Z||pool-16-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-10-14T04:03:20.293Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/artifacts/service-BasicOnboardJxywrb-csar.csar ASDC sendASDCNotification
2022-10-14T04:03:20.294Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/artifacts/service-BasicOnboardJxywrb-csar.csar
2022-10-14T04:03:20.294Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-14T04:03:20.294Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-14T04:03:20.296Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-14T04:03:20.296Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "4f93da0b-e495-4a97-a6ae-7f60191bf9d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665720200293,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/artifacts/service-BasicOnboardJxywrb-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-14T04:03:20.397Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-14T04:03:20.398Z||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-10-14T04:03:20.398Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lvpt8hoe3eEkHs9T) ...
2022-10-14T04:03:20.415Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T04:03:20.415Z||pool-17-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-10-14T04:03:21.298Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f93da0b-e495-4a97-a6ae-7f60191bf9d0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10-14T04:03:21.337Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f93da0b-e495-4a97-a6ae-7f60191bf9d0
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-10-14T04:03:21.340Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-14T04:03:21.340Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-14T04:03:21.341Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-14T04:03:51.341Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f93da0b-e495-4a97-a6ae-7f60191bf9d0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10-14T04:03:51.352Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f93da0b-e495-4a97-a6ae-7f60191bf9d0
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-10-14T04:03:51.355Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-14T04:03:51.355Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-14T04:03:51.355Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-14T04:03:52.585Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T04:03:52.586Z||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-10-14T04:03:52.586Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T04:03:53.240Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T04:03:53.244Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-14T04:03:53.245Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f93da0b-e495-4a97-a6ae-7f60191bf9d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665720172580,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/resourceInstances/basic_onboard_jxywrb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:03:53.249Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:03:53.250Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-14T04:03:53.250Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f93da0b-e495-4a97-a6ae-7f60191bf9d0",
  "consumerID": "clamp",
  "timestamp": 1665720177951,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/resourceInstances/basic_onboard_jxywrb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:03:53.250Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:03:53.250Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-14T04:03:53.251Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f93da0b-e495-4a97-a6ae-7f60191bf9d0",
  "consumerID": "aai-ml",
  "timestamp": 1665720179052,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/resourceInstances/basic_onboard_jxywrb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:03:53.251Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:03:53.251Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-14T04:03:53.252Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f93da0b-e495-4a97-a6ae-7f60191bf9d0",
  "consumerID": "cds",
  "timestamp": 1665720179920,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/resourceInstances/basic_onboard_jxywrb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:03:53.252Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:03:53.252Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-14T04:03:53.253Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f93da0b-e495-4a97-a6ae-7f60191bf9d0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1665720173865,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/resourceInstances/basic_onboard_jxywrb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:03:53.253Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:03:53.253Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-14T04:03:53.253Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f93da0b-e495-4a97-a6ae-7f60191bf9d0",
  "consumerID": "policy-id",
  "timestamp": 1665720180105,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/resourceInstances/basic_onboard_jxywrb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:03:53.254Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:03:53.254Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-14T04:03:53.254Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f93da0b-e495-4a97-a6ae-7f60191bf9d0",
  "consumerID": "clamp",
  "timestamp": 1665720177951,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/resourceInstances/basic_onboard_jxywrb0/artifacts/basic_onboard_jxywrb0_modules.json",
  "status": "NOTIFIED"
}
2022-10-14T04:03:53.255Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:03:53.255Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-14T04:03:53.255Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f93da0b-e495-4a97-a6ae-7f60191bf9d0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1665720173865,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/resourceInstances/basic_onboard_jxywrb0/artifacts/basic_onboard_jxywrb0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:03:53.255Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:03:53.255Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-14T04:03:53.256Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f93da0b-e495-4a97-a6ae-7f60191bf9d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665720172580,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/resourceInstances/basic_onboard_jxywrb0/artifacts/basic_onboard_jxywrb0_modules.json",
  "status": "NOTIFIED"
}
2022-10-14T04:03:53.256Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:03:53.256Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-14T04:03:53.256Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f93da0b-e495-4a97-a6ae-7f60191bf9d0",
  "consumerID": "policy-id",
  "timestamp": 1665720180105,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/resourceInstances/basic_onboard_jxywrb0/artifacts/basic_onboard_jxywrb0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:03:53.257Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:03:53.257Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-14T04:03:53.257Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f93da0b-e495-4a97-a6ae-7f60191bf9d0",
  "consumerID": "cds",
  "timestamp": 1665720179920,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/resourceInstances/basic_onboard_jxywrb0/artifacts/basic_onboard_jxywrb0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:03:53.258Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:03:53.258Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-14T04:03:53.258Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f93da0b-e495-4a97-a6ae-7f60191bf9d0",
  "consumerID": "aai-ml",
  "timestamp": 1665720179052,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/resourceInstances/basic_onboard_jxywrb0/artifacts/basic_onboard_jxywrb0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:03:53.258Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:03:53.258Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-14T04:03:53.258Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f93da0b-e495-4a97-a6ae-7f60191bf9d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665720172580,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/resourceInstances/basic_onboard_jxywrb0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-10-14T04:03:53.259Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:03:53.259Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-14T04:03:53.259Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f93da0b-e495-4a97-a6ae-7f60191bf9d0",
  "consumerID": "policy-id",
  "timestamp": 1665720180105,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/resourceInstances/basic_onboard_jxywrb0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-10-14T04:03:53.259Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:03:53.259Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-14T04:03:53.260Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f93da0b-e495-4a97-a6ae-7f60191bf9d0",
  "consumerID": "cds",
  "timestamp": 1665720179920,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/resourceInstances/basic_onboard_jxywrb0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:03:53.260Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:03:53.260Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-14T04:03:53.260Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f93da0b-e495-4a97-a6ae-7f60191bf9d0",
  "consumerID": "aai-ml",
  "timestamp": 1665720179052,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/resourceInstances/basic_onboard_jxywrb0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:03:53.261Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:03:53.261Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-14T04:03:53.262Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f93da0b-e495-4a97-a6ae-7f60191bf9d0",
  "consumerID": "clamp",
  "timestamp": 1665720177951,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/resourceInstances/basic_onboard_jxywrb0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:03:53.262Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:03:53.262Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-14T04:03:53.262Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f93da0b-e495-4a97-a6ae-7f60191bf9d0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1665720173865,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/resourceInstances/basic_onboard_jxywrb0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:03:53.263Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:03:53.263Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-14T04:03:53.263Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f93da0b-e495-4a97-a6ae-7f60191bf9d0",
  "consumerID": "clamp",
  "timestamp": 1665720177951,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/resourceInstances/basic_onboard_jxywrb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:03:53.263Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:03:53.263Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-14T04:03:53.263Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f93da0b-e495-4a97-a6ae-7f60191bf9d0",
  "consumerID": "cds",
  "timestamp": 1665720179920,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/resourceInstances/basic_onboard_jxywrb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:03:53.264Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:03:53.264Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-14T04:03:53.264Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f93da0b-e495-4a97-a6ae-7f60191bf9d0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1665720173865,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/resourceInstances/basic_onboard_jxywrb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:03:53.264Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:03:53.264Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-14T04:03:53.264Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f93da0b-e495-4a97-a6ae-7f60191bf9d0",
  "consumerID": "policy-id",
  "timestamp": 1665720180105,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/resourceInstances/basic_onboard_jxywrb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:03:53.265Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:03:53.265Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-14T04:03:53.265Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f93da0b-e495-4a97-a6ae-7f60191bf9d0",
  "consumerID": "aai-ml",
  "timestamp": 1665720179052,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/resourceInstances/basic_onboard_jxywrb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:03:53.265Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:03:53.266Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-14T04:03:53.266Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f93da0b-e495-4a97-a6ae-7f60191bf9d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665720172580,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/resourceInstances/basic_onboard_jxywrb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:03:53.266Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:03:53.266Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-14T04:03:53.266Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f93da0b-e495-4a97-a6ae-7f60191bf9d0",
  "consumerID": "clamp",
  "timestamp": 1665720177951,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/resourceInstances/basic_onboard_jxywrb0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:03:53.267Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:03:53.267Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-14T04:03:53.267Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f93da0b-e495-4a97-a6ae-7f60191bf9d0",
  "consumerID": "cds",
  "timestamp": 1665720179920,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/resourceInstances/basic_onboard_jxywrb0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:03:53.267Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:03:53.268Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-14T04:03:53.268Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f93da0b-e495-4a97-a6ae-7f60191bf9d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665720172580,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/resourceInstances/basic_onboard_jxywrb0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-10-14T04:03:53.268Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:03:53.268Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-14T04:03:53.268Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f93da0b-e495-4a97-a6ae-7f60191bf9d0",
  "consumerID": "policy-id",
  "timestamp": 1665720180105,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/resourceInstances/basic_onboard_jxywrb0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:03:53.269Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:03:53.269Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-14T04:03:53.269Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f93da0b-e495-4a97-a6ae-7f60191bf9d0",
  "consumerID": "aai-ml",
  "timestamp": 1665720179052,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/resourceInstances/basic_onboard_jxywrb0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:03:53.269Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:03:53.269Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-14T04:03:53.270Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f93da0b-e495-4a97-a6ae-7f60191bf9d0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1665720173865,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/resourceInstances/basic_onboard_jxywrb0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:03:53.270Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:03:53.270Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-14T04:03:53.270Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f93da0b-e495-4a97-a6ae-7f60191bf9d0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665720186269,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/resourceInstances/basic_onboard_jxywrb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:03:53.270Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:03:53.271Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-14T04:03:53.271Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f93da0b-e495-4a97-a6ae-7f60191bf9d0",
  "consumerID": "clamp",
  "timestamp": 1665720177951,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/artifacts/service-BasicOnboardJxywrb-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:03:53.271Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:03:53.271Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-14T04:03:53.272Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f93da0b-e495-4a97-a6ae-7f60191bf9d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665720172580,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/artifacts/service-BasicOnboardJxywrb-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:03:53.272Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:03:53.272Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-14T04:03:53.272Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f93da0b-e495-4a97-a6ae-7f60191bf9d0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1665720173865,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/artifacts/service-BasicOnboardJxywrb-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:03:53.272Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:03:53.273Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-14T04:03:53.273Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f93da0b-e495-4a97-a6ae-7f60191bf9d0",
  "consumerID": "policy-id",
  "timestamp": 1665720180105,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/artifacts/service-BasicOnboardJxywrb-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:03:53.273Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:03:53.273Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-14T04:03:53.273Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f93da0b-e495-4a97-a6ae-7f60191bf9d0",
  "consumerID": "aai-ml",
  "timestamp": 1665720179052,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/artifacts/service-BasicOnboardJxywrb-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:03:53.274Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:03:53.274Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-14T04:03:53.274Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f93da0b-e495-4a97-a6ae-7f60191bf9d0",
  "consumerID": "cds",
  "timestamp": 1665720179920,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/artifacts/service-BasicOnboardJxywrb-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:03:53.274Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:03:53.275Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-14T04:03:53.275Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f93da0b-e495-4a97-a6ae-7f60191bf9d0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665720186269,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/resourceInstances/basic_onboard_jxywrb0/artifacts/basic_onboard_jxywrb0_modules.json",
  "status": "NOTIFIED"
}
2022-10-14T04:03:53.275Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:03:53.275Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-14T04:03:53.275Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f93da0b-e495-4a97-a6ae-7f60191bf9d0",
  "consumerID": "clamp",
  "timestamp": 1665720177951,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/artifacts/service-BasicOnboardJxywrb-csar.csar",
  "status": "NOTIFIED"
}
2022-10-14T04:03:53.276Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:03:53.276Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-14T04:03:53.276Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f93da0b-e495-4a97-a6ae-7f60191bf9d0",
  "consumerID": "cds",
  "timestamp": 1665720179920,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/artifacts/service-BasicOnboardJxywrb-csar.csar",
  "status": "NOTIFIED"
}
2022-10-14T04:03:53.277Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:03:53.277Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-14T04:03:53.277Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f93da0b-e495-4a97-a6ae-7f60191bf9d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665720172580,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/artifacts/service-BasicOnboardJxywrb-csar.csar",
  "status": "NOTIFIED"
}
2022-10-14T04:03:53.278Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:03:53.278Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-14T04:03:53.278Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f93da0b-e495-4a97-a6ae-7f60191bf9d0",
  "consumerID": "policy-id",
  "timestamp": 1665720180105,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/artifacts/service-BasicOnboardJxywrb-csar.csar",
  "status": "NOTIFIED"
}
2022-10-14T04:03:53.279Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:03:53.279Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-14T04:03:53.279Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f93da0b-e495-4a97-a6ae-7f60191bf9d0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1665720173865,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/artifacts/service-BasicOnboardJxywrb-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:03:53.279Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:03:53.280Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-14T04:03:53.280Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f93da0b-e495-4a97-a6ae-7f60191bf9d0",
  "consumerID": "aai-ml",
  "timestamp": 1665720179052,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/artifacts/service-BasicOnboardJxywrb-csar.csar",
  "status": "NOTIFIED"
}
2022-10-14T04:03:53.280Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:03:53.280Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-14T04:03:53.281Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f93da0b-e495-4a97-a6ae-7f60191bf9d0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665720186269,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/resourceInstances/basic_onboard_jxywrb0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-10-14T04:03:53.281Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:03:53.281Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-14T04:03:53.281Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f93da0b-e495-4a97-a6ae-7f60191bf9d0",
  "consumerID": "cds",
  "timestamp": 1665720189727,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/artifacts/service-BasicOnboardJxywrb-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-14T04:03:53.282Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-14T04:03:53.282Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-14T04:03:53.282Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f93da0b-e495-4a97-a6ae-7f60191bf9d0",
  "consumerID": "policy-id",
  "timestamp": 1665720189290,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/artifacts/service-BasicOnboardJxywrb-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-14T04:03:53.282Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-14T04:03:53.282Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-14T04:03:53.283Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f93da0b-e495-4a97-a6ae-7f60191bf9d0",
  "consumerID": "aai-ml",
  "timestamp": 1665720189755,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/artifacts/service-BasicOnboardJxywrb-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-14T04:03:53.283Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-14T04:03:53.283Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-14T04:03:53.283Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f93da0b-e495-4a97-a6ae-7f60191bf9d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665720190083,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/artifacts/service-BasicOnboardJxywrb-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-14T04:03:53.284Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-14T04:03:53.284Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-14T04:03:53.284Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f93da0b-e495-4a97-a6ae-7f60191bf9d0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665720186269,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/resourceInstances/basic_onboard_jxywrb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:03:53.284Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:03:53.284Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-14T04:03:53.284Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f93da0b-e495-4a97-a6ae-7f60191bf9d0",
  "consumerID": "cds",
  "timestamp": 1665720190752,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/artifacts/service-BasicOnboardJxywrb-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-10-14T04:03:53.297Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 4f93da0b-e495-4a97-a6ae-7f60191bf9d0
2022-10-14T04:03:53.298Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4f93da0b-e495-4a97-a6ae-7f60191bf9d0 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-10-14T04:03:53.308Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-14T04:03:53.309Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f93da0b-e495-4a97-a6ae-7f60191bf9d0",
  "consumerID": "policy-id",
  "timestamp": 1665720190302,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/artifacts/service-BasicOnboardJxywrb-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-14T04:03:53.309Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-14T04:03:53.310Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-14T04:03:53.310Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f93da0b-e495-4a97-a6ae-7f60191bf9d0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665720186269,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/resourceInstances/basic_onboard_jxywrb0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-10-14T04:03:53.310Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:03:53.310Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-14T04:03:53.311Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f93da0b-e495-4a97-a6ae-7f60191bf9d0",
  "consumerID": "policy-id",
  "timestamp": 1665720191306,
  "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-10-14T04:03:53.316Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4f93da0b-e495-4a97-a6ae-7f60191bf9d0
2022-10-14T04:03:53.316Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4f93da0b-e495-4a97-a6ae-7f60191bf9d0 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-10-14T04:03:53.325Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-14T04:03:53.325Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f93da0b-e495-4a97-a6ae-7f60191bf9d0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665720186269,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/artifacts/service-BasicOnboardJxywrb-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:03:53.325Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:03:53.325Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-14T04:03:53.326Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f93da0b-e495-4a97-a6ae-7f60191bf9d0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665720186269,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/artifacts/service-BasicOnboardJxywrb-csar.csar",
  "status": "NOTIFIED"
}
2022-10-14T04:03:53.326Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:03:53.326Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-14T04:03:53.326Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f93da0b-e495-4a97-a6ae-7f60191bf9d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665720193909,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/resourceInstances/basic_onboard_jxywrb0/artifacts/basic_onboard_jxywrb0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-14T04:03:53.327Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-14T04:03:53.327Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-14T04:03:53.327Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f93da0b-e495-4a97-a6ae-7f60191bf9d0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665720194062,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/resourceInstances/basic_onboard_jxywrb0/artifacts/basic_onboard_jxywrb0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-14T04:03:53.328Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-14T04:03:53.328Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-14T04:03:53.328Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f93da0b-e495-4a97-a6ae-7f60191bf9d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665720194982,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/resourceInstances/basic_onboard_jxywrb0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-14T04:03:53.329Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-14T04:03:53.329Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-14T04:03:53.329Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f93da0b-e495-4a97-a6ae-7f60191bf9d0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665720195134,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/resourceInstances/basic_onboard_jxywrb0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-14T04:03:53.329Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-14T04:03:53.330Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-14T04:03:53.330Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f93da0b-e495-4a97-a6ae-7f60191bf9d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665720196035,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/resourceInstances/basic_onboard_jxywrb0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-10-14T04:03:53.330Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-14T04:03:53.330Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-14T04:03:53.331Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f93da0b-e495-4a97-a6ae-7f60191bf9d0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665720195454,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/resourceInstances/basic_onboard_jxywrb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:03:53.331Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:03:53.331Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-14T04:03:53.331Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f93da0b-e495-4a97-a6ae-7f60191bf9d0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665720196190,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/resourceInstances/basic_onboard_jxywrb0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-10-14T04:03:53.332Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-14T04:03:53.332Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-14T04:03:53.332Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f93da0b-e495-4a97-a6ae-7f60191bf9d0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665720195454,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/resourceInstances/basic_onboard_jxywrb0/artifacts/basic_onboard_jxywrb0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:03:53.333Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:03:53.333Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-14T04:03:53.333Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f93da0b-e495-4a97-a6ae-7f60191bf9d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665720197280,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/resourceInstances/basic_onboard_jxywrb0/artifacts/basic_onboard_jxywrb0_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-14T04:03:53.334Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-14T04:03:53.334Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-14T04:03:53.334Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f93da0b-e495-4a97-a6ae-7f60191bf9d0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665720197272,
  "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-10-14T04:03:53.339Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4f93da0b-e495-4a97-a6ae-7f60191bf9d0
2022-10-14T04:03:53.339Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4f93da0b-e495-4a97-a6ae-7f60191bf9d0 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-10-14T04:03:53.348Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-14T04:03:53.348Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f93da0b-e495-4a97-a6ae-7f60191bf9d0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665720195454,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/resourceInstances/basic_onboard_jxywrb0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:03:53.349Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:03:53.349Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-14T04:03:53.349Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f93da0b-e495-4a97-a6ae-7f60191bf9d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665720198283,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/resourceInstances/basic_onboard_jxywrb0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-10-14T04:03:53.350Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-14T04:03:53.350Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-14T04:03:53.350Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f93da0b-e495-4a97-a6ae-7f60191bf9d0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665720198281,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/resourceInstances/basic_onboard_jxywrb0/artifacts/basic_onboard_jxywrb0_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-14T04:03:53.350Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-14T04:03:53.351Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-14T04:03:53.351Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f93da0b-e495-4a97-a6ae-7f60191bf9d0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665720195454,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/resourceInstances/basic_onboard_jxywrb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:03:53.351Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:03:53.351Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-14T04:03:53.352Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f93da0b-e495-4a97-a6ae-7f60191bf9d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665720199288,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/resourceInstances/basic_onboard_jxywrb0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-10-14T04:03:53.352Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-14T04:03:53.352Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-14T04:03:53.352Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f93da0b-e495-4a97-a6ae-7f60191bf9d0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665720195454,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/resourceInstances/basic_onboard_jxywrb0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:03:53.352Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:03:53.352Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-14T04:03:53.353Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f93da0b-e495-4a97-a6ae-7f60191bf9d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665720200293,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/artifacts/service-BasicOnboardJxywrb-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-14T04:03:53.353Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-14T04:03:53.353Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-14T04:03:53.353Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f93da0b-e495-4a97-a6ae-7f60191bf9d0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665720195454,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/artifacts/service-BasicOnboardJxywrb-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:03:53.354Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:03:53.354Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-14T04:03:53.354Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f93da0b-e495-4a97-a6ae-7f60191bf9d0",
  "consumerID": "aai-ml",
  "timestamp": 1665720201340,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/artifacts/service-BasicOnboardJxywrb-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-14T04:03:53.354Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-14T04:03:53.354Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-14T04:03:53.354Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f93da0b-e495-4a97-a6ae-7f60191bf9d0",
  "consumerID": "clamp",
  "timestamp": 1665720201057,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/artifacts/service-BasicOnboardJxywrb-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-14T04:03:53.355Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-14T04:03:53.355Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-14T04:03:53.355Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f93da0b-e495-4a97-a6ae-7f60191bf9d0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665720195454,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/artifacts/service-BasicOnboardJxywrb-csar.csar",
  "status": "NOTIFIED"
}
2022-10-14T04:03:53.355Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:03:53.355Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-14T04:03:53.355Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f93da0b-e495-4a97-a6ae-7f60191bf9d0",
  "consumerID": "aai-ml",
  "timestamp": 1665720202347,
  "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-10-14T04:03:53.360Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 4f93da0b-e495-4a97-a6ae-7f60191bf9d0
2022-10-14T04:03:53.361Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4f93da0b-e495-4a97-a6ae-7f60191bf9d0 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-10-14T04:03:53.369Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-14T04:03:53.369Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f93da0b-e495-4a97-a6ae-7f60191bf9d0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665720203264,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/artifacts/service-BasicOnboardJxywrb-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-14T04:03:53.370Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-14T04:03:53.370Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-14T04:03:53.370Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f93da0b-e495-4a97-a6ae-7f60191bf9d0",
  "consumerID": "clamp",
  "timestamp": 1665720203067,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/artifacts/service-BasicOnboardJxywrb-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-14T04:03:53.370Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-14T04:03:53.371Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-14T04:03:53.371Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f93da0b-e495-4a97-a6ae-7f60191bf9d0",
  "consumerID": "clamp",
  "timestamp": 1665720204072,
  "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-10-14T04:03:53.377Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 4f93da0b-e495-4a97-a6ae-7f60191bf9d0
2022-10-14T04:03:53.377Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4f93da0b-e495-4a97-a6ae-7f60191bf9d0 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-10-14T04:03:53.386Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-14T04:03:53.386Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f93da0b-e495-4a97-a6ae-7f60191bf9d0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665720207806,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxywrb/1.0/artifacts/service-BasicOnboardJxywrb-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-14T04:03:53.387Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-14T04:03:53.387Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-14T04:03:53.387Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f93da0b-e495-4a97-a6ae-7f60191bf9d0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665720208811,
  "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-10-14T04:03:53.393Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 4f93da0b-e495-4a97-a6ae-7f60191bf9d0
2022-10-14T04:03:53.393Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4f93da0b-e495-4a97-a6ae-7f60191bf9d0 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-10-14T04:04:21.356Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f93da0b-e495-4a97-a6ae-7f60191bf9d0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10-14T04:04:21.371Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f93da0b-e495-4a97-a6ae-7f60191bf9d0
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-10-14T04:04:21.375Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-14T04:04:21.375Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-14T04:04:21.375Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-10-14T04:04:21.375Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-10-14T04:04:21.376Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-14T04:04:21.376Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-14T04:04:21.376Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-14T04:04:21.376Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-14T04:04:21.377Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-14T04:04:21.377Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-14T04:04:21.377Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-14T04:04:21.383Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-10-14T04:04:51.384Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4f93da0b-e495-4a97-a6ae-7f60191bf9d0 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-10-14T04:04:51.392Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4f93da0b-e495-4a97-a6ae-7f60191bf9d0 and serviceModelVersionId: 08b56fbb-4bfc-4cff-82bd-9bbe205fe313
2022-10-14T04:04:51.392Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 04381286-386a-4985-8435-2a029b452ed4
2022-10-14T04:04:52.590Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T04:04:52.591Z||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-10-14T04:04:52.591Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T04:05:02.171Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T04:05:06.226Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/04381286-386a-4985-8435-2a029b452ed4/model-vers/model-ver/08b56fbb-4bfc-4cff-82bd-9bbe205fe313?depth=0
2022-10-14T04:05:06.336Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-10-14T04:05:06.804Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04381286-386a-4985-8435-2a029b452ed4/model-vers/model-ver/08b56fbb-4bfc-4cff-82bd-9bbe205fe313?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-10-14T04:05:06.809Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04381286-386a-4985-8435-2a029b452ed4/model-vers/model-ver/08b56fbb-4bfc-4cff-82bd-9bbe205fe313?depth=0|INFO|500||Invoke
2022-10-14T04:05:06.927Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04381286-386a-4985-8435-2a029b452ed4/model-vers/model-ver/08b56fbb-4bfc-4cff-82bd-9bbe205fe313?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-10-14T04:05:07.227Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04381286-386a-4985-8435-2a029b452ed4/model-vers/model-ver/08b56fbb-4bfc-4cff-82bd-9bbe205fe313?depth=0|INFO|500||InvokeReturn
2022-10-14T04:05:07.227Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04381286-386a-4985-8435-2a029b452ed4/model-vers/model-ver/08b56fbb-4bfc-4cff-82bd-9bbe205fe313?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-221014-04:05:06:843-96203], vertex-id=[192520], Content-Length=[0], Date=[Fri, 14 Oct 2022 04:05:06 GMT], Content-Type=[application/json]}
2022-10-14T04:05:07.228Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2022-10-14T04:05:07.232Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-10-14T04:05:07.233Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-14T04:05:07.236Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-10-14T04:05:07.237Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4f93da0b-e495-4a97-a6ae-7f60191bf9d0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-10-14T04:05:07.238Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-10-14T04:05:07.239Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-14T04:05:07.240Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-14T04:05:07.241Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "4f93da0b-e495-4a97-a6ae-7f60191bf9d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665720307237,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-14T04:05:07.341Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-14T04:05:07.342Z||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-10-14T04:05:07.342Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lvpt8hoe3eEkHs9T) ...
2022-10-14T04:05:07.355Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T04:05:07.356Z||pool-18-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-10-14T04:05:08.254Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T04:05:08.254Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|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-10-14T04:05:08.254Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|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 lvpt8hoe3eEkHs9T) ...
2022-10-14T04:05:18.561Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T04:05:18.561Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T04:05:18.562Z||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-10-14T04:05:18.562Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T04:05:28.103Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T04:05:52.579Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T04:05:52.581Z||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-10-14T04:05:52.581Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T04:05:52.585Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T04:05:52.586Z||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-10-14T04:05:52.586Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T04:05:53.236Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T04:05:53.237Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-14T04:05:53.237Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f93da0b-e495-4a97-a6ae-7f60191bf9d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665720307237,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-14T04:05:53.238Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-14T04:06:02.130Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T04:06:52.580Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T04:06:52.583Z||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-10-14T04:06:52.584Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T04:06:52.585Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T04:06:52.586Z||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-10-14T04:06:52.586Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T04:07:02.136Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T04:07:02.136Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T04:07:52.580Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T04:07:52.583Z||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-10-14T04:07:52.583Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T04:07:52.585Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T04:07:52.586Z||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-10-14T04:07:52.586Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T04:07:53.228Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T04:07:53.228Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T04:07:53.229Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-14T04:07:53.230Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"eba07ac5-3909-41a0-b80b-7f4a8e790d96","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"b8e228ee-d033-4e6e-9b26-48de0b91cf47","serviceDescription":"service","serviceInvariantUUID":"013cc00b-00e9-4b49-aa86-4608a29efe30","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"d455def2-19eb-460e-b14d-f355f9fdfaa0","resourceInvariantUUID":"2e8f08df-b3e6-439d-b8a5-5be95ea39dfc","resourceCustomizationUUID":"361c2396-6649-48e9-8061-87f82b241f7b","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":"MjQxNTgzZWExYzMxNTRmOWI0N2NhNzRiNWRiZDVmYzM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8d1a3a92-52df-41bf-9820-0635b42bbb02","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MDIwZjU0ZDE5ZjM3ZmY2ZmQ3MGViMjU5ODM4MmJiOTM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6cfea769-68e4-43cb-8013-9dbaced4d902","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-14T04:07:53.231Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-14T04:07:53.231Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eba07ac5-3909-41a0-b80b-7f4a8e790d96",
  "consumerID": "clamp",
  "timestamp": 1665720447951,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:07:53.233Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:07:53.234Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-14T04:07:53.234Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eba07ac5-3909-41a0-b80b-7f4a8e790d96",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665720446269,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:07:53.235Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:07:53.235Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-14T04:07:53.236Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eba07ac5-3909-41a0-b80b-7f4a8e790d96",
  "consumerID": "policy-id",
  "timestamp": 1665720440106,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:07:53.236Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:07:53.237Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-14T04:07:53.237Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eba07ac5-3909-41a0-b80b-7f4a8e790d96",
  "consumerID": "aai-ml",
  "timestamp": 1665720449052,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:07:53.238Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:07:53.238Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-14T04:07:53.238Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eba07ac5-3909-41a0-b80b-7f4a8e790d96",
  "consumerID": "clamp",
  "timestamp": 1665720447951,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-10-14T04:07:53.239Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:07:53.239Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-14T04:07:53.240Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eba07ac5-3909-41a0-b80b-7f4a8e790d96",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665720446269,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-10-14T04:07:53.240Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-14T04:07:53.240Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:07:53.241Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-14T04:07:53.241Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-10-14T04:07:53.241Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eba07ac5-3909-41a0-b80b-7f4a8e790d96",
  "consumerID": "policy-id",
  "timestamp": 1665720440106,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-10-14T04:07:53.242Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:07:53.242Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-14T04:07:53.243Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eba07ac5-3909-41a0-b80b-7f4a8e790d96",
  "consumerID": "cds",
  "timestamp": 1665720449920,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:07:53.243Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:07:53.244Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-14T04:07:53.244Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eba07ac5-3909-41a0-b80b-7f4a8e790d96",
  "consumerID": "aai-ml",
  "timestamp": 1665720449052,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-10-14T04:07:53.245Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:07:53.245Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-14T04:07:53.245Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eba07ac5-3909-41a0-b80b-7f4a8e790d96",
  "consumerID": "cds",
  "timestamp": 1665720449920,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-10-14T04:07:53.246Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:07:53.246Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-14T04:07:53.246Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eba07ac5-3909-41a0-b80b-7f4a8e790d96",
  "consumerID": "policy-id",
  "timestamp": 1665720451086,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-14T04:07:53.247Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-14T04:07:53.247Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-14T04:07:53.248Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eba07ac5-3909-41a0-b80b-7f4a8e790d96",
  "consumerID": "aai-ml",
  "timestamp": 1665720451789,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-14T04:07:53.248Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-14T04:07:53.249Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-14T04:07:53.249Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eba07ac5-3909-41a0-b80b-7f4a8e790d96",
  "consumerID": "policy-id",
  "timestamp": 1665720452090,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-14T04:07:53.250Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-14T04:07:53.250Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-14T04:07:53.250Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eba07ac5-3909-41a0-b80b-7f4a8e790d96",
  "consumerID": "cds",
  "timestamp": 1665720452647,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-14T04:07:53.251Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-14T04:07:53.251Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-14T04:07:53.252Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eba07ac5-3909-41a0-b80b-7f4a8e790d96",
  "consumerID": "policy-id",
  "timestamp": 1665720453096,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
2022-10-14T04:07:53.254Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-14T04:07:53.254Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "eba07ac5-3909-41a0-b80b-7f4a8e790d96",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665720472580,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10-14T04:07:53.283Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of eba07ac5-3909-41a0-b80b-7f4a8e790d96
2022-10-14T04:07:53.284Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId eba07ac5-3909-41a0-b80b-7f4a8e790d96 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-10-14T04:07:53.296Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-14T04:07:53.297Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eba07ac5-3909-41a0-b80b-7f4a8e790d96",
  "consumerID": "cds",
  "timestamp": 1665720453656,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-14T04:07:53.303Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of eba07ac5-3909-41a0-b80b-7f4a8e790d96
2022-10-14T04:07:53.303Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId eba07ac5-3909-41a0-b80b-7f4a8e790d96 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-10-14T04:07:53.317Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-14T04:07:53.317Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eba07ac5-3909-41a0-b80b-7f4a8e790d96",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1665720453864,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:07:53.318Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:07:53.318Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-14T04:07:53.318Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eba07ac5-3909-41a0-b80b-7f4a8e790d96",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1665720453864,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:07:53.318Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:07:53.319Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-14T04:07:53.319Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eba07ac5-3909-41a0-b80b-7f4a8e790d96",
  "consumerID": "aai-ml",
  "timestamp": 1665720455805,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-14T04:07:53.319Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-14T04:07:53.320Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-14T04:07:53.320Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eba07ac5-3909-41a0-b80b-7f4a8e790d96",
  "consumerID": "aai-ml",
  "timestamp": 1665720456810,
  "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-10-14T04:07:53.325Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of eba07ac5-3909-41a0-b80b-7f4a8e790d96
2022-10-14T04:07:53.326Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId eba07ac5-3909-41a0-b80b-7f4a8e790d96 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-10-14T04:07:53.336Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-14T04:07:53.336Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eba07ac5-3909-41a0-b80b-7f4a8e790d96",
  "consumerID": "clamp",
  "timestamp": 1665720457667,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-14T04:07:53.337Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-14T04:07:53.337Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-14T04:07:53.337Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eba07ac5-3909-41a0-b80b-7f4a8e790d96",
  "consumerID": "clamp",
  "timestamp": 1665720459096,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-14T04:07:53.337Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-14T04:07:53.338Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-14T04:07:53.338Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eba07ac5-3909-41a0-b80b-7f4a8e790d96",
  "consumerID": "clamp",
  "timestamp": 1665720460099,
  "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-10-14T04:07:53.344Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of eba07ac5-3909-41a0-b80b-7f4a8e790d96
2022-10-14T04:07:53.344Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId eba07ac5-3909-41a0-b80b-7f4a8e790d96 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-10-14T04:07:53.354Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-14T04:07:53.354Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-14T04:07:53.354Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eba07ac5-3909-41a0-b80b-7f4a8e790d96",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665720465454,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:07:53.355Z||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-10-14T04:07:53.355Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lvpt8hoe3eEkHs9T) ...
2022-10-14T04:07:53.355Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:07:53.355Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-14T04:07:53.356Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eba07ac5-3909-41a0-b80b-7f4a8e790d96",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665720465454,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-10-14T04:07:53.356Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:07:53.357Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-14T04:07:53.357Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eba07ac5-3909-41a0-b80b-7f4a8e790d96",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665720468235,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-14T04:07:53.357Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-14T04:07:53.358Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-14T04:07:53.358Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eba07ac5-3909-41a0-b80b-7f4a8e790d96",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665720469994,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-14T04:07:53.358Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-14T04:07:53.359Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-14T04:07:53.359Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eba07ac5-3909-41a0-b80b-7f4a8e790d96",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665720470998,
  "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-10-14T04:07:53.368Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of eba07ac5-3909-41a0-b80b-7f4a8e790d96
2022-10-14T04:07:53.368Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId eba07ac5-3909-41a0-b80b-7f4a8e790d96 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=?
2022-10-14T04:07:53.372Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-14T04:07:53.373Z||pool-19-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-10-14T04:07:54.255Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-14T04:07:54.256Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-10-14T04:07:54.258Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-14T04:07:54.259Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "eba07ac5-3909-41a0-b80b-7f4a8e790d96",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665720472580,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-10-14T04:07:54.359Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-14T04:07:54.360Z||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-10-14T04:07:54.360Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lvpt8hoe3eEkHs9T) ...
2022-10-14T04:07:54.374Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T04:07:54.374Z||pool-20-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-14T04:07:55.260Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "eba07ac5-3909-41a0-b80b-7f4a8e790d96",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "b8e228ee-d033-4e6e-9b26-48de0b91cf47",
  "serviceDescription": "service",
  "serviceInvariantUUID": "013cc00b-00e9-4b49-aa86-4608a29efe30",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "361c2396-6649-48e9-8061-87f82b241f7b",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "d455def2-19eb-460e-b14d-f355f9fdfaa0",
      "resourceInvariantUUID": "2e8f08df-b3e6-439d-b8a5-5be95ea39dfc",
      "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": "MDIwZjU0ZDE5ZjM3ZmY2ZmQ3MGViMjU5ODM4MmJiOTM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "6cfea769-68e4-43cb-8013-9dbaced4d902"
    }
  ],
  "workloadContext": "Production"
}
2022-10-14T04:07:55.260Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-14T04:07:55.260Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 b8e228ee-d033-4e6e-9b26-48de0b91cf47 ASDC
2022-10-14T04:07:55.261Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:eba07ac5-3909-41a0-b80b-7f4a8e790d96
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:b8e228ee-d033-4e6e-9b26-48de0b91cf47
ServiceInvariantUUID:013cc00b-00e9-4b49-aa86-4608a29efe30
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:6cfea769-68e4-43cb-8013-9dbaced4d902
ArtifactChecksum:MDIwZjU0ZDE5ZjM3ZmY2ZmQ3MGViMjU5ODM4MmJiOTM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:361c2396-6649-48e9-8061-87f82b241f7b
ResourceInvariantUUID:2e8f08df-b3e6-439d-b8a5-5be95ea39dfc
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:d455def2-19eb-460e-b14d-f355f9fdfaa0
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2022-10-14T04:07:55.262Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b8e228ee-d033-4e6e-9b26-48de0b91cf47 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-10-14T04:07:55.290Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-14T04:07:55.292Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-10-14T04:07:55.292Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-10-14T04:07:55.292Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 6cfea769-68e4-43cb-8013-9dbaced4d902 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-10-14T04:07:55.293Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-10-14T04:07:55.293Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-10-14T04:07:55.372Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-10-14T04:07:55.376Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 6cfea769-68e4-43cb-8013-9dbaced4d902 52507
2022-10-14T04:07:55.376Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-10-14T04:07:55.376Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-10-14T04:07:55.376Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-14T04:07:55.377Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-10-14T04:07:55.378Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-14T04:07:55.379Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "eba07ac5-3909-41a0-b80b-7f4a8e790d96",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665720475376,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-14T04:07:55.479Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-14T04:07:55.480Z||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-10-14T04:07:55.480Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lvpt8hoe3eEkHs9T) ...
2022-10-14T04:07:55.517Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T04:07:55.518Z||pool-21-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":0,"count":1}
2022-10-14T04:07:56.379Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-14T04:07:56.380Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-10-14T04:07:56.381Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 6cfea769-68e4-43cb-8013-9dbaced4d902, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-14T04:07:56.381Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-10-14T04:07:56.382Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-14T04:07:56.382Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-14T04:07:56.566Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2549606779622391887/Definitions/service-BasicNetwork-template.yml
2022-10-14T04:07:57.294Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-14T04:07:57.295Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-10-14T04:07:57.295Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-14T04:07:57.296Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-10-14T04:07:57.296Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||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-10-14T04:07:57.296Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||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-10-14T04:07:57.296Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||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-10-14T04:07:57.296Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||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-10-14T04:07:57.297Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-14T04:07:57.297Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||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-10-14T04:07:57.297Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||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-10-14T04:07:57.297Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||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-10-14T04:07:57.297Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-10-14T04:07:57.298Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-14T04:07:57.298Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-14T04:07:57.298Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-10-14T04:07:57.299Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-10-14T04:07:57.299Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-14T04:07:57.299Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-14T04:07:57.300Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-14T04:07:57.300Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-10-14T04:07:57.300Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-10-14T04:07:57.300Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-14T04:07:57.301Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-14T04:07:57.301Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-14T04:07:57.301Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-14T04:07:57.301Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-14T04:07:57.302Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-14T04:07:57.302Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-14T04:07:57.302Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-14T04:07:57.302Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-14T04:07:57.303Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-14T04:07:57.303Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-14T04:07:57.303Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:b8e228ee-d033-4e6e-9b26-48de0b91cf47
Model Version:NULL
Model InvariantUuid:013cc00b-00e9-4b49-aa86-4608a29efe30
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:2e8f08df-b3e6-439d-b8a5-5be95ea39dfc
Model UUID:b6f094f2-f1aa-4a83-a702-900cb2bc62c9
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:361c2396-6649-48e9-8061-87f82b241f7b
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-10-14T04:07:57.307Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||INFO|500||Processing Resource Type: VL, Model UUID: d455def2-19eb-460e-b14d-f355f9fdfaa0
2022-10-14T04:07:57.307Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||INFO|500||No resources found for Service: b8e228ee-d033-4e6e-9b26-48de0b91cf47
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-10-14T04:07:57.314Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||INFO|500||
2022-10-14T04:07:57.314Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2022-10-14T04:07:57.315Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||DEBUG|500||No resources found for Service: b8e228ee-d033-4e6e-9b26-48de0b91cf47
2022-10-14T04:07:57.316Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: b8e228ee-d033-4e6e-9b26-48de0b91cf47
2022-10-14T04:07:57.316Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2022-10-14T04:07:57.316Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||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-10-14T04:07:57.319Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1b4bfff1, org.onap.sdc.toscaparser.api.parameters.Input@2d8aa243, org.onap.sdc.toscaparser.api.parameters.Input@59653cf4, org.onap.sdc.toscaparser.api.parameters.Input@43c1ec93, org.onap.sdc.toscaparser.api.parameters.Input@7b1276d]
2022-10-14T04:07:57.321Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-14T04:07:57.321Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-14T04:07:57.322Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-14T04:07:57.322Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-14T04:07:57.323Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid b8e228ee-d033-4e6e-9b26-48de0b91cf47: Generic NeutronNet
2022-10-14T04:07:57.323Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-14T04:07:57.323Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-14T04:07:57.324Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-14T04:07:57.324Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||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-10-14T04:07:57.353Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-14T04:07:57.354Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-14T04:07:57.354Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-14T04:07:57.354Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-14T04:07:57.354Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-14T04:07:57.355Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-14T04:07:57.355Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||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-10-14T04:07:57.398Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2022-10-14T04:07:57.399Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-10-14T04:07:57.399Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-10-14T04:07:57.399Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-14T04:07:57.400Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-10-14T04:07:57.401Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-14T04:07:57.401Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "eba07ac5-3909-41a0-b80b-7f4a8e790d96",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665720477399,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-14T04:07:57.502Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-14T04:07:57.504Z||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-10-14T04:07:57.504Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lvpt8hoe3eEkHs9T) ...
2022-10-14T04:07:57.519Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T04:07:57.519Z||pool-22-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-10-14T04:07:58.403Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: eba07ac5-3909-41a0-b80b-7f4a8e790d96
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10-14T04:07:58.415Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: eba07ac5-3909-41a0-b80b-7f4a8e790d96
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-10-14T04:07:58.419Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-14T04:07:58.419Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-14T04:07:58.419Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-10-14T04:07:58.420Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-10-14T04:07:58.420Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-14T04:07:58.420Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-14T04:07:58.420Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-14T04:07:58.421Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-14T04:07:58.421Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-14T04:07:58.421Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-14T04:07:58.421Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-14T04:07:58.427Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-10-14T04:08:28.428Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: eba07ac5-3909-41a0-b80b-7f4a8e790d96 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-10-14T04:08:28.434Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: eba07ac5-3909-41a0-b80b-7f4a8e790d96 and serviceModelVersionId: b8e228ee-d033-4e6e-9b26-48de0b91cf47
2022-10-14T04:08:28.434Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 013cc00b-00e9-4b49-aa86-4608a29efe30
2022-10-14T04:08:28.436Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/013cc00b-00e9-4b49-aa86-4608a29efe30/model-vers/model-ver/b8e228ee-d033-4e6e-9b26-48de0b91cf47?depth=0
2022-10-14T04:08:28.441Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-10-14T04:08:28.497Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/013cc00b-00e9-4b49-aa86-4608a29efe30/model-vers/model-ver/b8e228ee-d033-4e6e-9b26-48de0b91cf47?depth=0|INFO|500||Invoke
2022-10-14T04:08:28.498Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/013cc00b-00e9-4b49-aa86-4608a29efe30/model-vers/model-ver/b8e228ee-d033-4e6e-9b26-48de0b91cf47?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/013cc00b-00e9-4b49-aa86-4608a29efe30/model-vers/model-ver/b8e228ee-d033-4e6e-9b26-48de0b91cf47?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[eba07ac5-3909-41a0-b80b-7f4a8e790d96], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[1b07820b-8453-48da-8417-9ab0824f0ec8], X-ECOMP-RequestID=[eba07ac5-3909-41a0-b80b-7f4a8e790d96], X-TransactionId=[], X-ONAP-RequestID=[eba07ac5-3909-41a0-b80b-7f4a8e790d96], Content-Type=[application/merge-patch+json]}
2022-10-14T04:08:28.533Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/013cc00b-00e9-4b49-aa86-4608a29efe30/model-vers/model-ver/b8e228ee-d033-4e6e-9b26-48de0b91cf47?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-10-14T04:08:28.629Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/013cc00b-00e9-4b49-aa86-4608a29efe30/model-vers/model-ver/b8e228ee-d033-4e6e-9b26-48de0b91cf47?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/013cc00b-00e9-4b49-aa86-4608a29efe30/model-vers/model-ver/b8e228ee-d033-4e6e-9b26-48de0b91cf47?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221014-04:08:28:432-12917], vertex-id=[167984], Content-Length=[0], Date=[Fri, 14 Oct 2022 04:08:28 GMT], Content-Type=[application/json]}
2022-10-14T04:08:28.630Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/013cc00b-00e9-4b49-aa86-4608a29efe30/model-vers/model-ver/b8e228ee-d033-4e6e-9b26-48de0b91cf47?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-10-14T04:08:28.630Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/013cc00b-00e9-4b49-aa86-4608a29efe30/model-vers/model-ver/b8e228ee-d033-4e6e-9b26-48de0b91cf47?depth=0|INFO|500||InvokeReturn
2022-10-14T04:08:28.632Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-10-14T04:08:28.632Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-14T04:08:28.639Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-10-14T04:08:28.640Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID eba07ac5-3909-41a0-b80b-7f4a8e790d96 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-10-14T04:08:28.641Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-10-14T04:08:28.642Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-10-14T04:08:28.646Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-14T04:08:28.646Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "eba07ac5-3909-41a0-b80b-7f4a8e790d96",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665720508641,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-14T04:08:28.746Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-14T04:08:28.747Z||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-10-14T04:08:28.747Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lvpt8hoe3eEkHs9T) ...
2022-10-14T04:08:28.766Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T04:08:28.767Z||pool-23-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-10-14T04:08:52.579Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T04:08:52.580Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|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-10-14T04:08:52.581Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|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 lvpt8hoe3eEkHs9T) ...
2022-10-14T04:08:52.585Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T04:08:52.585Z||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-10-14T04:08:52.586Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T04:08:52.711Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T04:08:52.712Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:08:52.712Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eba07ac5-3909-41a0-b80b-7f4a8e790d96",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665720472580,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:08:52.713Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:08:53.204Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T04:08:53.206Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-14T04:08:53.206Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"7a130e6f-b1b7-4519-9176-4e3356b8a518","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"b6e9cc31-87da-4ad6-8261-fce8f7f33b96","serviceDescription":"service","serviceInvariantUUID":"40ace09d-e591-4a65-b5b1-cead863b329c","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2e249e9c-4e9e-4152-b124-eb5872665b30","resourceInvariantUUID":"cc049798-74fa-4eda-8d43-ea94fb2e1600","resourceCustomizationUUID":"11ef6565-d364-4aad-92c3-13a2c644fd0d","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":"MjQ5MDI0OTdiMTVkNzc3MTJjNDg1ZjRjNjkwMTY2NTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7ee9a9be-814f-446e-8205-f18a4e6a2ed1","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":"80150ed8-a1bc-4c34-a472-76805cfd3800","artifactVersion":"2","generatedFromUUID":"c83f1ae1-99b3-4246-948b-b53abd418b04"},{"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":"c83f1ae1-99b3-4246-948b-b53abd418b04","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":"NzQ3ZTJlYmI2YTU2ZjNiNDk4NmJiZTQ4ODAwMjljYmQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f13fe2cd-46b8-4413-be1c-e3d413a14a60","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":"c31a34a1-60d2-454b-bbd2-48a1b17eb664","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":"df7dea28-78f8-4f7c-adb2-704aedb1bac3","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":"6cd8fab7-2d9e-435c-957b-f7518e50796b","artifactVersion":"2","generatedFromUUID":"c31a34a1-60d2-454b-bbd2-48a1b17eb664"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"MjI0MTNiYmIzMzJlZWQxNDgxZjJkZmIwZTg4NmQyMGU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7340a2bb-8eef-4074-b172-9178f21e2b33","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"ZWNjOTllM2UxMTUxMjM1NGRiYTlkNDQyOTQ0YTIzNDQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4cf33a55-fd70-4b3e-a399-49d003958ecc","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-14T04:08:53.210Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-14T04:08:53.210Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-10-14T04:08:53.212Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-14T04:08:53.212Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665720532579,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:08:53.312Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-14T04:08:53.314Z||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-10-14T04:08:53.314Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lvpt8hoe3eEkHs9T) ...
2022-10-14T04:08:53.332Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T04:08:53.333Z||pool-24-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-10-14T04:08:54.213Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-14T04:08:54.214Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-10-14T04:08:54.216Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-14T04:08:54.216Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665720532579,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-10-14T04:08:54.316Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-14T04:08:54.317Z||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-10-14T04:08:54.317Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lvpt8hoe3eEkHs9T) ...
2022-10-14T04:08:54.331Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T04:08:54.331Z||pool-25-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-10-14T04:08:55.217Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-14T04:08:55.218Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-10-14T04:08:55.220Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-14T04:08:55.220Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665720532579,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-10-14T04:08:55.320Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-14T04:08:55.322Z||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-10-14T04:08:55.322Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lvpt8hoe3eEkHs9T) ...
2022-10-14T04:08:55.341Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T04:08:55.343Z||pool-26-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-10-14T04:08:56.220Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-14T04:08:56.221Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-10-14T04:08:56.223Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-14T04:08:56.223Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665720532579,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-10-14T04:08:56.323Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-14T04:08:56.325Z||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-10-14T04:08:56.325Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lvpt8hoe3eEkHs9T) ...
2022-10-14T04:08:56.341Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T04:08:56.341Z||pool-27-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-10-14T04:08:57.224Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-14T04:08:57.225Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-10-14T04:08:57.227Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-14T04:08:57.227Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665720532579,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-10-14T04:08:57.327Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-14T04:08:57.328Z||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-10-14T04:08:57.328Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lvpt8hoe3eEkHs9T) ...
2022-10-14T04:08:57.342Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T04:08:57.343Z||pool-28-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-10-14T04:08:58.227Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-14T04:08:58.228Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-10-14T04:08:58.231Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-14T04:08:58.231Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665720532579,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:08:58.331Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-14T04:08:58.332Z||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-10-14T04:08:58.333Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lvpt8hoe3eEkHs9T) ...
2022-10-14T04:08:58.346Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T04:08:58.347Z||pool-29-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-14T04:08:59.232Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-14T04:08:59.233Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-10-14T04:08:59.235Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-14T04:08:59.235Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665720532579,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-10-14T04:08:59.335Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-14T04:08:59.336Z||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-10-14T04:08:59.336Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lvpt8hoe3eEkHs9T) ...
2022-10-14T04:08:59.352Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T04:08:59.352Z||pool-30-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-10-14T04:09:00.236Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-14T04:09:00.236Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-10-14T04:09:00.238Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-14T04:09:00.238Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665720532579,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:09:00.339Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-14T04:09:00.339Z||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-10-14T04:09:00.339Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lvpt8hoe3eEkHs9T) ...
2022-10-14T04:09:00.351Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T04:09:00.351Z||pool-31-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-14T04:09:01.239Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-14T04:09:01.240Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-10-14T04:09:01.242Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-14T04:09:01.242Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665720532579,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-10-14T04:09:01.342Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-14T04:09:01.343Z||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-10-14T04:09:01.343Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lvpt8hoe3eEkHs9T) ...
2022-10-14T04:09:01.357Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T04:09:01.357Z||pool-32-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-10-14T04:09:02.245Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "b6e9cc31-87da-4ad6-8261-fce8f7f33b96",
  "serviceDescription": "service",
  "serviceInvariantUUID": "40ace09d-e591-4a65-b5b1-cead863b329c",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "11ef6565-d364-4aad-92c3-13a2c644fd0d",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "2e249e9c-4e9e-4152-b124-eb5872665b30",
      "resourceInvariantUUID": "cc049798-74fa-4eda-8d43-ea94fb2e1600",
      "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": "80150ed8-a1bc-4c34-a472-76805cfd3800",
          "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": "c83f1ae1-99b3-4246-948b-b53abd418b04",
          "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": "NzQ3ZTJlYmI2YTU2ZjNiNDk4NmJiZTQ4ODAwMjljYmQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "f13fe2cd-46b8-4413-be1c-e3d413a14a60",
          "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": "c31a34a1-60d2-454b-bbd2-48a1b17eb664",
          "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": "6cd8fab7-2d9e-435c-957b-f7518e50796b",
            "generatedFromUUID": "c31a34a1-60d2-454b-bbd2-48a1b17eb664"
          },
          "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": "6cd8fab7-2d9e-435c-957b-f7518e50796b",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "ZWNjOTllM2UxMTUxMjM1NGRiYTlkNDQyOTQ0YTIzNDQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "4cf33a55-fd70-4b3e-a399-49d003958ecc"
    }
  ],
  "workloadContext": "Production"
}
2022-10-14T04:09:02.245Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-14T04:09:02.245Z|eba07ac5-3909-41a0-b80b-7f4a8e790d96|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 b6e9cc31-87da-4ad6-8261-fce8f7f33b96 ASDC
2022-10-14T04:09:02.246Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:7a130e6f-b1b7-4519-9176-4e3356b8a518
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:b6e9cc31-87da-4ad6-8261-fce8f7f33b96
ServiceInvariantUUID:40ace09d-e591-4a65-b5b1-cead863b329c
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:4cf33a55-fd70-4b3e-a399-49d003958ecc
ArtifactChecksum:ZWNjOTllM2UxMTUxMjM1NGRiYTlkNDQyOTQ0YTIzNDQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:11ef6565-d364-4aad-92c3-13a2c644fd0d
ResourceInvariantUUID:cc049798-74fa-4eda-8d43-ea94fb2e1600
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:2e249e9c-4e9e-4152-b124-eb5872665b30
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:80150ed8-a1bc-4c34-a472-76805cfd3800
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:c83f1ae1-99b3-4246-948b-b53abd418b04
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:f13fe2cd-46b8-4413-be1c-e3d413a14a60
ArtifactChecksum:NzQ3ZTJlYmI2YTU2ZjNiNDk4NmJiZTQ4ODAwMjljYmQ=
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:c31a34a1-60d2-454b-bbd2-48a1b17eb664
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:6cd8fab7-2d9e-435c-957b-f7518e50796b
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:6cd8fab7-2d9e-435c-957b-f7518e50796b
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-10-14T04:09:02.246Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b6e9cc31-87da-4ad6-8261-fce8f7f33b96 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-10-14T04:09:02.276Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-14T04:09:02.276Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-10-14T04:09:02.277Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-10-14T04:09:02.277Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 4cf33a55-fd70-4b3e-a399-49d003958ecc from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-10-14T04:09:02.277Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-10-14T04:09:02.277Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-10-14T04:09:02.393Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-10-14T04:09:02.397Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 4cf33a55-fd70-4b3e-a399-49d003958ecc 68952
2022-10-14T04:09:02.399Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-10-14T04:09:02.399Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-10-14T04:09:02.399Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-14T04:09:02.399Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-10-14T04:09:02.402Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-14T04:09:02.402Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665720542399,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-14T04:09:02.502Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-14T04:09:02.503Z||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-10-14T04:09:02.503Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lvpt8hoe3eEkHs9T) ...
2022-10-14T04:09:02.520Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T04:09:02.521Z||pool-33-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-10-14T04:09:03.402Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-14T04:09:03.403Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-10-14T04:09:03.404Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 4cf33a55-fd70-4b3e-a399-49d003958ecc, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-10-14T04:09:03.404Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-10-14T04:09:03.404Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-10-14T04:09:03.404Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-10-14T04:09:03.511Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6488939972874847207/Definitions/service-BasicCnf-template.yml
2022-10-14T04:09:04.636Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-14T04:09:04.637Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-10-14T04:09:04.637Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-10-14T04:09:04.637Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-10-14T04:09:04.637Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||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-10-14T04:09:04.637Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||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-10-14T04:09:04.638Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-10-14T04:09:04.638Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-10-14T04:09:04.638Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-10-14T04:09:04.638Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-14T04:09:04.638Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-14T04:09:04.639Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-10-14T04:09:04.639Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-10-14T04:09:04.639Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-14T04:09:04.640Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-14T04:09:04.640Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-14T04:09:04.640Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-10-14T04:09:04.640Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-10-14T04:09:04.640Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-14T04:09:04.641Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-14T04:09:04.641Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-14T04:09:04.641Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-14T04:09:04.641Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-10-14T04:09:04.641Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-10-14T04:09:04.642Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||Node template dummy is not matching search criteria
2022-10-14T04:09:04.642Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-10-14T04:09:04.642Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-14T04:09:04.642Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-14T04:09:04.642Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-14T04:09:04.643Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-10-14T04:09:04.643Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-14T04:09:04.643Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-14T04:09:04.643Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-10-14T04:09:04.643Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-14T04:09:04.643Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-14T04:09:04.644Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-10-14T04:09:04.644Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-14T04:09:04.644Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-14T04:09:04.644Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-10-14T04:09:04.644Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-10-14T04:09:04.644Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=36385a65-aa62-4598-87a0-344e556846ad
2022-10-14T04:09:04.645Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-14T04:09:04.645Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-14T04:09:04.645Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-14T04:09:04.645Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-14T04:09:04.645Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-14T04:09:04.645Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-14T04:09:04.646Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-14T04:09:04.646Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-14T04:09:04.646Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:b6e9cc31-87da-4ad6-8261-fce8f7f33b96
Model Version:NULL
Model InvariantUuid:40ace09d-e591-4a65-b5b1-cead863b329c
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:c0246fba-e58e-495e-9743-2832d7336539
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:cc049798-74fa-4eda-8d43-ea94fb2e1600
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:11ef6565-d364-4aad-92c3-13a2c644fd0d
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:9d78b239-c4cd-4502-a3fd-d258518bca01
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:4cc38dfc-44e9-4d07-b23c-38e22de3190c
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:36385a65-aa62-4598-87a0-344e556846ad
ModelInvariantUuid:6aff43bf-7147-43ec-a735-14814f806dec
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:33bfd603-0015-4d25-b7cb-f7e89fa0cc12
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:31f2af1c-ce88-4d9a-aacd-d1a4cfd8d706
ModelInvariantUuid:65d55e5d-2a30-4d6f-bb53-9bdb6e10fe0c
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:7c7b71d8-5688-4bd5-b8d2-9bfe361a0fc2
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-10-14T04:09:04.649Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 2e249e9c-4e9e-4152-b124-eb5872665b30
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-10-14T04:09:04.651Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||INFO|500||basic_cnf 0
2022-10-14T04:09:04.651Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 2e249e9c-4e9e-4152-b124-eb5872665b30
2022-10-14T04:09:04.651Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 80150ed8-a1bc-4c34-a472-76805cfd3800 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-10-14T04:09:04.651Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-10-14T04:09:04.652Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||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-10-14T04:09:04.702Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-10-14T04:09:04.703Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 80150ed8-a1bc-4c34-a472-76805cfd3800 12
2022-10-14T04:09:04.703Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||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-10-14T04:09:04.703Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||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-10-14T04:09:04.703Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-14T04:09:04.704Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-10-14T04:09:04.706Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-14T04:09:04.706Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665720544703,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-10-14T04:09:04.806Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-14T04:09:04.807Z||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-10-14T04:09:04.807Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lvpt8hoe3eEkHs9T) ...
2022-10-14T04:09:04.822Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T04:09:04.822Z||pool-34-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-10-14T04:09:05.707Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: c83f1ae1-99b3-4246-948b-b53abd418b04 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-10-14T04:09:05.707Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-10-14T04:09:05.708Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||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-10-14T04:09:05.770Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-10-14T04:09:05.771Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz c83f1ae1-99b3-4246-948b-b53abd418b04 2688
2022-10-14T04:09:05.771Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||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-10-14T04:09:05.771Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||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-10-14T04:09:05.771Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-14T04:09:05.772Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-10-14T04:09:05.774Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-14T04:09:05.774Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665720545771,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-10-14T04:09:05.874Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-14T04:09:05.875Z||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-10-14T04:09:05.875Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lvpt8hoe3eEkHs9T) ...
2022-10-14T04:09:05.889Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T04:09:05.889Z||pool-35-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-14T04:09:06.775Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: f13fe2cd-46b8-4413-be1c-e3d413a14a60 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-10-14T04:09:06.776Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-10-14T04:09:06.776Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||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-10-14T04:09:06.833Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-10-14T04:09:06.834Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json f13fe2cd-46b8-4413-be1c-e3d413a14a60 828
2022-10-14T04:09:06.835Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||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-10-14T04:09:06.835Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||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-10-14T04:09:06.835Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-14T04:09:06.836Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-10-14T04:09:06.838Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-14T04:09:06.838Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665720546835,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-14T04:09:06.938Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-14T04:09:06.939Z||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-10-14T04:09:06.939Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lvpt8hoe3eEkHs9T) ...
2022-10-14T04:09:06.953Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T04:09:06.953Z||pool-36-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-14T04:09:07.839Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "9d78b239-c4cd-4502-a3fd-d258518bca01",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "4cc38dfc-44e9-4d07-b23c-38e22de3190c",
    "vfModuleModelCustomizationUUID": "891866a1-29c1-40f1-90ce-15918189ff18",
    "isBase": true,
    "artifacts": [
      "c83f1ae1-99b3-4246-948b-b53abd418b04",
      "c31a34a1-60d2-454b-bbd2-48a1b17eb664",
      "6cd8fab7-2d9e-435c-957b-f7518e50796b"
    ],
    "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-10-14T04:09:07.845Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4cc38dfc-44e9-4d07-b23c-38e22de3190c
VfModuleModelInvariantUUID:9d78b239-c4cd-4502-a3fd-d258518bca01
VfModuleModelDescription:NULL
Artifacts UUID List:{
c83f1ae1-99b3-4246-948b-b53abd418b04
,
c31a34a1-60d2-454b-bbd2-48a1b17eb664
,
6cd8fab7-2d9e-435c-957b-f7518e50796b

}
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-10-14T04:09:07.847Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "9d78b239-c4cd-4502-a3fd-d258518bca01",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "4cc38dfc-44e9-4d07-b23c-38e22de3190c",
    "vfModuleModelCustomizationUUID": "891866a1-29c1-40f1-90ce-15918189ff18",
    "isBase": true,
    "artifacts": [
      "c83f1ae1-99b3-4246-948b-b53abd418b04",
      "c31a34a1-60d2-454b-bbd2-48a1b17eb664",
      "6cd8fab7-2d9e-435c-957b-f7518e50796b"
    ],
    "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-10-14T04:09:07.847Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4cc38dfc-44e9-4d07-b23c-38e22de3190c
VfModuleModelInvariantUUID:9d78b239-c4cd-4502-a3fd-d258518bca01
VfModuleModelDescription:NULL
Artifacts UUID List:{
c83f1ae1-99b3-4246-948b-b53abd418b04
,
c31a34a1-60d2-454b-bbd2-48a1b17eb664
,
6cd8fab7-2d9e-435c-957b-f7518e50796b

}
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-10-14T04:09:07.848Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: c31a34a1-60d2-454b-bbd2-48a1b17eb664 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-10-14T04:09:07.848Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-10-14T04:09:07.848Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||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-10-14T04:09:07.918Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-10-14T04:09:07.918Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml c31a34a1-60d2-454b-bbd2-48a1b17eb664 1164
2022-10-14T04:09:07.919Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||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-10-14T04:09:07.919Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||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-10-14T04:09:07.919Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-14T04:09:07.919Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-10-14T04:09:07.922Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-14T04:09:07.922Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665720547919,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-14T04:09:08.022Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-14T04:09:08.023Z||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-10-14T04:09:08.023Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lvpt8hoe3eEkHs9T) ...
2022-10-14T04:09:08.040Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T04:09:08.041Z||pool-37-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-10-14T04:09:08.923Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 6cd8fab7-2d9e-435c-957b-f7518e50796b from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-10-14T04:09:08.923Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-10-14T04:09:08.923Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||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-10-14T04:09:08.993Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-10-14T04:09:08.994Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 6cd8fab7-2d9e-435c-957b-f7518e50796b 200
2022-10-14T04:09:08.994Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||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-10-14T04:09:08.994Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||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-10-14T04:09:08.994Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-14T04:09:08.994Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-10-14T04:09:08.996Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-14T04:09:08.996Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665720548994,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-10-14T04:09:09.096Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-14T04:09:09.097Z||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-10-14T04:09:09.097Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lvpt8hoe3eEkHs9T) ...
2022-10-14T04:09:09.112Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T04:09:09.113Z||pool-38-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-10-14T04:09:09.997Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: b6e9cc31-87da-4ad6-8261-fce8f7f33b96
2022-10-14T04:09:09.997Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 2e249e9c-4e9e-4152-b124-eb5872665b30 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
2022-10-14T04:09:10.011Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select 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-10-14T04:09:10.018Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3e489ffb, org.onap.sdc.toscaparser.api.parameters.Input@57e02bc3, org.onap.sdc.toscaparser.api.parameters.Input@2925bbbe, org.onap.sdc.toscaparser.api.parameters.Input@26fe507b, org.onap.sdc.toscaparser.api.parameters.Input@5c33b418]
2022-10-14T04:09:10.021Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-14T04:09:10.021Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-14T04:09:10.021Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 
2022-10-14T04:09:10.021Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 11ef6565-d364-4aad-92c3-13a2c644fd0d
2022-10-14T04:09:10.022Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 11ef6565-d364-4aad-92c3-13a2c644fd0d matches Tosca VF Customization UUID: 11ef6565-d364-4aad-92c3-13a2c644fd0d
2022-10-14T04:09:10.022Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 11ef6565-d364-4aad-92c3-13a2c644fd0d  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-10-14T04:09:10.024Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-14T04:09:10.025Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-14T04:09:10.026Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 11ef6565-d364-4aad-92c3-13a2c644fd0d: {\"vf_module_id\":\"PROVIDED_BY_ONAP\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"PROVIDED_BY_ONAP\",\"dummy_image_name\":\"dummy\",\"vnf_name\":\"PROVIDED_BY_ONAP\",\"dummy_name_0\":\"dummy_1_0\",\"dummy_flavor_name\":\"dummy.default\"}
2022-10-14T04:09:10.026Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5a8e74e7
2022-10-14T04:09:10.026Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-14T04:09:10.026Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-14T04:09:10.027Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 891866a1-29c1-40f1-90ce-15918189ff18
2022-10-14T04:09:10.027Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 891866a1-29c1-40f1-90ce-15918189ff18
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-10-14T04:09:10.038Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-14T04:09:10.038Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-10-14T04:09:10.038Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-14T04:09:10.038Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-14T04:09:10.039Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-10-14T04:09:10.039Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-14T04:09:10.039Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-14T04:09:10.039Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-10-14T04:09:10.039Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-10-14T04:09:10.039Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=36385a65-aa62-4598-87a0-344e556846ad
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-10-14T04:09:10.041Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-14T04:09:10.041Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-10-14T04:09:10.042Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-14T04:09:10.042Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-14T04:09:10.042Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-10-14T04:09:10.042Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=11ef6565-d364-4aad-92c3-13a2c644fd0d
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-10-14T04:09:10.043Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-14T04:09:10.043Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-14T04:09:10.043Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid b6e9cc31-87da-4ad6-8261-fce8f7f33b96: basic_cnf
2022-10-14T04:09:10.044Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-14T04:09:10.044Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-14T04:09:10.044Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-14T04:09:10.044Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-14T04:09:10.044Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-14T04:09:10.044Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-14T04:09:10.045Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-14T04:09:10.045Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-14T04:09:10.045Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-14T04:09:10.045Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-14T04:09:10.046Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||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-10-14T04:09:10.100Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 2e249e9c-4e9e-4152-b124-eb5872665b30 1 ASDC deployResourceStructure
2022-10-14T04:09:10.102Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||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-10-14T04:09:10.102Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||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-10-14T04:09:10.102Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-10-14T04:09:10.102Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-10-14T04:09:10.104Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-14T04:09:10.104Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665720550101,
  "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-10-14T04:09:10.204Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-14T04:09:10.205Z||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-10-14T04:09:10.205Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lvpt8hoe3eEkHs9T) ...
2022-10-14T04:09:10.219Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T04:09:10.220Z||pool-39-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-10-14T04:09:11.105Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||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-10-14T04:09:11.106Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||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-10-14T04:09:11.106Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-10-14T04:09:11.106Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-10-14T04:09:11.109Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-14T04:09:11.109Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665720551105,
  "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-10-14T04:09:11.208Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-14T04:09:11.210Z||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-10-14T04:09:11.210Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lvpt8hoe3eEkHs9T) ...
2022-10-14T04:09:11.222Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T04:09:11.223Z||pool-40-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-14T04:09:12.110Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||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-10-14T04:09:12.118Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||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-10-14T04:09:12.118Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-14T04:09:12.118Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-10-14T04:09:12.121Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-14T04:09:12.121Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665720552110,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-14T04:09:12.221Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-14T04:09:12.222Z||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-10-14T04:09:12.222Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lvpt8hoe3eEkHs9T) ...
2022-10-14T04:09:12.235Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T04:09:12.236Z||pool-41-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-14T04:09:13.123Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||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-10-14T04:09:13.124Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||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-10-14T04:09:13.124Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-14T04:09:13.124Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-10-14T04:09:13.126Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-14T04:09:13.127Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665720553123,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-10-14T04:09:13.227Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-14T04:09:13.228Z||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-10-14T04:09:13.228Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lvpt8hoe3eEkHs9T) ...
2022-10-14T04:09:13.242Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T04:09:13.242Z||pool-42-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-14T04:09:14.128Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||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-10-14T04:09:14.128Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||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-10-14T04:09:14.128Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-14T04:09:14.129Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-10-14T04:09:14.130Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-14T04:09:14.130Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665720554128,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-10-14T04:09:14.231Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-14T04:09:14.232Z||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-10-14T04:09:14.232Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lvpt8hoe3eEkHs9T) ...
2022-10-14T04:09:14.244Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T04:09:14.245Z||pool-43-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-10-14T04:09:15.132Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-10-14T04:09:15.132Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-10-14T04:09:15.132Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-14T04:09:15.132Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-10-14T04:09:15.134Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-14T04:09:15.134Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665720555131,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-14T04:09:15.234Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-14T04:09:15.235Z||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-10-14T04:09:15.235Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lvpt8hoe3eEkHs9T) ...
2022-10-14T04:09:15.250Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T04:09:15.250Z||pool-44-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-10-14T04:09:16.135Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7a130e6f-b1b7-4519-9176-4e3356b8a518
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10-14T04:09:16.147Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7a130e6f-b1b7-4519-9176-4e3356b8a518
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-10-14T04:09:16.149Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-14T04:09:16.149Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-14T04:09:16.150Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-14T04:09:46.150Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7a130e6f-b1b7-4519-9176-4e3356b8a518
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10-14T04:09:46.158Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7a130e6f-b1b7-4519-9176-4e3356b8a518
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-10-14T04:09:46.161Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-14T04:09:46.161Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-14T04:09:46.161Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-14T04:09:52.585Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T04:09:52.586Z||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-10-14T04:09:52.586Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T04:09:52.617Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T04:09:52.620Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:09:52.620Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eba07ac5-3909-41a0-b80b-7f4a8e790d96",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665720472580,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-10-14T04:09:52.622Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:09:52.622Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:09:52.622Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eba07ac5-3909-41a0-b80b-7f4a8e790d96",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665720475376,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-14T04:09:52.622Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-14T04:09:52.622Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:09:52.622Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eba07ac5-3909-41a0-b80b-7f4a8e790d96",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665720477399,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-14T04:09:52.622Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-14T04:09:52.622Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:09:52.623Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eba07ac5-3909-41a0-b80b-7f4a8e790d96",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665720508641,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-14T04:09:52.623Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-14T04:09:52.623Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:09:52.623Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
  "consumerID": "aai-ml",
  "timestamp": 1665720509052,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:09:52.623Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:09:52.623Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:09:52.623Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1665720513864,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:09:52.623Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:09:52.623Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:09:52.623Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665720506269,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:09:52.624Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:09:52.624Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:09:52.624Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
  "consumerID": "clamp",
  "timestamp": 1665720507951,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:09:52.624Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:09:52.624Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:09:52.624Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
  "consumerID": "cds",
  "timestamp": 1665720509920,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:09:52.624Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:09:52.624Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:09:52.624Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665720506269,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-10-14T04:09:52.625Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:09:52.625Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:09:52.625Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
  "consumerID": "aai-ml",
  "timestamp": 1665720509052,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:09:52.625Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:09:52.625Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:09:52.625Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1665720513864,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:09:52.625Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:09:52.625Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:09:52.625Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
  "consumerID": "clamp",
  "timestamp": 1665720507951,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:09:52.626Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:09:52.626Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:09:52.626Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
  "consumerID": "cds",
  "timestamp": 1665720509920,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:09:52.626Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:09:52.626Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:09:52.626Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
  "consumerID": "aai-ml",
  "timestamp": 1665720509052,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:09:52.626Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:09:52.626Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:09:52.626Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665720506269,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-10-14T04:09:52.627Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:09:52.627Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:09:52.627Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1665720513864,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:09:52.627Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:09:52.627Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:09:52.627Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
  "consumerID": "clamp",
  "timestamp": 1665720507951,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:09:52.627Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:09:52.627Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:09:52.627Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
  "consumerID": "cds",
  "timestamp": 1665720509920,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:09:52.627Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:09:52.628Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:09:52.628Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
  "consumerID": "aai-ml",
  "timestamp": 1665720509052,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:09:52.628Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:09:52.628Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:09:52.628Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665720506269,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-10-14T04:09:52.628Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:09:52.628Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:09:52.628Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1665720513864,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:09:52.628Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:09:52.628Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:09:52.628Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
  "consumerID": "clamp",
  "timestamp": 1665720507951,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-10-14T04:09:52.629Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:09:52.629Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:09:52.629Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
  "consumerID": "cds",
  "timestamp": 1665720509920,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:09:52.629Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:09:52.629Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:09:52.629Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
  "consumerID": "aai-ml",
  "timestamp": 1665720509052,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:09:52.629Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:09:52.629Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:09:52.629Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665720506269,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-10-14T04:09:52.629Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:09:52.630Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:09:52.630Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1665720513864,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:09:52.630Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:09:52.630Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:09:52.630Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
  "consumerID": "clamp",
  "timestamp": 1665720507951,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:09:52.630Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:09:52.630Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:09:52.630Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
  "consumerID": "cds",
  "timestamp": 1665720509920,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:09:52.630Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:09:52.633Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:09:52.633Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
  "consumerID": "policy-id",
  "timestamp": 1665720520105,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:09:52.633Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:09:52.634Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:09:52.634Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665720506269,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:09:52.634Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:09:52.634Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:09:52.634Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
  "consumerID": "aai-ml",
  "timestamp": 1665720509052,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:09:52.634Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:09:52.635Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:09:52.635Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1665720513864,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:09:52.635Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:09:52.635Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:09:52.635Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
  "consumerID": "clamp",
  "timestamp": 1665720507951,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:09:52.635Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:09:52.635Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:09:52.635Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
  "consumerID": "cds",
  "timestamp": 1665720509920,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:09:52.636Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:09:52.636Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:09:52.636Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
  "consumerID": "policy-id",
  "timestamp": 1665720520105,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:09:52.637Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:09:52.637Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:09:52.637Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
  "consumerID": "aai-ml",
  "timestamp": 1665720509052,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:09:52.637Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:09:52.638Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:09:52.638Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665720506269,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-10-14T04:09:52.638Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:09:52.638Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:09:52.639Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1665720513864,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:09:52.639Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:09:52.639Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:09:52.639Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
  "consumerID": "cds",
  "timestamp": 1665720509920,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:09:52.640Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:09:52.640Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:09:52.640Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
  "consumerID": "clamp",
  "timestamp": 1665720507951,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:09:52.641Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:09:52.641Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:09:52.641Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
  "consumerID": "policy-id",
  "timestamp": 1665720520105,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:09:52.642Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:09:52.642Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:09:52.642Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
  "consumerID": "aai-ml",
  "timestamp": 1665720509052,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:09:52.642Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:09:52.643Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:09:52.643Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665720506269,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:09:52.643Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:09:52.643Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:09:52.644Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1665720513864,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:09:52.646Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:09:52.646Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:09:52.646Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
  "consumerID": "clamp",
  "timestamp": 1665720507951,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:09:52.646Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:09:52.646Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:09:52.647Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
  "consumerID": "cds",
  "timestamp": 1665720509920,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:09:52.647Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:09:52.647Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:09:52.647Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
  "consumerID": "policy-id",
  "timestamp": 1665720520105,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:09:52.648Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:09:52.648Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:09:52.648Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
  "consumerID": "aai-ml",
  "timestamp": 1665720509052,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-10-14T04:09:52.648Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:09:52.649Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:09:52.649Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665720506269,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-10-14T04:09:52.649Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:09:52.649Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:09:52.649Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1665720513864,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:09:52.650Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:09:52.650Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:09:52.650Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
  "consumerID": "clamp",
  "timestamp": 1665720507951,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-10-14T04:09:52.650Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:09:52.650Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:09:52.650Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
  "consumerID": "cds",
  "timestamp": 1665720509920,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-10-14T04:09:52.651Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:09:52.651Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:09:52.651Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
  "consumerID": "policy-id",
  "timestamp": 1665720520105,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-10-14T04:09:52.651Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:09:52.651Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:09:52.651Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665720525281,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-14T04:09:52.652Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-14T04:09:52.652Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:09:52.652Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
  "consumerID": "aai-ml",
  "timestamp": 1665720525760,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-14T04:09:52.652Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-14T04:09:52.652Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:09:52.652Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
  "consumerID": "cds",
  "timestamp": 1665720525779,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-14T04:09:52.653Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-14T04:09:52.653Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:09:52.653Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665720525453,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:09:52.653Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:09:52.653Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:09:52.653Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
  "consumerID": "policy-id",
  "timestamp": 1665720520105,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:09:52.654Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:09:52.654Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:09:52.654Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
  "consumerID": "cds",
  "timestamp": 1665720526785,
  "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-10-14T04:09:52.662Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7a130e6f-b1b7-4519-9176-4e3356b8a518
2022-10-14T04:09:52.662Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7a130e6f-b1b7-4519-9176-4e3356b8a518 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-10-14T04:09:52.673Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:09:52.673Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665720526375,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-10-14T04:09:52.673Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-14T04:09:52.673Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:09:52.674Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665720525453,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:09:52.674Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:09:52.674Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:09:52.674Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
  "consumerID": "policy-id",
  "timestamp": 1665720520105,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:09:52.675Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:09:52.676Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:09:52.676Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665720527565,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-14T04:09:52.676Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-14T04:09:52.676Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:09:52.676Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
  "consumerID": "policy-id",
  "timestamp": 1665720520105,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:09:52.677Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:09:52.677Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:09:52.677Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665720525453,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:09:52.677Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:09:52.677Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:09:52.678Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb53b0e0-1397-41ba-aff1-204fe588f972",
  "consumerID": "cds",
  "timestamp": 1665720527788,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:09:52.678Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:09:52.678Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:09:52.678Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665720528633,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-10-14T04:09:52.678Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-14T04:09:52.678Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:09:52.679Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
  "consumerID": "policy-id",
  "timestamp": 1665720520105,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-10-14T04:09:52.679Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:09:52.679Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:09:52.679Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665720525453,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:09:52.679Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:09:52.679Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:09:52.680Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb53b0e0-1397-41ba-aff1-204fe588f972",
  "consumerID": "cds",
  "timestamp": 1665720527788,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:09:52.680Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:09:52.680Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:09:52.680Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665720529767,
  "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-10-14T04:09:52.685Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7a130e6f-b1b7-4519-9176-4e3356b8a518
2022-10-14T04:09:52.685Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7a130e6f-b1b7-4519-9176-4e3356b8a518 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-10-14T04:09:52.694Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:09:52.695Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665720525453,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:09:52.695Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:09:52.695Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:09:52.695Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
  "consumerID": "policy-id",
  "timestamp": 1665720529853,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-14T04:09:52.695Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-14T04:09:52.695Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:09:52.696Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb53b0e0-1397-41ba-aff1-204fe588f972",
  "consumerID": "cds",
  "timestamp": 1665720527788,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:09:52.696Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:09:52.696Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:09:52.696Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665720530773,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-14T04:09:52.696Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-14T04:09:52.697Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:09:52.697Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
  "consumerID": "policy-id",
  "timestamp": 1665720530861,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-14T04:09:52.697Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-14T04:09:52.697Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:09:52.697Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665720525453,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:09:52.697Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:09:52.698Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:09:52.698Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb53b0e0-1397-41ba-aff1-204fe588f972",
  "consumerID": "cds",
  "timestamp": 1665720527788,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:09:52.698Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:09:52.698Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:09:52.698Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
  "consumerID": "policy-id",
  "timestamp": 1665720531866,
  "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-10-14T04:09:52.707Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7a130e6f-b1b7-4519-9176-4e3356b8a518
2022-10-14T04:09:52.707Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7a130e6f-b1b7-4519-9176-4e3356b8a518 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-10-14T04:09:52.714Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:09:52.714Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665720525453,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:09:52.714Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:09:52.714Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:09:52.714Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb53b0e0-1397-41ba-aff1-204fe588f972",
  "consumerID": "cds",
  "timestamp": 1665720527788,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:09:52.714Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:09:52.715Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:09:52.715Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
  "consumerID": "aai-ml",
  "timestamp": 1665720532610,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-14T04:09:52.715Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-14T04:10:16.162Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7a130e6f-b1b7-4519-9176-4e3356b8a518
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10-14T04:10:16.172Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7a130e6f-b1b7-4519-9176-4e3356b8a518
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-10-14T04:10:16.174Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-14T04:10:16.175Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-14T04:10:16.175Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-14T04:10:46.176Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7a130e6f-b1b7-4519-9176-4e3356b8a518
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10-14T04:10:46.186Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7a130e6f-b1b7-4519-9176-4e3356b8a518
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-10-14T04:10:46.190Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-14T04:10:46.190Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-14T04:10:46.190Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-14T04:10:52.585Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T04:10:52.587Z||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-10-14T04:10:52.588Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T04:10:52.619Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T04:10:52.620Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:10:52.620Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb53b0e0-1397-41ba-aff1-204fe588f972",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665720531778,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:10:52.621Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:11:16.191Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7a130e6f-b1b7-4519-9176-4e3356b8a518
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10-14T04:11:16.202Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7a130e6f-b1b7-4519-9176-4e3356b8a518
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-10-14T04:11:16.204Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-14T04:11:16.204Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-14T04:11:16.205Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-14T04:11:46.210Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7a130e6f-b1b7-4519-9176-4e3356b8a518
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10-14T04:11:46.280Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7a130e6f-b1b7-4519-9176-4e3356b8a518
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-10-14T04:11:46.283Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-14T04:11:46.287Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-14T04:11:46.288Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-14T04:11:52.585Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T04:11:52.587Z||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-10-14T04:11:52.587Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T04:11:53.119Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T04:11:53.121Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:11:53.122Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665720532579,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:11:53.122Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:11:53.123Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:11:53.123Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665720525453,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:11:53.123Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:11:53.123Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:11:53.123Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb53b0e0-1397-41ba-aff1-204fe588f972",
  "consumerID": "cds",
  "timestamp": 1665720527788,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:11:53.123Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:11:53.124Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:11:53.124Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
  "consumerID": "aai-ml",
  "timestamp": 1665720533614,
  "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-10-14T04:11:53.129Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 7a130e6f-b1b7-4519-9176-4e3356b8a518
2022-10-14T04:11:53.129Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7a130e6f-b1b7-4519-9176-4e3356b8a518 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-10-14T04:11:53.137Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:11:53.137Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb53b0e0-1397-41ba-aff1-204fe588f972",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665720531778,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-10-14T04:11:53.138Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:11:53.138Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:11:53.138Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb53b0e0-1397-41ba-aff1-204fe588f972",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1665720533870,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:11:53.139Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:11:53.139Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:11:53.140Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665720532579,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-10-14T04:11:53.140Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:11:53.140Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:11:53.140Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665720525453,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-10-14T04:11:53.140Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:11:53.141Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:11:53.141Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb53b0e0-1397-41ba-aff1-204fe588f972",
  "consumerID": "cds",
  "timestamp": 1665720527788,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-10-14T04:11:53.141Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:11:53.142Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:11:53.142Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb53b0e0-1397-41ba-aff1-204fe588f972",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665720531778,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-10-14T04:11:53.142Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:11:53.142Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:11:53.142Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb53b0e0-1397-41ba-aff1-204fe588f972",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1665720533870,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:11:53.143Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:11:53.143Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:11:53.143Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665720532579,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-10-14T04:11:53.143Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:11:53.143Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:11:53.143Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665720535370,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-14T04:11:53.144Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-14T04:11:53.144Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:11:53.144Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb53b0e0-1397-41ba-aff1-204fe588f972",
  "consumerID": "cds",
  "timestamp": 1665720535596,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-14T04:11:53.144Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-14T04:11:53.144Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:11:53.145Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb53b0e0-1397-41ba-aff1-204fe588f972",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665720531778,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:11:53.145Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:11:53.145Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:11:53.145Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb53b0e0-1397-41ba-aff1-204fe588f972",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1665720533870,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:11:53.146Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:11:53.146Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:11:53.146Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665720532579,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-10-14T04:11:53.146Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:11:53.146Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:11:53.146Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb53b0e0-1397-41ba-aff1-204fe588f972",
  "consumerID": "cds",
  "timestamp": 1665720536602,
  "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-10-14T04:11:53.157Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of bb53b0e0-1397-41ba-aff1-204fe588f972
2022-10-14T04:11:53.157Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId bb53b0e0-1397-41ba-aff1-204fe588f972 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-10-14T04:11:53.165Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:11:53.165Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb53b0e0-1397-41ba-aff1-204fe588f972",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665720531778,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-10-14T04:11:53.165Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:11:53.165Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:11:53.166Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb53b0e0-1397-41ba-aff1-204fe588f972",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1665720533870,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:11:53.166Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:11:53.166Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:11:53.166Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665720532579,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-10-14T04:11:53.166Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:11:53.166Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:11:53.167Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
  "consumerID": "clamp",
  "timestamp": 1665720537099,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-14T04:11:53.167Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-14T04:11:53.167Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:11:53.167Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665720537782,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-14T04:11:53.167Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-14T04:11:53.167Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:11:53.168Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb53b0e0-1397-41ba-aff1-204fe588f972",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665720531778,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:11:53.168Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:11:53.168Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:11:53.168Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb53b0e0-1397-41ba-aff1-204fe588f972",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1665720533870,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:11:53.168Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:11:53.169Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:11:53.169Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665720532579,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:11:53.169Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:11:53.169Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:11:53.169Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665720538787,
  "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-10-14T04:11:53.173Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7a130e6f-b1b7-4519-9176-4e3356b8a518
2022-10-14T04:11:53.174Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7a130e6f-b1b7-4519-9176-4e3356b8a518 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-10-14T04:11:53.180Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:11:53.180Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb53b0e0-1397-41ba-aff1-204fe588f972",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665720531778,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-10-14T04:11:53.181Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:11:53.181Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:11:53.181Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb53b0e0-1397-41ba-aff1-204fe588f972",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1665720533870,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:11:53.181Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:11:53.181Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:11:53.181Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665720532579,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-10-14T04:11:53.182Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:11:53.182Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:11:53.182Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
  "consumerID": "clamp",
  "timestamp": 1665720539108,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-14T04:11:53.182Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-14T04:11:53.182Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:11:53.182Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb53b0e0-1397-41ba-aff1-204fe588f972",
  "consumerID": "aai-ml",
  "timestamp": 1665720539052,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:11:53.183Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:11:53.183Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:11:53.183Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb53b0e0-1397-41ba-aff1-204fe588f972",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665720539562,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-14T04:11:53.183Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-14T04:11:53.183Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:11:53.183Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb53b0e0-1397-41ba-aff1-204fe588f972",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1665720533870,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:11:53.184Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:11:53.184Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:11:53.184Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665720532579,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:11:53.184Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:11:53.184Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:11:53.184Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
  "consumerID": "clamp",
  "timestamp": 1665720540111,
  "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-10-14T04:11:53.189Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 7a130e6f-b1b7-4519-9176-4e3356b8a518
2022-10-14T04:11:53.189Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7a130e6f-b1b7-4519-9176-4e3356b8a518 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-10-14T04:11:53.196Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:11:53.196Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb53b0e0-1397-41ba-aff1-204fe588f972",
  "consumerID": "aai-ml",
  "timestamp": 1665720539052,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:11:53.196Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:11:53.197Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:11:53.197Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb53b0e0-1397-41ba-aff1-204fe588f972",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665720540625,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-14T04:11:53.197Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-14T04:11:53.197Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:11:53.197Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb53b0e0-1397-41ba-aff1-204fe588f972",
  "consumerID": "policy-id",
  "timestamp": 1665720540105,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:11:53.197Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:11:53.198Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:11:53.198Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665720532579,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-10-14T04:11:53.198Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:11:53.198Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:11:53.198Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb53b0e0-1397-41ba-aff1-204fe588f972",
  "consumerID": "aai-ml",
  "timestamp": 1665720539052,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:11:53.198Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:11:53.199Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:11:53.199Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb53b0e0-1397-41ba-aff1-204fe588f972",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665720541681,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-10-14T04:11:53.199Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-14T04:11:53.199Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:11:53.199Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb53b0e0-1397-41ba-aff1-204fe588f972",
  "consumerID": "clamp",
  "timestamp": 1665720541115,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:11:53.199Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:11:53.199Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:11:53.200Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb53b0e0-1397-41ba-aff1-204fe588f972",
  "consumerID": "policy-id",
  "timestamp": 1665720540105,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:11:53.200Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:11:53.200Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:11:53.200Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665720542399,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-14T04:11:53.200Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-14T04:11:53.200Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:11:53.201Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb53b0e0-1397-41ba-aff1-204fe588f972",
  "consumerID": "aai-ml",
  "timestamp": 1665720539052,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:11:53.201Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:11:53.201Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:11:53.201Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb53b0e0-1397-41ba-aff1-204fe588f972",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665720542702,
  "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-10-14T04:11:53.205Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bb53b0e0-1397-41ba-aff1-204fe588f972
2022-10-14T04:11:53.205Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId bb53b0e0-1397-41ba-aff1-204fe588f972 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-10-14T04:11:53.212Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:11:53.213Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb53b0e0-1397-41ba-aff1-204fe588f972",
  "consumerID": "clamp",
  "timestamp": 1665720541115,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-10-14T04:11:53.213Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:11:53.213Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:11:53.213Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb53b0e0-1397-41ba-aff1-204fe588f972",
  "consumerID": "policy-id",
  "timestamp": 1665720540105,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-10-14T04:11:53.214Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:11:53.214Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:11:53.214Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb53b0e0-1397-41ba-aff1-204fe588f972",
  "consumerID": "aai-ml",
  "timestamp": 1665720539052,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:11:53.214Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:11:53.214Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:11:53.214Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb53b0e0-1397-41ba-aff1-204fe588f972",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665720543705,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-14T04:11:53.215Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-14T04:11:53.215Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:11:53.215Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb53b0e0-1397-41ba-aff1-204fe588f972",
  "consumerID": "clamp",
  "timestamp": 1665720541115,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:11:53.215Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:11:53.215Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:11:53.215Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb53b0e0-1397-41ba-aff1-204fe588f972",
  "consumerID": "policy-id",
  "timestamp": 1665720540105,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:11:53.216Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:11:53.216Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:11:53.216Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb53b0e0-1397-41ba-aff1-204fe588f972",
  "consumerID": "aai-ml",
  "timestamp": 1665720539052,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:11:53.216Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:11:53.216Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:11:53.216Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665720544703,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-10-14T04:11:53.217Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-14T04:11:53.217Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:11:53.217Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb53b0e0-1397-41ba-aff1-204fe588f972",
  "consumerID": "clamp",
  "timestamp": 1665720541115,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:11:53.217Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:11:53.217Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:11:53.217Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb53b0e0-1397-41ba-aff1-204fe588f972",
  "consumerID": "policy-id",
  "timestamp": 1665720540105,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:11:53.218Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:11:53.218Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:11:53.218Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb53b0e0-1397-41ba-aff1-204fe588f972",
  "consumerID": "aai-ml",
  "timestamp": 1665720539052,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-10-14T04:11:53.218Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:11:53.218Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:11:53.219Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665720545771,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-10-14T04:11:53.219Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-14T04:11:53.219Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:11:53.219Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb53b0e0-1397-41ba-aff1-204fe588f972",
  "consumerID": "clamp",
  "timestamp": 1665720541115,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:11:53.219Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:11:53.219Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:11:53.220Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb53b0e0-1397-41ba-aff1-204fe588f972",
  "consumerID": "policy-id",
  "timestamp": 1665720540105,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:11:53.220Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:11:53.220Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:11:53.220Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb53b0e0-1397-41ba-aff1-204fe588f972",
  "consumerID": "aai-ml",
  "timestamp": 1665720546779,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-14T04:11:53.221Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-14T04:11:53.221Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:11:53.221Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665720546835,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-14T04:11:53.221Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-14T04:11:53.222Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:11:53.222Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb53b0e0-1397-41ba-aff1-204fe588f972",
  "consumerID": "clamp",
  "timestamp": 1665720541115,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:11:53.222Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:11:53.223Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:11:53.223Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb53b0e0-1397-41ba-aff1-204fe588f972",
  "consumerID": "policy-id",
  "timestamp": 1665720540105,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-10-14T04:11:53.223Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:11:53.223Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:11:53.223Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665720547919,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-14T04:11:53.224Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-14T04:11:53.224Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:11:53.224Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb53b0e0-1397-41ba-aff1-204fe588f972",
  "consumerID": "clamp",
  "timestamp": 1665720541115,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-10-14T04:11:53.224Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:11:53.224Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:11:53.224Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb53b0e0-1397-41ba-aff1-204fe588f972",
  "consumerID": "policy-id",
  "timestamp": 1665720547835,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-14T04:11:53.225Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-14T04:11:53.225Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:11:53.225Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665720548994,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-10-14T04:11:53.225Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-14T04:11:53.225Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:11:53.225Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb53b0e0-1397-41ba-aff1-204fe588f972",
  "consumerID": "policy-id",
  "timestamp": 1665720548840,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-14T04:11:53.226Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-14T04:11:53.226Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:11:53.226Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665720550101,
  "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-10-14T04:11:53.226Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-14T04:11:53.226Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:11:53.227Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb53b0e0-1397-41ba-aff1-204fe588f972",
  "consumerID": "policy-id",
  "timestamp": 1665720549845,
  "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-10-14T04:11:53.231Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bb53b0e0-1397-41ba-aff1-204fe588f972
2022-10-14T04:11:53.231Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId bb53b0e0-1397-41ba-aff1-204fe588f972 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-10-14T04:11:53.237Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:11:53.237Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665720551105,
  "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-10-14T04:11:53.238Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-14T04:11:53.238Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:11:53.238Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665720552110,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-14T04:11:53.239Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-14T04:11:53.239Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:11:53.239Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb53b0e0-1397-41ba-aff1-204fe588f972",
  "consumerID": "clamp",
  "timestamp": 1665720552101,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-14T04:11:53.239Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-14T04:11:53.239Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:11:53.239Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665720553123,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-10-14T04:11:53.239Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-14T04:11:53.239Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:11:53.239Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb53b0e0-1397-41ba-aff1-204fe588f972",
  "consumerID": "aai-ml",
  "timestamp": 1665720553276,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-14T04:11:53.240Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-14T04:11:53.240Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:11:53.240Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665720554128,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-10-14T04:11:53.240Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-14T04:11:53.240Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:11:53.240Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb53b0e0-1397-41ba-aff1-204fe588f972",
  "consumerID": "aai-ml",
  "timestamp": 1665720554280,
  "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-10-14T04:11:53.244Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of bb53b0e0-1397-41ba-aff1-204fe588f972
2022-10-14T04:11:53.244Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId bb53b0e0-1397-41ba-aff1-204fe588f972 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-10-14T04:11:53.252Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:11:53.252Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb53b0e0-1397-41ba-aff1-204fe588f972",
  "consumerID": "clamp",
  "timestamp": 1665720554111,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-14T04:11:53.252Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-14T04:11:53.252Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:11:53.252Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665720555131,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-14T04:11:53.253Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-14T04:11:53.253Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:11:53.253Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb53b0e0-1397-41ba-aff1-204fe588f972",
  "consumerID": "clamp",
  "timestamp": 1665720555116,
  "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-10-14T04:11:53.257Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of bb53b0e0-1397-41ba-aff1-204fe588f972
2022-10-14T04:11:53.257Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId bb53b0e0-1397-41ba-aff1-204fe588f972 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-10-14T04:11:53.264Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:11:53.264Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb53b0e0-1397-41ba-aff1-204fe588f972",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665720555453,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:11:53.264Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:11:53.264Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:11:53.264Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb53b0e0-1397-41ba-aff1-204fe588f972",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665720555453,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:11:53.265Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:11:53.265Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:11:53.265Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb53b0e0-1397-41ba-aff1-204fe588f972",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665720555453,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:11:53.265Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:11:53.265Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:11:53.265Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb53b0e0-1397-41ba-aff1-204fe588f972",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665720555453,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:11:53.265Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:11:53.265Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:11:53.265Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb53b0e0-1397-41ba-aff1-204fe588f972",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665720555453,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:11:53.265Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:11:53.266Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:11:53.266Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb53b0e0-1397-41ba-aff1-204fe588f972",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665720555453,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:11:53.266Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:11:53.266Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:11:53.266Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb53b0e0-1397-41ba-aff1-204fe588f972",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665720555453,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-10-14T04:11:53.266Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:11:53.266Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:11:53.266Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb53b0e0-1397-41ba-aff1-204fe588f972",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665720563205,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-14T04:11:53.266Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-14T04:11:53.266Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:11:53.267Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb53b0e0-1397-41ba-aff1-204fe588f972",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665720565509,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-14T04:11:53.267Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-14T04:11:53.267Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-14T04:11:53.267Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb53b0e0-1397-41ba-aff1-204fe588f972",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665720566512,
  "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-10-14T04:11:53.271Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of bb53b0e0-1397-41ba-aff1-204fe588f972
2022-10-14T04:11:53.271Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId bb53b0e0-1397-41ba-aff1-204fe588f972 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-10-14T04:12:16.288Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7a130e6f-b1b7-4519-9176-4e3356b8a518
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10-14T04:12:16.304Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7a130e6f-b1b7-4519-9176-4e3356b8a518
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-10-14T04:12:16.315Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-14T04:12:16.315Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-14T04:12:16.315Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-10-14T04:12:16.315Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-10-14T04:12:16.316Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-14T04:12:16.316Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-14T04:12:16.316Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-14T04:12:16.316Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-14T04:12:16.316Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-14T04:12:16.316Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-14T04:12:16.317Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-14T04:12:16.322Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-10-14T04:12:46.323Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7a130e6f-b1b7-4519-9176-4e3356b8a518 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-10-14T04:12:46.328Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7a130e6f-b1b7-4519-9176-4e3356b8a518 and serviceModelVersionId: b6e9cc31-87da-4ad6-8261-fce8f7f33b96
2022-10-14T04:12:46.328Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 40ace09d-e591-4a65-b5b1-cead863b329c
2022-10-14T04:12:46.329Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/40ace09d-e591-4a65-b5b1-cead863b329c/model-vers/model-ver/b6e9cc31-87da-4ad6-8261-fce8f7f33b96?depth=0
2022-10-14T04:12:46.335Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-10-14T04:12:46.384Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/40ace09d-e591-4a65-b5b1-cead863b329c/model-vers/model-ver/b6e9cc31-87da-4ad6-8261-fce8f7f33b96?depth=0|INFO|500||Invoke
2022-10-14T04:12:46.385Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/40ace09d-e591-4a65-b5b1-cead863b329c/model-vers/model-ver/b6e9cc31-87da-4ad6-8261-fce8f7f33b96?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/40ace09d-e591-4a65-b5b1-cead863b329c/model-vers/model-ver/b6e9cc31-87da-4ad6-8261-fce8f7f33b96?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[7a130e6f-b1b7-4519-9176-4e3356b8a518], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f8dddf00-3bf0-4966-bba0-6dea8fa4e44b], X-ECOMP-RequestID=[7a130e6f-b1b7-4519-9176-4e3356b8a518], X-TransactionId=[], X-ONAP-RequestID=[7a130e6f-b1b7-4519-9176-4e3356b8a518], Content-Type=[application/merge-patch+json]}
2022-10-14T04:12:46.409Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/40ace09d-e591-4a65-b5b1-cead863b329c/model-vers/model-ver/b6e9cc31-87da-4ad6-8261-fce8f7f33b96?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-10-14T04:12:46.506Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/40ace09d-e591-4a65-b5b1-cead863b329c/model-vers/model-ver/b6e9cc31-87da-4ad6-8261-fce8f7f33b96?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/40ace09d-e591-4a65-b5b1-cead863b329c/model-vers/model-ver/b6e9cc31-87da-4ad6-8261-fce8f7f33b96?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-221014-04:12:46:315-3808], vertex-id=[200832], Content-Length=[0], Date=[Fri, 14 Oct 2022 04:12:46 GMT], Content-Type=[application/json]}
2022-10-14T04:12:46.507Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/40ace09d-e591-4a65-b5b1-cead863b329c/model-vers/model-ver/b6e9cc31-87da-4ad6-8261-fce8f7f33b96?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-10-14T04:12:46.508Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/40ace09d-e591-4a65-b5b1-cead863b329c/model-vers/model-ver/b6e9cc31-87da-4ad6-8261-fce8f7f33b96?depth=0|INFO|500||InvokeReturn
2022-10-14T04:12:46.508Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-10-14T04:12:46.508Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-14T04:12:46.514Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-10-14T04:12:46.515Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7a130e6f-b1b7-4519-9176-4e3356b8a518 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-10-14T04:12:46.515Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-10-14T04:12:46.516Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-10-14T04:12:46.519Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-14T04:12:46.519Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665720766515,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-14T04:12:46.620Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-10-14T04:12:46.621Z||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-10-14T04:12:46.621Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lvpt8hoe3eEkHs9T) ...
2022-10-14T04:12:46.640Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T04:12:46.640Z||pool-45-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-10-14T04:12:47.530Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-14T04:12:47.531Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"bb53b0e0-1397-41ba-aff1-204fe588f972","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"551d0fd7-24ae-470f-a0d3-dbddfa6b9754","serviceDescription":"service","serviceInvariantUUID":"998a0f5d-4308-45e7-8117-669a66040831","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"36d224e0-e2ad-48bd-b8bb-44d82a2a638b","resourceInvariantUUID":"2bb55995-75be-40b8-b302-9fcc86bea9d9","resourceCustomizationUUID":"5eac574d-189c-428b-a21b-3f91f497228d","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":"MmVmZjM1ZTljYTk4MGQ4MTU3MzMxYmUwZDRiMTIxZjc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"545ce31e-b230-4709-9bf6-9c3a67dfdc69","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":"OWJmNTQwNzRkM2Q1YjVkMzIwZWEyNDM0MmIzYmQ2NDk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e88edc22-543d-49c5-8d86-307642189a51","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":"a8e11949-0662-4c65-9863-03947852a28a","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":"ef987a11-278b-43ba-ab86-94def0a16367","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":"d00f9db9-2374-4f85-9470-da08008f340e","artifactVersion":"2","generatedFromUUID":"a8e11949-0662-4c65-9863-03947852a28a"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"NmVjYjQ3MDZmMjU1NWFhYjUzNmZhNDc1MWY5NjNjNDA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2ec9c3fd-1e46-480a-8984-18fc7cfbc76f","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"N2Q2YzZjN2Y1YmQzMDI2YjcxZTU1MWQ1MDY3MWEyYTI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1ba83f16-ae34-486d-acde-e570af3d3fe0","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-14T04:12:47.531Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-14T04:12:47.532Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-10-14T04:12:47.533Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-14T04:12:47.534Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "bb53b0e0-1397-41ba-aff1-204fe588f972",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665720532579,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:12:47.634Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-14T04:12:47.635Z||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-10-14T04:12:47.635Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lvpt8hoe3eEkHs9T) ...
2022-10-14T04:12:47.649Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T04:12:47.649Z||pool-46-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-14T04:12:48.534Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-14T04:12:48.535Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-10-14T04:12:48.537Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-14T04:12:48.537Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "bb53b0e0-1397-41ba-aff1-204fe588f972",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665720532579,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-10-14T04:12:48.638Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-14T04:12:48.639Z||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-10-14T04:12:48.639Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lvpt8hoe3eEkHs9T) ...
2022-10-14T04:12:48.652Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T04:12:48.653Z||pool-47-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-14T04:12:49.538Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-14T04:12:49.539Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-10-14T04:12:49.541Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-14T04:12:49.541Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "bb53b0e0-1397-41ba-aff1-204fe588f972",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665720532579,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-10-14T04:12:49.641Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-14T04:12:49.642Z||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-10-14T04:12:49.643Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lvpt8hoe3eEkHs9T) ...
2022-10-14T04:12:49.655Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T04:12:49.656Z||pool-48-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-14T04:12:50.542Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-14T04:12:50.543Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-10-14T04:12:50.545Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-14T04:12:50.545Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "bb53b0e0-1397-41ba-aff1-204fe588f972",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665720532579,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:12:50.645Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-14T04:12:50.646Z||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-10-14T04:12:50.646Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lvpt8hoe3eEkHs9T) ...
2022-10-14T04:12:50.662Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T04:12:50.662Z||pool-49-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-10-14T04:12:51.545Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-14T04:12:51.546Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-10-14T04:12:51.548Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-14T04:12:51.548Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "bb53b0e0-1397-41ba-aff1-204fe588f972",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665720532579,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-10-14T04:12:51.648Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-14T04:12:51.649Z||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-10-14T04:12:51.649Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lvpt8hoe3eEkHs9T) ...
2022-10-14T04:12:51.664Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T04:12:51.664Z||pool-50-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-10-14T04:12:52.548Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-14T04:12:52.550Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-10-14T04:12:52.552Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-14T04:12:52.553Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "bb53b0e0-1397-41ba-aff1-204fe588f972",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665720532579,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:12:52.585Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T04:12:52.586Z||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-10-14T04:12:52.586Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T04:12:52.653Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-14T04:12:52.654Z||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-10-14T04:12:52.654Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lvpt8hoe3eEkHs9T) ...
2022-10-14T04:12:52.670Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T04:12:52.671Z||pool-51-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-10-14T04:12:52.719Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T04:12:52.720Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-14T04:12:52.720Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a130e6f-b1b7-4519-9176-4e3356b8a518",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665720766515,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-14T04:12:52.721Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-14T04:12:52.721Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-14T04:12:52.721Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb53b0e0-1397-41ba-aff1-204fe588f972",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665720532579,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:12:52.721Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:12:52.721Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-14T04:12:52.721Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb53b0e0-1397-41ba-aff1-204fe588f972",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665720532579,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-10-14T04:12:52.722Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:12:52.722Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-14T04:12:52.722Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb53b0e0-1397-41ba-aff1-204fe588f972",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665720532579,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-10-14T04:12:52.722Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:12:52.722Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-14T04:12:52.722Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb53b0e0-1397-41ba-aff1-204fe588f972",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665720532579,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:12:52.723Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:12:52.723Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-14T04:12:52.723Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb53b0e0-1397-41ba-aff1-204fe588f972",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665720532579,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-10-14T04:12:52.723Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:12:53.553Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-14T04:12:53.554Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-10-14T04:12:53.556Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-14T04:12:53.556Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "bb53b0e0-1397-41ba-aff1-204fe588f972",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665720532579,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-10-14T04:12:53.657Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-14T04:12:53.658Z||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-10-14T04:12:53.658Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lvpt8hoe3eEkHs9T) ...
2022-10-14T04:12:53.671Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T04:12:53.672Z||pool-52-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-14T04:12:54.557Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "bb53b0e0-1397-41ba-aff1-204fe588f972",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "551d0fd7-24ae-470f-a0d3-dbddfa6b9754",
  "serviceDescription": "service",
  "serviceInvariantUUID": "998a0f5d-4308-45e7-8117-669a66040831",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "5eac574d-189c-428b-a21b-3f91f497228d",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "36d224e0-e2ad-48bd-b8bb-44d82a2a638b",
      "resourceInvariantUUID": "2bb55995-75be-40b8-b302-9fcc86bea9d9",
      "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": "OWJmNTQwNzRkM2Q1YjVkMzIwZWEyNDM0MmIzYmQ2NDk\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "e88edc22-543d-49c5-8d86-307642189a51",
          "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": "a8e11949-0662-4c65-9863-03947852a28a",
          "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": "d00f9db9-2374-4f85-9470-da08008f340e",
            "generatedFromUUID": "a8e11949-0662-4c65-9863-03947852a28a"
          },
          "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": "d00f9db9-2374-4f85-9470-da08008f340e",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "N2Q2YzZjN2Y1YmQzMDI2YjcxZTU1MWQ1MDY3MWEyYTI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "1ba83f16-ae34-486d-acde-e570af3d3fe0"
    }
  ],
  "workloadContext": "Production"
}
2022-10-14T04:12:54.558Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-14T04:12:54.558Z|7a130e6f-b1b7-4519-9176-4e3356b8a518|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 551d0fd7-24ae-470f-a0d3-dbddfa6b9754 ASDC
2022-10-14T04:12:54.558Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:bb53b0e0-1397-41ba-aff1-204fe588f972
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:551d0fd7-24ae-470f-a0d3-dbddfa6b9754
ServiceInvariantUUID:998a0f5d-4308-45e7-8117-669a66040831
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:1ba83f16-ae34-486d-acde-e570af3d3fe0
ArtifactChecksum:N2Q2YzZjN2Y1YmQzMDI2YjcxZTU1MWQ1MDY3MWEyYTI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:5eac574d-189c-428b-a21b-3f91f497228d
ResourceInvariantUUID:2bb55995-75be-40b8-b302-9fcc86bea9d9
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:36d224e0-e2ad-48bd-b8bb-44d82a2a638b
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:e88edc22-543d-49c5-8d86-307642189a51
ArtifactChecksum:OWJmNTQwNzRkM2Q1YjVkMzIwZWEyNDM0MmIzYmQ2NDk=
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:a8e11949-0662-4c65-9863-03947852a28a
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:d00f9db9-2374-4f85-9470-da08008f340e
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:d00f9db9-2374-4f85-9470-da08008f340e
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-10-14T04:12:54.559Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 551d0fd7-24ae-470f-a0d3-dbddfa6b9754 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-10-14T04:12:54.598Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-14T04:12:54.598Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-10-14T04:12:54.598Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-10-14T04:12:54.598Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 1ba83f16-ae34-486d-acde-e570af3d3fe0 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-10-14T04:12:54.599Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-10-14T04:12:54.599Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-10-14T04:12:54.757Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-10-14T04:12:54.761Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 1ba83f16-ae34-486d-acde-e570af3d3fe0 71071
2022-10-14T04:12:54.761Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-10-14T04:12:54.761Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-10-14T04:12:54.761Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-14T04:12:54.762Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-10-14T04:12:54.764Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-14T04:12:54.764Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "bb53b0e0-1397-41ba-aff1-204fe588f972",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665720774761,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-14T04:12:54.864Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-14T04:12:54.865Z||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-10-14T04:12:54.865Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lvpt8hoe3eEkHs9T) ...
2022-10-14T04:12:54.878Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T04:12:54.878Z||pool-53-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-14T04:12:55.764Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-14T04:12:55.766Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-10-14T04:12:55.766Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 1ba83f16-ae34-486d-acde-e570af3d3fe0, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-10-14T04:12:55.766Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-10-14T04:12:55.767Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-10-14T04:12:55.767Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-10-14T04:12:55.909Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7401795766196444386/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-10-14T04:12:57.130Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-14T04:12:57.131Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-10-14T04:12:57.131Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-10-14T04:12:57.131Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-10-14T04:12:57.132Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-10-14T04:12:57.132Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-10-14T04:12:57.132Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-10-14T04:12:57.132Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-10-14T04:12:57.132Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-10-14T04:12:57.133Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||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-10-14T04:12:57.133Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-10-14T04:12:57.133Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-10-14T04:12:57.133Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-10-14T04:12:57.133Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-10-14T04:12:57.134Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-14T04:12:57.134Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-14T04:12:57.134Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-10-14T04:12:57.135Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-10-14T04:12:57.135Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-14T04:12:57.136Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-14T04:12:57.136Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-14T04:12:57.137Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-10-14T04:12:57.137Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-10-14T04:12:57.137Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-14T04:12:57.138Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-14T04:12:57.138Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-14T04:12:57.138Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-14T04:12:57.138Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-10-14T04:12:57.139Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-10-14T04:12:57.139Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-10-14T04:12:57.139Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-10-14T04:12:57.139Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-10-14T04:12:57.139Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-10-14T04:12:57.140Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-14T04:12:57.140Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-14T04:12:57.140Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-14T04:12:57.140Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-10-14T04:12:57.140Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-14T04:12:57.141Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-14T04:12:57.141Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-10-14T04:12:57.141Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-14T04:12:57.141Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-14T04:12:57.142Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-10-14T04:12:57.142Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-14T04:12:57.142Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-14T04:12:57.142Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-10-14T04:12:57.143Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-10-14T04:12:57.143Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-10-14T04:12:57.143Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=7d38900b-739c-4f28-83d0-6a2a543225db
2022-10-14T04:12:57.143Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-14T04:12:57.144Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-14T04:12:57.144Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-14T04:12:57.144Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-14T04:12:57.145Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-14T04:12:57.145Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-14T04:12:57.145Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-14T04:12:57.145Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-14T04:12:57.145Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:551d0fd7-24ae-470f-a0d3-dbddfa6b9754
Model Version:NULL
Model InvariantUuid:998a0f5d-4308-45e7-8117-669a66040831
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:3b9baecf-da25-4098-8c0c-34176a01b858
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:2bb55995-75be-40b8-b302-9fcc86bea9d9
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:5eac574d-189c-428b-a21b-3f91f497228d
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:0a69ffba-0593-4e3b-a7ad-7268eceb1a8e
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:3a798100-a831-424d-b95f-f3d3cd137ea8
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:7d38900b-739c-4f28-83d0-6a2a543225db
ModelInvariantUuid:a5cc455d-cac6-4321-987c-4e82e8245ccf
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:487e283c-497a-4bb5-924c-d1d791c043bb
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:e41e5e53-c8a8-42b1-8a39-f6e7da124390
ModelInvariantUuid:337f2a20-ff55-48dd-a550-9aef8e5027d1
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:04c37202-b595-437d-b97d-a67b37479dc0
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-10-14T04:12:57.150Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 36d224e0-e2ad-48bd-b8bb-44d82a2a638b
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-10-14T04:12:57.152Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||INFO|500||basic_vm 0
2022-10-14T04:12:57.153Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 36d224e0-e2ad-48bd-b8bb-44d82a2a638b
2022-10-14T04:12:57.153Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: e88edc22-543d-49c5-8d86-307642189a51 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-10-14T04:12:57.153Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-10-14T04:12:57.153Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||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-10-14T04:12:57.203Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-10-14T04:12:57.204Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json e88edc22-543d-49c5-8d86-307642189a51 787
2022-10-14T04:12:57.204Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||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-10-14T04:12:57.205Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||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-10-14T04:12:57.205Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-14T04:12:57.205Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-10-14T04:12:57.210Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-14T04:12:57.210Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "bb53b0e0-1397-41ba-aff1-204fe588f972",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665720777204,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-14T04:12:57.308Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-10-14T04:12:57.309Z||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-10-14T04:12:57.309Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lvpt8hoe3eEkHs9T) ...
2022-10-14T04:12:57.320Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T04:12:57.320Z||pool-54-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-14T04:12:58.210Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "0a69ffba-0593-4e3b-a7ad-7268eceb1a8e",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "3a798100-a831-424d-b95f-f3d3cd137ea8",
    "vfModuleModelCustomizationUUID": "6e3d22ae-8369-4188-816c-d26b3279906a",
    "isBase": true,
    "artifacts": [
      "a8e11949-0662-4c65-9863-03947852a28a",
      "d00f9db9-2374-4f85-9470-da08008f340e"
    ],
    "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-10-14T04:12:58.215Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:3a798100-a831-424d-b95f-f3d3cd137ea8
VfModuleModelInvariantUUID:0a69ffba-0593-4e3b-a7ad-7268eceb1a8e
VfModuleModelDescription:NULL
Artifacts UUID List:{
a8e11949-0662-4c65-9863-03947852a28a
,
d00f9db9-2374-4f85-9470-da08008f340e

}
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-10-14T04:12:58.216Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "0a69ffba-0593-4e3b-a7ad-7268eceb1a8e",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "3a798100-a831-424d-b95f-f3d3cd137ea8",
    "vfModuleModelCustomizationUUID": "6e3d22ae-8369-4188-816c-d26b3279906a",
    "isBase": true,
    "artifacts": [
      "a8e11949-0662-4c65-9863-03947852a28a",
      "d00f9db9-2374-4f85-9470-da08008f340e"
    ],
    "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-10-14T04:12:58.217Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:3a798100-a831-424d-b95f-f3d3cd137ea8
VfModuleModelInvariantUUID:0a69ffba-0593-4e3b-a7ad-7268eceb1a8e
VfModuleModelDescription:NULL
Artifacts UUID List:{
a8e11949-0662-4c65-9863-03947852a28a
,
d00f9db9-2374-4f85-9470-da08008f340e

}
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-10-14T04:12:58.217Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: a8e11949-0662-4c65-9863-03947852a28a from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-10-14T04:12:58.217Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-10-14T04:12:58.217Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||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-10-14T04:12:58.256Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-10-14T04:12:58.257Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml a8e11949-0662-4c65-9863-03947852a28a 5033
2022-10-14T04:12:58.257Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||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-10-14T04:12:58.257Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||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-10-14T04:12:58.257Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-14T04:12:58.258Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-10-14T04:12:58.259Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-14T04:12:58.260Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "bb53b0e0-1397-41ba-aff1-204fe588f972",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665720778257,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-14T04:12:58.360Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-14T04:12:58.360Z||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-10-14T04:12:58.361Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lvpt8hoe3eEkHs9T) ...
2022-10-14T04:12:58.375Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T04:12:58.375Z||pool-55-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-14T04:12:59.260Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: d00f9db9-2374-4f85-9470-da08008f340e from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-10-14T04:12:59.261Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-10-14T04:12:59.261Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||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-10-14T04:12:59.309Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-10-14T04:12:59.310Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env d00f9db9-2374-4f85-9470-da08008f340e 903
2022-10-14T04:12:59.311Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||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-10-14T04:12:59.311Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||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-10-14T04:12:59.311Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-14T04:12:59.312Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-10-14T04:12:59.314Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-14T04:12:59.314Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "bb53b0e0-1397-41ba-aff1-204fe588f972",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665720779310,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-10-14T04:12:59.414Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-14T04:12:59.415Z||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-10-14T04:12:59.415Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lvpt8hoe3eEkHs9T) ...
2022-10-14T04:12:59.429Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T04:12:59.429Z||pool-56-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-10-14T04:13:00.315Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 551d0fd7-24ae-470f-a0d3-dbddfa6b9754
2022-10-14T04:13:00.316Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 36d224e0-e2ad-48bd-b8bb-44d82a2a638b 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-10-14T04:13:00.325Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@f1ce2e2, org.onap.sdc.toscaparser.api.parameters.Input@7a2aa720, org.onap.sdc.toscaparser.api.parameters.Input@bdc2628, org.onap.sdc.toscaparser.api.parameters.Input@15194123, org.onap.sdc.toscaparser.api.parameters.Input@7d7aba90]
2022-10-14T04:13:00.327Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-14T04:13:00.327Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-14T04:13:00.328Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 
2022-10-14T04:13:00.328Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 5eac574d-189c-428b-a21b-3f91f497228d
2022-10-14T04:13:00.328Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 5eac574d-189c-428b-a21b-3f91f497228d matches Tosca VF Customization UUID: 5eac574d-189c-428b-a21b-3f91f497228d
2022-10-14T04:13:00.328Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 5eac574d-189c-428b-a21b-3f91f497228d  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-10-14T04:13:00.330Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-14T04:13:00.331Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-14T04:13:00.331Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 5eac574d-189c-428b-a21b-3f91f497228d: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\"}
2022-10-14T04:13:00.332Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@678ecedc
2022-10-14T04:13:00.332Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-14T04:13:00.332Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-14T04:13:00.333Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 6e3d22ae-8369-4188-816c-d26b3279906a
2022-10-14T04:13:00.333Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 6e3d22ae-8369-4188-816c-d26b3279906a
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-10-14T04:13:00.335Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-14T04:13:00.336Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-10-14T04:13:00.337Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-14T04:13:00.337Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-14T04:13:00.338Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-10-14T04:13:00.338Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-14T04:13:00.339Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-14T04:13:00.339Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-10-14T04:13:00.339Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-10-14T04:13:00.339Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-10-14T04:13:00.340Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=7d38900b-739c-4f28-83d0-6a2a543225db
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-10-14T04:13:00.342Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-14T04:13:00.342Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-10-14T04:13:00.342Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-14T04:13:00.343Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-14T04:13:00.343Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-10-14T04:13:00.343Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=5eac574d-189c-428b-a21b-3f91f497228d
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-10-14T04:13:00.344Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-14T04:13:00.345Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-14T04:13:00.345Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 551d0fd7-24ae-470f-a0d3-dbddfa6b9754: basic_vm
2022-10-14T04:13:00.345Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-14T04:13:00.345Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-14T04:13:00.346Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-14T04:13:00.346Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-14T04:13:00.347Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-14T04:13:00.347Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-14T04:13:00.347Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-14T04:13:00.347Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-14T04:13:00.348Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-14T04:13:00.348Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-14T04:13:00.348Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||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-10-14T04:13:00.401Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 36d224e0-e2ad-48bd-b8bb-44d82a2a638b 1 ASDC deployResourceStructure
2022-10-14T04:13:00.402Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||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-10-14T04:13:00.402Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||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-10-14T04:13:00.402Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-14T04:13:00.402Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-10-14T04:13:00.404Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-14T04:13:00.404Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "bb53b0e0-1397-41ba-aff1-204fe588f972",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665720780401,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-14T04:13:00.504Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-14T04:13:00.505Z||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-10-14T04:13:00.505Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lvpt8hoe3eEkHs9T) ...
2022-10-14T04:13:00.522Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T04:13:00.522Z||pool-57-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-10-14T04:13:01.405Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||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-10-14T04:13:01.405Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||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-10-14T04:13:01.405Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-14T04:13:01.405Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-10-14T04:13:01.407Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-14T04:13:01.407Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "bb53b0e0-1397-41ba-aff1-204fe588f972",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665720781404,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-10-14T04:13:01.508Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-14T04:13:01.509Z||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-10-14T04:13:01.509Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lvpt8hoe3eEkHs9T) ...
2022-10-14T04:13:01.523Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T04:13:01.524Z||pool-58-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-10-14T04:13:02.409Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||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-10-14T04:13:02.409Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||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-10-14T04:13:02.409Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-14T04:13:02.409Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-10-14T04:13:02.411Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-14T04:13:02.411Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "bb53b0e0-1397-41ba-aff1-204fe588f972",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665720782408,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-10-14T04:13:02.511Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-14T04:13:02.512Z||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-10-14T04:13:02.512Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lvpt8hoe3eEkHs9T) ...
2022-10-14T04:13:02.526Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T04:13:02.526Z||pool-59-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-14T04:13:03.412Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-10-14T04:13:03.412Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-10-14T04:13:03.412Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-14T04:13:03.413Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-10-14T04:13:03.414Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-14T04:13:03.414Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "bb53b0e0-1397-41ba-aff1-204fe588f972",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665720783412,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-14T04:13:03.515Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-14T04:13:03.516Z||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-10-14T04:13:03.517Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lvpt8hoe3eEkHs9T) ...
2022-10-14T04:13:03.529Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T04:13:03.530Z||pool-60-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-14T04:13:04.415Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bb53b0e0-1397-41ba-aff1-204fe588f972
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10-14T04:13:04.425Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bb53b0e0-1397-41ba-aff1-204fe588f972
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-10-14T04:13:04.427Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-14T04:13:04.428Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-14T04:13:04.428Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-10-14T04:13:04.428Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-10-14T04:13:04.428Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-14T04:13:04.428Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-14T04:13:04.428Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-14T04:13:04.428Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-14T04:13:04.428Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-14T04:13:04.428Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-14T04:13:04.428Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-14T04:13:04.433Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-10-14T04:13:34.434Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: bb53b0e0-1397-41ba-aff1-204fe588f972 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-10-14T04:13:34.443Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: bb53b0e0-1397-41ba-aff1-204fe588f972 and serviceModelVersionId: 551d0fd7-24ae-470f-a0d3-dbddfa6b9754
2022-10-14T04:13:34.443Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 998a0f5d-4308-45e7-8117-669a66040831
2022-10-14T04:13:34.445Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/998a0f5d-4308-45e7-8117-669a66040831/model-vers/model-ver/551d0fd7-24ae-470f-a0d3-dbddfa6b9754?depth=0
2022-10-14T04:13:34.451Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-10-14T04:13:34.510Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/998a0f5d-4308-45e7-8117-669a66040831/model-vers/model-ver/551d0fd7-24ae-470f-a0d3-dbddfa6b9754?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-10-14T04:13:34.511Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/998a0f5d-4308-45e7-8117-669a66040831/model-vers/model-ver/551d0fd7-24ae-470f-a0d3-dbddfa6b9754?depth=0|INFO|500||Invoke
2022-10-14T04:13:34.533Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/998a0f5d-4308-45e7-8117-669a66040831/model-vers/model-ver/551d0fd7-24ae-470f-a0d3-dbddfa6b9754?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-10-14T04:13:34.625Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/998a0f5d-4308-45e7-8117-669a66040831/model-vers/model-ver/551d0fd7-24ae-470f-a0d3-dbddfa6b9754?depth=0|INFO|500||InvokeReturn
2022-10-14T04:13:34.626Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/998a0f5d-4308-45e7-8117-669a66040831/model-vers/model-ver/551d0fd7-24ae-470f-a0d3-dbddfa6b9754?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221014-04:13:34:439-99226], vertex-id=[172144], Content-Length=[0], Date=[Fri, 14 Oct 2022 04:13:34 GMT], Content-Type=[application/json]}
2022-10-14T04:13:34.626Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2022-10-14T04:13:34.627Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-10-14T04:13:34.627Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-14T04:13:34.631Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-10-14T04:13:34.631Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID bb53b0e0-1397-41ba-aff1-204fe588f972 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-10-14T04:13:34.632Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-10-14T04:13:34.632Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-10-14T04:13:34.634Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-14T04:13:34.634Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "bb53b0e0-1397-41ba-aff1-204fe588f972",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665720814632,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-14T04:13:34.734Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-14T04:13:34.735Z||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-10-14T04:13:34.736Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lvpt8hoe3eEkHs9T) ...
2022-10-14T04:13:34.753Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T04:13:34.754Z||pool-61-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-10-14T04:13:35.648Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T04:13:35.649Z|bb53b0e0-1397-41ba-aff1-204fe588f972|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-10-14T04:13:35.649Z|bb53b0e0-1397-41ba-aff1-204fe588f972|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 lvpt8hoe3eEkHs9T) ...
2022-10-14T04:13:46.021Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T04:13:46.022Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T04:13:46.023Z|bb53b0e0-1397-41ba-aff1-204fe588f972|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-10-14T04:13:46.023Z|bb53b0e0-1397-41ba-aff1-204fe588f972|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 lvpt8hoe3eEkHs9T) ...
2022-10-14T04:13:52.585Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T04:13:52.587Z||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-10-14T04:13:52.588Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T04:13:52.621Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T04:13:52.622Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-14T04:13:52.623Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb53b0e0-1397-41ba-aff1-204fe588f972",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665720532579,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:13:52.624Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:13:55.565Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T04:13:55.566Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T04:13:55.567Z|bb53b0e0-1397-41ba-aff1-204fe588f972|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-10-14T04:13:55.567Z|bb53b0e0-1397-41ba-aff1-204fe588f972|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 lvpt8hoe3eEkHs9T) ...
2022-10-14T04:14:05.102Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T04:14:05.104Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T04:14:05.106Z|bb53b0e0-1397-41ba-aff1-204fe588f972|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-10-14T04:14:05.106Z|bb53b0e0-1397-41ba-aff1-204fe588f972|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 lvpt8hoe3eEkHs9T) ...
2022-10-14T04:14:14.682Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T04:14:14.684Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T04:14:14.689Z|bb53b0e0-1397-41ba-aff1-204fe588f972|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-10-14T04:14:14.690Z|bb53b0e0-1397-41ba-aff1-204fe588f972|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 lvpt8hoe3eEkHs9T) ...
2022-10-14T04:14:24.250Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T04:14:52.579Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T04:14:52.581Z|bb53b0e0-1397-41ba-aff1-204fe588f972|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-10-14T04:14:52.581Z|bb53b0e0-1397-41ba-aff1-204fe588f972|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 lvpt8hoe3eEkHs9T) ...
2022-10-14T04:14:52.585Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T04:14:52.586Z||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-10-14T04:14:52.586Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T04:14:53.114Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T04:14:53.114Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-14T04:14:53.115Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb53b0e0-1397-41ba-aff1-204fe588f972",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665720532579,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-10-14T04:14:53.116Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:14:53.116Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-14T04:14:53.116Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb53b0e0-1397-41ba-aff1-204fe588f972",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665720774761,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-14T04:14:53.116Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-14T04:14:53.116Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-14T04:14:53.116Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb53b0e0-1397-41ba-aff1-204fe588f972",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665720777204,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-14T04:14:53.116Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-14T04:14:53.116Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-14T04:14:53.116Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb53b0e0-1397-41ba-aff1-204fe588f972",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665720778257,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-14T04:14:53.117Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-14T04:14:53.117Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-14T04:14:53.117Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb53b0e0-1397-41ba-aff1-204fe588f972",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665720779310,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-10-14T04:14:53.117Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-14T04:14:53.117Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-14T04:14:53.117Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb53b0e0-1397-41ba-aff1-204fe588f972",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665720780401,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-14T04:14:53.117Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-14T04:14:53.117Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-14T04:14:53.117Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb53b0e0-1397-41ba-aff1-204fe588f972",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665720781404,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-10-14T04:14:53.118Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-14T04:14:53.118Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-14T04:14:53.118Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb53b0e0-1397-41ba-aff1-204fe588f972",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665720782408,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-10-14T04:14:53.118Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-14T04:14:53.118Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-14T04:14:53.118Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb53b0e0-1397-41ba-aff1-204fe588f972",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665720783412,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-14T04:14:53.118Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-14T04:14:53.118Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-14T04:14:53.118Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb53b0e0-1397-41ba-aff1-204fe588f972",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665720814632,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-14T04:14:53.119Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-14T04:15:02.130Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T04:15:52.579Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T04:15:52.580Z|bb53b0e0-1397-41ba-aff1-204fe588f972|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-10-14T04:15:52.580Z|bb53b0e0-1397-41ba-aff1-204fe588f972|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 lvpt8hoe3eEkHs9T) ...
2022-10-14T04:15:52.585Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T04:15:52.586Z||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-10-14T04:15:52.586Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T04:16:02.158Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T04:16:02.163Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T04:16:52.580Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T04:16:52.580Z|bb53b0e0-1397-41ba-aff1-204fe588f972|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-10-14T04:16:52.581Z|bb53b0e0-1397-41ba-aff1-204fe588f972|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 lvpt8hoe3eEkHs9T) ...
2022-10-14T04:16:52.585Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T04:16:52.586Z||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-10-14T04:16:52.586Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T04:17:02.136Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T04:17:02.136Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T04:17:52.579Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T04:17:52.580Z||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-10-14T04:17:52.581Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T04:17:52.585Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T04:17:52.586Z||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-10-14T04:17:52.586Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T04:18:02.130Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T04:18:02.130Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T04:18:52.579Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T04:18:52.580Z||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-10-14T04:18:52.580Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T04:18:52.585Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T04:18:52.586Z||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-10-14T04:18:52.586Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T04:19:02.128Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T04:19:02.135Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T04:19:52.579Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T04:19:52.580Z||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-10-14T04:19:52.580Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T04:19:52.585Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T04:19:52.585Z||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-10-14T04:19:52.586Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T04:20:02.128Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T04:20:02.133Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T04:20:52.579Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T04:20:52.580Z||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-10-14T04:20:52.581Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T04:20:52.585Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T04:20:52.585Z||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-10-14T04:20:52.586Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T04:21:02.132Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T04:21:02.133Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T04:21:52.580Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T04:21:52.584Z||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-10-14T04:21:52.584Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T04:21:52.585Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T04:21:52.586Z||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-10-14T04:21:52.586Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T04:21:53.243Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T04:21:53.243Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T04:21:53.245Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-14T04:21:53.245Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"8715aff8-4271-490d-a26c-f10db6412a92","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"4a97b40a-d0c2-4afc-9124-c76711e1ae18","serviceDescription":"service","serviceInvariantUUID":"ff7a0918-c053-437f-adb6-5f0696170446","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"52dcac26-5e2e-4f62-b44a-b393af3dc218","resourceInvariantUUID":"85f04acb-ec68-4c34-9143-c024224d8a35","resourceCustomizationUUID":"63ca1934-435b-4ef2-a9eb-0c59b1cd65f6","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":"NzEyOGY5N2Q4NjQ2MTlmOTBmNjg0ZWQ5ZWI4MzE4NTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1357f27d-555c-492b-af3a-8766d861ba33","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":"NDUxMjYwMzIwZjdlMzdjYTJjNTY1YWNmM2IwNzgwMTU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"40ff0282-6b0f-4270-84d5-51ecf5c1fb27","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":"d91584ac-9a59-4a6a-aa49-cc7c5494cc07","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":"71668232-cb30-4d2c-a314-0937ee6e1c66","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":"1b7bed67-9858-4b57-8141-0fe06cb9e025","artifactVersion":"2","generatedFromUUID":"d91584ac-9a59-4a6a-aa49-cc7c5494cc07"},{"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":"MGE3NjYyOWVkNGViMTMyZWYxNTljNTk5MTE5YmQ2ODY\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"86b44070-67f0-4911-bbbf-fb5713fffd83","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":"MzIwZTkwYjAxY2YxYTYwMDhhZGU1Y2U4NDVjYzA4MTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"762eaab5-53f6-4348-98cb-065f7f8b4422","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"NmU1ZTFjYWZkNDEzMGFjMGExZmYzNjIxMGJmNGFjNTQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a189895f-77a5-473b-97e7-3bd6ef9229f4","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-14T04:21:53.245Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-14T04:21:53.245Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8715aff8-4271-490d-a26c-f10db6412a92",
  "consumerID": "policy-id",
  "timestamp": 1665721300105,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:21:53.248Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:21:53.248Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-14T04:21:53.248Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8715aff8-4271-490d-a26c-f10db6412a92",
  "consumerID": "policy-id",
  "timestamp": 1665721300105,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:21:53.249Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:21:53.249Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-14T04:21:53.249Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8715aff8-4271-490d-a26c-f10db6412a92",
  "consumerID": "cds",
  "timestamp": 1665721304920,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:21:53.249Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:21:53.249Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-14T04:21:53.249Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8715aff8-4271-490d-a26c-f10db6412a92",
  "consumerID": "policy-id",
  "timestamp": 1665721300105,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-10-14T04:21:53.250Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:21:53.250Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-14T04:21:53.250Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8715aff8-4271-490d-a26c-f10db6412a92",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665721305454,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:21:53.250Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:21:53.250Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-14T04:21:53.250Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-14T04:21:53.250Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8715aff8-4271-490d-a26c-f10db6412a92",
  "consumerID": "cds",
  "timestamp": 1665721304920,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:21:53.251Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-14T04:21:53.250Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:21:53.252Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-14T04:21:53.252Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8715aff8-4271-490d-a26c-f10db6412a92",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665721305454,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:21:53.253Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:21:53.253Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-14T04:21:53.253Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8715aff8-4271-490d-a26c-f10db6412a92",
  "consumerID": "policy-id",
  "timestamp": 1665721300105,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:21:53.253Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:21:53.253Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-14T04:21:53.253Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8715aff8-4271-490d-a26c-f10db6412a92",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665721306269,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:21:53.254Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:21:53.254Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-14T04:21:53.254Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8715aff8-4271-490d-a26c-f10db6412a92",
  "consumerID": "cds",
  "timestamp": 1665721304920,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:21:53.254Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:21:53.254Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-14T04:21:53.254Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8715aff8-4271-490d-a26c-f10db6412a92",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665721305454,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:21:53.255Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:21:53.255Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-14T04:21:53.255Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8715aff8-4271-490d-a26c-f10db6412a92",
  "consumerID": "policy-id",
  "timestamp": 1665721300105,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:21:53.255Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:21:53.255Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-14T04:21:53.255Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8715aff8-4271-490d-a26c-f10db6412a92",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665721306269,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-10-14T04:21:53.256Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:21:53.256Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-14T04:21:53.256Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8715aff8-4271-490d-a26c-f10db6412a92",
  "consumerID": "cds",
  "timestamp": 1665721304920,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:21:53.256Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:21:53.256Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-14T04:21:53.256Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8715aff8-4271-490d-a26c-f10db6412a92",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665721305454,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:21:53.256Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:21:53.257Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-14T04:21:53.257Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8715aff8-4271-490d-a26c-f10db6412a92",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665721306269,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-10-14T04:21:53.257Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:21:53.257Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-14T04:21:53.257Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8715aff8-4271-490d-a26c-f10db6412a92",
  "consumerID": "policy-id",
  "timestamp": 1665721300105,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:21:53.257Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:21:53.257Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-14T04:21:53.258Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8715aff8-4271-490d-a26c-f10db6412a92",
  "consumerID": "cds",
  "timestamp": 1665721304920,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:21:53.258Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:21:53.258Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-14T04:21:53.258Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8715aff8-4271-490d-a26c-f10db6412a92",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665721305454,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:21:53.258Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:21:53.258Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-14T04:21:53.258Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8715aff8-4271-490d-a26c-f10db6412a92",
  "consumerID": "policy-id",
  "timestamp": 1665721300105,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:21:53.259Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:21:53.259Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-14T04:21:53.259Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-14T04:21:53.259Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8715aff8-4271-490d-a26c-f10db6412a92",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665721306269,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:21:53.259Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "8715aff8-4271-490d-a26c-f10db6412a92",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665721312580,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:21:53.259Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:21:53.259Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-14T04:21:53.259Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8715aff8-4271-490d-a26c-f10db6412a92",
  "consumerID": "cds",
  "timestamp": 1665721304920,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:21:53.260Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:21:53.260Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-14T04:21:53.260Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8715aff8-4271-490d-a26c-f10db6412a92",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665721305454,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:21:53.260Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:21:53.260Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-14T04:21:53.260Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8715aff8-4271-490d-a26c-f10db6412a92",
  "consumerID": "policy-id",
  "timestamp": 1665721300105,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-14T04:21:53.260Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:21:53.261Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-14T04:21:53.261Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8715aff8-4271-490d-a26c-f10db6412a92",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665721306269,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-10-14T04:21:53.261Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:21:53.261Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-14T04:21:53.261Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8715aff8-4271-490d-a26c-f10db6412a92",
  "consumerID": "cds",
  "timestamp": 1665721304920,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:21:53.261Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:21:53.262Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-14T04:21:53.262Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8715aff8-4271-490d-a26c-f10db6412a92",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665721305454,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:21:53.262Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:21:53.262Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-14T04:21:53.262Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8715aff8-4271-490d-a26c-f10db6412a92",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665721306269,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:21:53.263Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:21:53.263Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-14T04:21:53.263Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8715aff8-4271-490d-a26c-f10db6412a92",
  "consumerID": "policy-id",
  "timestamp": 1665721311948,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-14T04:21:53.263Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-14T04:21:53.264Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-14T04:21:53.264Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8715aff8-4271-490d-a26c-f10db6412a92",
  "consumerID": "cds",
  "timestamp": 1665721304920,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-14T04:21:53.264Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:21:53.359Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-14T04:21:53.360Z||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-10-14T04:21:53.360Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lvpt8hoe3eEkHs9T) ...
2022-10-14T04:21:53.374Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T04:21:53.374Z||pool-62-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-10-14T04:21:54.260Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-14T04:21:54.261Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-14T04:21:54.263Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-14T04:21:54.264Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "8715aff8-4271-490d-a26c-f10db6412a92",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665721312580,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-10-14T04:21:54.364Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-14T04:21:54.365Z||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-10-14T04:21:54.365Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lvpt8hoe3eEkHs9T) ...
2022-10-14T04:21:54.380Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T04:21:54.381Z||pool-63-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-10-14T04:21:55.264Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-14T04:21:55.266Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-14T04:21:55.268Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-14T04:21:55.268Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "8715aff8-4271-490d-a26c-f10db6412a92",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665721312580,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-10-14T04:21:55.369Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-14T04:21:55.370Z||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-10-14T04:21:55.370Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lvpt8hoe3eEkHs9T) ...
2022-10-14T04:21:55.392Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T04:21:55.393Z||pool-64-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-10-14T04:21:56.269Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-14T04:21:56.270Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-14T04:21:56.272Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-14T04:21:56.273Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "8715aff8-4271-490d-a26c-f10db6412a92",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665721312580,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:21:56.372Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-14T04:21:56.373Z||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-10-14T04:21:56.374Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lvpt8hoe3eEkHs9T) ...
2022-10-14T04:21:56.389Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T04:21:56.389Z||pool-65-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-10-14T04:21:57.273Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-14T04:21:57.275Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-14T04:21:57.276Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-14T04:21:57.277Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "8715aff8-4271-490d-a26c-f10db6412a92",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665721312580,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-10-14T04:21:57.377Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-14T04:21:57.378Z||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-10-14T04:21:57.378Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lvpt8hoe3eEkHs9T) ...
2022-10-14T04:21:57.400Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T04:21:57.401Z||pool-66-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-10-14T04:21:58.277Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-14T04:21:58.278Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-14T04:21:58.281Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-14T04:21:58.281Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "8715aff8-4271-490d-a26c-f10db6412a92",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665721312580,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:21:58.381Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-14T04:21:58.382Z||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-10-14T04:21:58.382Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lvpt8hoe3eEkHs9T) ...
2022-10-14T04:21:58.396Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T04:21:58.396Z||pool-67-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-10-14T04:21:59.282Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-14T04:21:59.283Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-14T04:21:59.285Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-14T04:21:59.285Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "8715aff8-4271-490d-a26c-f10db6412a92",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665721312580,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:21:59.385Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-14T04:21:59.386Z||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-10-14T04:21:59.387Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lvpt8hoe3eEkHs9T) ...
2022-10-14T04:21:59.400Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T04:21:59.401Z||pool-68-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-14T04:22:00.285Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-14T04:22:00.286Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-14T04:22:00.289Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-14T04:22:00.289Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "8715aff8-4271-490d-a26c-f10db6412a92",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665721312580,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-14T04:22:00.390Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-10-14T04:22:00.399Z||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-10-14T04:22:00.399Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lvpt8hoe3eEkHs9T) ...
2022-10-14T04:22:00.415Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T04:22:00.415Z||pool-69-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-10-14T04:22:01.291Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "8715aff8-4271-490d-a26c-f10db6412a92",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "4a97b40a-d0c2-4afc-9124-c76711e1ae18",
  "serviceDescription": "service",
  "serviceInvariantUUID": "ff7a0918-c053-437f-adb6-5f0696170446",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "63ca1934-435b-4ef2-a9eb-0c59b1cd65f6",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "52dcac26-5e2e-4f62-b44a-b393af3dc218",
      "resourceInvariantUUID": "85f04acb-ec68-4c34-9143-c024224d8a35",
      "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": "NDUxMjYwMzIwZjdlMzdjYTJjNTY1YWNmM2IwNzgwMTU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "40ff0282-6b0f-4270-84d5-51ecf5c1fb27",
          "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": "d91584ac-9a59-4a6a-aa49-cc7c5494cc07",
          "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": "1b7bed67-9858-4b57-8141-0fe06cb9e025",
            "generatedFromUUID": "d91584ac-9a59-4a6a-aa49-cc7c5494cc07"
          },
          "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": "1b7bed67-9858-4b57-8141-0fe06cb9e025",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "NmU1ZTFjYWZkNDEzMGFjMGExZmYzNjIxMGJmNGFjNTQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "a189895f-77a5-473b-97e7-3bd6ef9229f4"
    }
  ],
  "workloadContext": "Production"
}
2022-10-14T04:22:01.291Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-14T04:22:01.291Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 4a97b40a-d0c2-4afc-9124-c76711e1ae18 ASDC
2022-10-14T04:22:01.292Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:8715aff8-4271-490d-a26c-f10db6412a92
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:4a97b40a-d0c2-4afc-9124-c76711e1ae18
ServiceInvariantUUID:ff7a0918-c053-437f-adb6-5f0696170446
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:a189895f-77a5-473b-97e7-3bd6ef9229f4
ArtifactChecksum:NmU1ZTFjYWZkNDEzMGFjMGExZmYzNjIxMGJmNGFjNTQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:63ca1934-435b-4ef2-a9eb-0c59b1cd65f6
ResourceInvariantUUID:85f04acb-ec68-4c34-9143-c024224d8a35
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:52dcac26-5e2e-4f62-b44a-b393af3dc218
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:40ff0282-6b0f-4270-84d5-51ecf5c1fb27
ArtifactChecksum:NDUxMjYwMzIwZjdlMzdjYTJjNTY1YWNmM2IwNzgwMTU=
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:d91584ac-9a59-4a6a-aa49-cc7c5494cc07
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:1b7bed67-9858-4b57-8141-0fe06cb9e025
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:1b7bed67-9858-4b57-8141-0fe06cb9e025
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-10-14T04:22:01.292Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4a97b40a-d0c2-4afc-9124-c76711e1ae18 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-10-14T04:22:01.333Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-14T04:22:01.335Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-10-14T04:22:01.335Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-10-14T04:22:01.335Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: a189895f-77a5-473b-97e7-3bd6ef9229f4 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-10-14T04:22:01.335Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-10-14T04:22:01.335Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-10-14T04:22:01.406Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-10-14T04:22:01.410Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar a189895f-77a5-473b-97e7-3bd6ef9229f4 78828
2022-10-14T04:22:01.410Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-10-14T04:22:01.410Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-10-14T04:22:01.410Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-14T04:22:01.411Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-14T04:22:01.412Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-14T04:22:01.413Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "8715aff8-4271-490d-a26c-f10db6412a92",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665721321410,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-14T04:22:01.513Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-14T04:22:01.513Z||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-10-14T04:22:01.514Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lvpt8hoe3eEkHs9T) ...
2022-10-14T04:22:01.527Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T04:22:01.528Z||pool-70-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-14T04:22:02.419Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-14T04:22:02.420Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-10-14T04:22:02.421Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: a189895f-77a5-473b-97e7-3bd6ef9229f4, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-10-14T04:22:02.421Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2022-10-14T04:22:02.422Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-10-14T04:22:02.422Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-10-14T04:22:02.760Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP231812428628847616/Definitions/service-BasicVmMacro-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-10-14T04:22:04.026Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-14T04:22:04.027Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-10-14T04:22:04.027Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-10-14T04:22:04.027Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-10-14T04:22:04.027Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-10-14T04:22:04.027Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-10-14T04:22:04.027Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-10-14T04:22:04.028Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-10-14T04:22:04.028Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-10-14T04:22:04.028Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-10-14T04:22:04.028Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-10-14T04:22:04.028Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-10-14T04:22:04.028Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-10-14T04:22:04.028Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-10-14T04:22:04.029Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-14T04:22:04.029Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-14T04:22:04.029Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-10-14T04:22:04.029Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-10-14T04:22:04.030Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-14T04:22:04.030Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-14T04:22:04.030Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-14T04:22:04.030Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-10-14T04:22:04.030Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-10-14T04:22:04.031Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-14T04:22:04.031Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-14T04:22:04.031Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-14T04:22:04.031Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-14T04:22:04.031Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-10-14T04:22:04.032Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-10-14T04:22:04.032Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-10-14T04:22:04.032Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-10-14T04:22:04.032Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-10-14T04:22:04.032Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-10-14T04:22:04.032Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-14T04:22:04.033Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-14T04:22:04.033Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-14T04:22:04.033Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-10-14T04:22:04.033Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-14T04:22:04.033Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-14T04:22:04.034Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-10-14T04:22:04.034Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-14T04:22:04.034Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-14T04:22:04.034Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-10-14T04:22:04.034Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-14T04:22:04.035Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-14T04:22:04.035Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-10-14T04:22:04.035Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-10-14T04:22:04.035Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-10-14T04:22:04.035Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=d29870ca-b5c3-41be-bcce-3a534f6d9c25
2022-10-14T04:22:04.035Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-14T04:22:04.036Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-14T04:22:04.036Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-14T04:22:04.036Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-14T04:22:04.036Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-14T04:22:04.036Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-14T04:22:04.036Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-14T04:22:04.037Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-14T04:22:04.037Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:4a97b40a-d0c2-4afc-9124-c76711e1ae18
Model Version:NULL
Model InvariantUuid:ff7a0918-c053-437f-adb6-5f0696170446
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:4fa5d6cf-2ccb-4005-92cb-35b298634102
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:85f04acb-ec68-4c34-9143-c024224d8a35
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:63ca1934-435b-4ef2-a9eb-0c59b1cd65f6
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:10e524d8-f70b-4dbe-b271-f5ae2a754f63
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:96e30cb4-2b34-46b6-b136-5ead472a64ae
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:d29870ca-b5c3-41be-bcce-3a534f6d9c25
ModelInvariantUuid:3e016c08-4891-4dfb-8ed7-5cb1b8e55de4
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:68f17837-14c3-4f57-803d-efc5aaf58b85
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:7484f155-90aa-4f4f-b000-f8073307eb30
ModelInvariantUuid:0b652250-008f-41bf-bc5f-48699cf0c668
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:67d1cad5-0744-4942-8db2-c381b088804f
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-10-14T04:22:04.042Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 52dcac26-5e2e-4f62-b44a-b393af3dc218
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-10-14T04:22:04.047Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||INFO|500||basic_vm_macro 0
2022-10-14T04:22:04.048Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 52dcac26-5e2e-4f62-b44a-b393af3dc218
2022-10-14T04:22:04.048Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 40ff0282-6b0f-4270-84d5-51ecf5c1fb27 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-10-14T04:22:04.048Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-10-14T04:22:04.048Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-10-14T04:22:04.093Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-10-14T04:22:04.093Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 40ff0282-6b0f-4270-84d5-51ecf5c1fb27 792
2022-10-14T04:22:04.093Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2022-10-14T04:22:04.094Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-10-14T04:22:04.094Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-14T04:22:04.094Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-14T04:22:04.096Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-14T04:22:04.096Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "8715aff8-4271-490d-a26c-f10db6412a92",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665721324093,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-14T04:22:04.196Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-14T04:22:04.197Z||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-10-14T04:22:04.197Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lvpt8hoe3eEkHs9T) ...
2022-10-14T04:22:04.226Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T04:22:04.226Z||pool-71-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":1,"count":1}
2022-10-14T04:22:05.097Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "10e524d8-f70b-4dbe-b271-f5ae2a754f63",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "96e30cb4-2b34-46b6-b136-5ead472a64ae",
    "vfModuleModelCustomizationUUID": "93c25d01-d8c2-4935-a692-1bef9474e817",
    "isBase": true,
    "artifacts": [
      "d91584ac-9a59-4a6a-aa49-cc7c5494cc07",
      "1b7bed67-9858-4b57-8141-0fe06cb9e025"
    ],
    "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-10-14T04:22:05.101Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:96e30cb4-2b34-46b6-b136-5ead472a64ae
VfModuleModelInvariantUUID:10e524d8-f70b-4dbe-b271-f5ae2a754f63
VfModuleModelDescription:NULL
Artifacts UUID List:{
d91584ac-9a59-4a6a-aa49-cc7c5494cc07
,
1b7bed67-9858-4b57-8141-0fe06cb9e025

}
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-10-14T04:22:05.103Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "10e524d8-f70b-4dbe-b271-f5ae2a754f63",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "96e30cb4-2b34-46b6-b136-5ead472a64ae",
    "vfModuleModelCustomizationUUID": "93c25d01-d8c2-4935-a692-1bef9474e817",
    "isBase": true,
    "artifacts": [
      "d91584ac-9a59-4a6a-aa49-cc7c5494cc07",
      "1b7bed67-9858-4b57-8141-0fe06cb9e025"
    ],
    "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-10-14T04:22:05.103Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:96e30cb4-2b34-46b6-b136-5ead472a64ae
VfModuleModelInvariantUUID:10e524d8-f70b-4dbe-b271-f5ae2a754f63
VfModuleModelDescription:NULL
Artifacts UUID List:{
d91584ac-9a59-4a6a-aa49-cc7c5494cc07
,
1b7bed67-9858-4b57-8141-0fe06cb9e025

}
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-10-14T04:22:05.103Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: d91584ac-9a59-4a6a-aa49-cc7c5494cc07 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-10-14T04:22:05.103Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-10-14T04:22:05.104Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-10-14T04:22:05.141Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-10-14T04:22:05.141Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml d91584ac-9a59-4a6a-aa49-cc7c5494cc07 5033
2022-10-14T04:22:05.141Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-10-14T04:22:05.141Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-10-14T04:22:05.141Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-14T04:22:05.142Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-14T04:22:05.143Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-14T04:22:05.143Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "8715aff8-4271-490d-a26c-f10db6412a92",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665721325141,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-14T04:22:05.243Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-14T04:22:05.244Z||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-10-14T04:22:05.245Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lvpt8hoe3eEkHs9T) ...
2022-10-14T04:22:05.258Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T04:22:05.259Z||pool-72-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-14T04:22:06.144Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 1b7bed67-9858-4b57-8141-0fe06cb9e025 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-10-14T04:22:06.144Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-10-14T04:22:06.145Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-10-14T04:22:06.195Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-10-14T04:22:06.195Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 1b7bed67-9858-4b57-8141-0fe06cb9e025 903
2022-10-14T04:22:06.195Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-10-14T04:22:06.196Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-10-14T04:22:06.196Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-14T04:22:06.196Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-14T04:22:06.198Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-14T04:22:06.198Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "8715aff8-4271-490d-a26c-f10db6412a92",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665721326195,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-10-14T04:22:06.298Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-14T04:22:06.299Z||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-10-14T04:22:06.299Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lvpt8hoe3eEkHs9T) ...
2022-10-14T04:22:06.314Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T04:22:06.315Z||pool-73-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-10-14T04:22:07.199Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 4a97b40a-d0c2-4afc-9124-c76711e1ae18
2022-10-14T04:22:07.200Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 52dcac26-5e2e-4f62-b44a-b393af3dc218 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-10-14T04:22:07.218Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7909c3ee, org.onap.sdc.toscaparser.api.parameters.Input@306b8dce, org.onap.sdc.toscaparser.api.parameters.Input@7d280876, org.onap.sdc.toscaparser.api.parameters.Input@30f978a3, org.onap.sdc.toscaparser.api.parameters.Input@758cbe1]
2022-10-14T04:22:07.220Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-14T04:22:07.222Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-14T04:22:07.223Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 
2022-10-14T04:22:07.223Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 63ca1934-435b-4ef2-a9eb-0c59b1cd65f6
2022-10-14T04:22:07.223Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 63ca1934-435b-4ef2-a9eb-0c59b1cd65f6 matches Tosca VF Customization UUID: 63ca1934-435b-4ef2-a9eb-0c59b1cd65f6
2022-10-14T04:22:07.223Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 63ca1934-435b-4ef2-a9eb-0c59b1cd65f6  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-10-14T04:22:07.226Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-14T04:22:07.227Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-14T04:22:07.228Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 63ca1934-435b-4ef2-a9eb-0c59b1cd65f6: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"sdnc_model_version\":\"1.0.0\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\",\"sdnc_model_name\":\"ubuntu20\"}
2022-10-14T04:22:07.228Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2d20bb9e
2022-10-14T04:22:07.228Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-14T04:22:07.229Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-14T04:22:07.229Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 93c25d01-d8c2-4935-a692-1bef9474e817
2022-10-14T04:22:07.229Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 93c25d01-d8c2-4935-a692-1bef9474e817
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-10-14T04:22:07.231Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-14T04:22:07.232Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-10-14T04:22:07.232Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-14T04:22:07.232Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-14T04:22:07.232Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-10-14T04:22:07.233Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-14T04:22:07.233Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-14T04:22:07.233Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-10-14T04:22:07.233Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-10-14T04:22:07.233Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-10-14T04:22:07.234Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=d29870ca-b5c3-41be-bcce-3a534f6d9c25
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-10-14T04:22:07.236Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-14T04:22:07.236Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-10-14T04:22:07.236Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-14T04:22:07.236Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-14T04:22:07.236Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-10-14T04:22:07.236Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=63ca1934-435b-4ef2-a9eb-0c59b1cd65f6
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-10-14T04:22:07.239Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-14T04:22:07.239Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-14T04:22:07.239Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 4a97b40a-d0c2-4afc-9124-c76711e1ae18: basic_vm_macro
2022-10-14T04:22:07.239Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-14T04:22:07.240Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-14T04:22:07.240Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-14T04:22:07.240Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-14T04:22:07.240Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-14T04:22:07.240Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-14T04:22:07.240Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-14T04:22:07.241Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-14T04:22:07.241Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-14T04:22:07.241Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-14T04:22:07.241Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||INFO|500||Saving Service: basic_vm_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-14T04:22:07.300Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 52dcac26-5e2e-4f62-b44a-b393af3dc218 1 ASDC deployResourceStructure
2022-10-14T04:22:07.301Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2022-10-14T04:22:07.301Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-10-14T04:22:07.301Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-14T04:22:07.301Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-14T04:22:07.303Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-14T04:22:07.303Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "8715aff8-4271-490d-a26c-f10db6412a92",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665721327301,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-14T04:22:07.403Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-14T04:22:07.404Z||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-10-14T04:22:07.404Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lvpt8hoe3eEkHs9T) ...
2022-10-14T04:22:07.417Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T04:22:07.418Z||pool-74-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-14T04:22:08.304Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-10-14T04:22:08.304Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-10-14T04:22:08.304Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-14T04:22:08.304Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-14T04:22:08.306Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-14T04:22:08.306Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "8715aff8-4271-490d-a26c-f10db6412a92",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665721328304,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-10-14T04:22:08.406Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-14T04:22:08.407Z||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-10-14T04:22:08.407Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lvpt8hoe3eEkHs9T) ...
2022-10-14T04:22:08.420Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T04:22:08.421Z||pool-75-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-14T04:22:09.307Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-10-14T04:22:09.307Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-10-14T04:22:09.307Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-14T04:22:09.308Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-14T04:22:09.309Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-14T04:22:09.309Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "8715aff8-4271-490d-a26c-f10db6412a92",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665721329307,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-10-14T04:22:09.409Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-14T04:22:09.410Z||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-10-14T04:22:09.411Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lvpt8hoe3eEkHs9T) ...
2022-10-14T04:22:09.430Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T04:22:09.431Z||pool-76-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-10-14T04:22:10.310Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-10-14T04:22:10.311Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-10-14T04:22:10.311Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-14T04:22:10.311Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-14T04:22:10.313Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-14T04:22:10.313Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "8715aff8-4271-490d-a26c-f10db6412a92",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665721330310,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-14T04:22:10.413Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-14T04:22:10.414Z||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-10-14T04:22:10.414Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lvpt8hoe3eEkHs9T) ...
2022-10-14T04:22:10.427Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T04:22:10.427Z||pool-77-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-14T04:22:11.314Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8715aff8-4271-490d-a26c-f10db6412a92
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10-14T04:22:11.324Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8715aff8-4271-490d-a26c-f10db6412a92
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-10-14T04:22:11.325Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-14T04:22:11.325Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-14T04:22:11.326Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-14T04:22:41.326Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8715aff8-4271-490d-a26c-f10db6412a92
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10-14T04:22:41.336Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8715aff8-4271-490d-a26c-f10db6412a92
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-10-14T04:22:41.339Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-14T04:22:41.339Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-14T04:22:41.339Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-14T04:22:52.585Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T04:22:52.586Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|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-10-14T04:22:52.586Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|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 lvpt8hoe3eEkHs9T) ...
2022-10-14T04:22:52.735Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T04:22:52.736Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:22:52.736Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8715aff8-4271-490d-a26c-f10db6412a92",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665721305454,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-14T04:22:52.737Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:23:11.339Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8715aff8-4271-490d-a26c-f10db6412a92
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10-14T04:23:11.349Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8715aff8-4271-490d-a26c-f10db6412a92
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-10-14T04:23:11.351Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-14T04:23:11.351Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-14T04:23:11.351Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-14T04:23:41.351Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8715aff8-4271-490d-a26c-f10db6412a92
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10-14T04:23:41.361Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8715aff8-4271-490d-a26c-f10db6412a92
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-10-14T04:23:41.363Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-14T04:23:41.363Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-14T04:23:41.363Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-14T04:23:52.585Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T04:23:52.586Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|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-10-14T04:23:52.586Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|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 lvpt8hoe3eEkHs9T) ...
2022-10-14T04:23:52.621Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T04:23:52.623Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:23:52.623Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8715aff8-4271-490d-a26c-f10db6412a92",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665721312580,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:23:52.624Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:23:52.624Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:23:52.624Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8715aff8-4271-490d-a26c-f10db6412a92",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665721306269,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:23:52.624Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:23:52.625Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:23:52.625Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8715aff8-4271-490d-a26c-f10db6412a92",
  "consumerID": "policy-id",
  "timestamp": 1665721312953,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-14T04:23:52.626Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-14T04:23:52.626Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:23:52.626Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8715aff8-4271-490d-a26c-f10db6412a92",
  "consumerID": "cds",
  "timestamp": 1665721313679,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-14T04:23:52.627Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-14T04:23:52.627Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:23:52.627Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8715aff8-4271-490d-a26c-f10db6412a92",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1665721313864,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:23:52.627Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:23:52.627Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:23:52.627Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8715aff8-4271-490d-a26c-f10db6412a92",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665721314237,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-14T04:23:52.628Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-14T04:23:52.628Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:23:52.628Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8715aff8-4271-490d-a26c-f10db6412a92",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665721312580,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-10-14T04:23:52.629Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:23:52.629Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:23:52.629Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8715aff8-4271-490d-a26c-f10db6412a92",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665721306269,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-14T04:23:52.630Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:23:52.630Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:23:52.630Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8715aff8-4271-490d-a26c-f10db6412a92",
  "consumerID": "policy-id",
  "timestamp": 1665721313956,
  "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-10-14T04:23:52.642Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8715aff8-4271-490d-a26c-f10db6412a92
2022-10-14T04:23:52.643Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8715aff8-4271-490d-a26c-f10db6412a92 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-10-14T04:23:52.651Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:23:52.651Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8715aff8-4271-490d-a26c-f10db6412a92",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1665721313864,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:23:52.652Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:23:52.652Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:23:52.652Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8715aff8-4271-490d-a26c-f10db6412a92",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665721312580,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-10-14T04:23:52.653Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:23:52.653Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:23:52.653Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8715aff8-4271-490d-a26c-f10db6412a92",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665721315015,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-14T04:23:52.653Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-14T04:23:52.654Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:23:52.654Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8715aff8-4271-490d-a26c-f10db6412a92",
  "consumerID": "cds",
  "timestamp": 1665721316296,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-14T04:23:52.660Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 8715aff8-4271-490d-a26c-f10db6412a92
2022-10-14T04:23:52.660Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8715aff8-4271-490d-a26c-f10db6412a92 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-10-14T04:23:52.672Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:23:52.672Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8715aff8-4271-490d-a26c-f10db6412a92",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1665721313864,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:23:52.673Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:23:52.673Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:23:52.673Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8715aff8-4271-490d-a26c-f10db6412a92",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665721312580,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:23:52.674Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:23:52.674Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:23:52.675Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8715aff8-4271-490d-a26c-f10db6412a92",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665721316077,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-14T04:23:52.675Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-14T04:23:52.675Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:23:52.676Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8715aff8-4271-490d-a26c-f10db6412a92",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665721316716,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-14T04:23:52.676Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-14T04:23:52.677Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:23:52.677Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8715aff8-4271-490d-a26c-f10db6412a92",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1665721313864,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:23:52.677Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:23:52.677Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:23:52.677Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8715aff8-4271-490d-a26c-f10db6412a92",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665721312580,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-10-14T04:23:52.677Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:23:52.677Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:23:52.677Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8715aff8-4271-490d-a26c-f10db6412a92",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665721317124,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-10-14T04:23:52.678Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-14T04:23:52.678Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:23:52.678Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8715aff8-4271-490d-a26c-f10db6412a92",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665721317720,
  "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-10-14T04:23:52.684Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8715aff8-4271-490d-a26c-f10db6412a92
2022-10-14T04:23:52.685Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8715aff8-4271-490d-a26c-f10db6412a92 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-10-14T04:23:52.695Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:23:52.695Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8715aff8-4271-490d-a26c-f10db6412a92",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1665721313864,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:23:52.695Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:23:52.695Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:23:52.695Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8715aff8-4271-490d-a26c-f10db6412a92",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665721312580,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:23:52.695Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:23:52.695Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:23:52.695Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8715aff8-4271-490d-a26c-f10db6412a92",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665721318146,
  "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-10-14T04:23:52.701Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8715aff8-4271-490d-a26c-f10db6412a92
2022-10-14T04:23:52.701Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8715aff8-4271-490d-a26c-f10db6412a92 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-10-14T04:23:52.717Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:23:52.718Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8715aff8-4271-490d-a26c-f10db6412a92",
  "consumerID": "clamp",
  "timestamp": 1665721317954,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:23:52.718Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:23:52.718Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:23:52.718Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8715aff8-4271-490d-a26c-f10db6412a92",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1665721313864,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:23:52.718Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:23:52.718Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:23:52.719Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8715aff8-4271-490d-a26c-f10db6412a92",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665721312580,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:23:52.719Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:23:52.719Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:23:52.719Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8715aff8-4271-490d-a26c-f10db6412a92",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665721319149,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-14T04:23:52.719Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-14T04:23:52.719Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:23:52.719Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8715aff8-4271-490d-a26c-f10db6412a92",
  "consumerID": "aai-ml",
  "timestamp": 1665721319053,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:23:52.720Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:23:52.720Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:23:52.720Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8715aff8-4271-490d-a26c-f10db6412a92",
  "consumerID": "clamp",
  "timestamp": 1665721317954,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-10-14T04:23:52.720Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:23:52.720Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:23:52.720Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8715aff8-4271-490d-a26c-f10db6412a92",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1665721313864,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:23:52.720Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:23:52.720Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:23:52.721Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8715aff8-4271-490d-a26c-f10db6412a92",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665721312580,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-14T04:23:52.721Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:23:52.721Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:23:52.721Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8715aff8-4271-490d-a26c-f10db6412a92",
  "consumerID": "aai-ml",
  "timestamp": 1665721319053,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:23:52.721Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:23:52.721Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:23:52.721Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8715aff8-4271-490d-a26c-f10db6412a92",
  "consumerID": "clamp",
  "timestamp": 1665721317954,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:23:52.722Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:23:52.722Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:23:52.722Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8715aff8-4271-490d-a26c-f10db6412a92",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1665721313864,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:23:52.722Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:23:52.722Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:23:52.722Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8715aff8-4271-490d-a26c-f10db6412a92",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665721321410,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-14T04:23:52.722Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-14T04:23:52.723Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:23:52.723Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8715aff8-4271-490d-a26c-f10db6412a92",
  "consumerID": "aai-ml",
  "timestamp": 1665721319053,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:23:52.723Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:23:52.723Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:23:52.723Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8715aff8-4271-490d-a26c-f10db6412a92",
  "consumerID": "clamp",
  "timestamp": 1665721317954,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:23:52.723Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:23:52.723Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:23:52.724Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8715aff8-4271-490d-a26c-f10db6412a92",
  "consumerID": "aai-ml",
  "timestamp": 1665721319053,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:23:52.724Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:23:52.724Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:23:52.724Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8715aff8-4271-490d-a26c-f10db6412a92",
  "consumerID": "clamp",
  "timestamp": 1665721317954,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:23:52.724Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:23:52.724Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:23:52.724Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8715aff8-4271-490d-a26c-f10db6412a92",
  "consumerID": "aai-ml",
  "timestamp": 1665721319053,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:23:52.724Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:23:52.725Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:23:52.725Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8715aff8-4271-490d-a26c-f10db6412a92",
  "consumerID": "clamp",
  "timestamp": 1665721317954,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:23:52.725Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:23:52.725Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:23:52.725Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8715aff8-4271-490d-a26c-f10db6412a92",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665721324093,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-14T04:23:52.725Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-14T04:23:52.725Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:23:52.726Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8715aff8-4271-490d-a26c-f10db6412a92",
  "consumerID": "aai-ml",
  "timestamp": 1665721319053,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:23:52.726Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:23:52.726Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:23:52.726Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8715aff8-4271-490d-a26c-f10db6412a92",
  "consumerID": "clamp",
  "timestamp": 1665721317954,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:23:52.726Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:23:52.726Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:23:52.726Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8715aff8-4271-490d-a26c-f10db6412a92",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665721325141,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-14T04:23:52.727Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-14T04:23:52.727Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:23:52.727Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8715aff8-4271-490d-a26c-f10db6412a92",
  "consumerID": "aai-ml",
  "timestamp": 1665721319053,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:23:52.727Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:23:52.727Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:23:52.727Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8715aff8-4271-490d-a26c-f10db6412a92",
  "consumerID": "clamp",
  "timestamp": 1665721317954,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-14T04:23:52.727Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:23:52.727Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:23:52.728Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8715aff8-4271-490d-a26c-f10db6412a92",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665721326195,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-10-14T04:23:52.728Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-14T04:23:52.728Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:23:52.728Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8715aff8-4271-490d-a26c-f10db6412a92",
  "consumerID": "aai-ml",
  "timestamp": 1665721319053,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-14T04:23:52.728Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:23:52.728Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:23:52.728Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8715aff8-4271-490d-a26c-f10db6412a92",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665721327301,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-14T04:23:52.728Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-14T04:23:52.729Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:23:52.729Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8715aff8-4271-490d-a26c-f10db6412a92",
  "consumerID": "aai-ml",
  "timestamp": 1665721327833,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-14T04:23:52.729Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-14T04:23:52.729Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:23:52.729Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8715aff8-4271-490d-a26c-f10db6412a92",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665721328304,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-10-14T04:23:52.729Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-14T04:23:52.729Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:23:52.730Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8715aff8-4271-490d-a26c-f10db6412a92",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665721329307,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-10-14T04:23:52.730Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-14T04:23:52.730Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:23:52.730Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8715aff8-4271-490d-a26c-f10db6412a92",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665721330310,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-14T04:23:52.730Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-14T04:23:52.731Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:23:52.731Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8715aff8-4271-490d-a26c-f10db6412a92",
  "consumerID": "clamp",
  "timestamp": 1665721330226,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-14T04:23:52.731Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-14T04:23:52.731Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:23:52.732Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8715aff8-4271-490d-a26c-f10db6412a92",
  "consumerID": "clamp",
  "timestamp": 1665721334230,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-14T04:23:52.732Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-14T04:23:52.732Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:23:52.732Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8715aff8-4271-490d-a26c-f10db6412a92",
  "consumerID": "aai-ml",
  "timestamp": 1665721334800,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-14T04:23:52.732Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-14T04:23:52.733Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:23:52.733Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8715aff8-4271-490d-a26c-f10db6412a92",
  "consumerID": "clamp",
  "timestamp": 1665721335234,
  "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-10-14T04:23:52.738Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 8715aff8-4271-490d-a26c-f10db6412a92
2022-10-14T04:23:52.738Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8715aff8-4271-490d-a26c-f10db6412a92 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-10-14T04:23:52.747Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:23:52.748Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8715aff8-4271-490d-a26c-f10db6412a92",
  "consumerID": "aai-ml",
  "timestamp": 1665721335805,
  "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-10-14T04:23:52.754Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 8715aff8-4271-490d-a26c-f10db6412a92
2022-10-14T04:23:52.754Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8715aff8-4271-490d-a26c-f10db6412a92 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-10-14T04:23:52.763Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:23:52.763Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47221d96-192b-437b-b405-c0d1b4bf4f59",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1665721353865,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:23:52.764Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:23:52.764Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:23:52.764Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47221d96-192b-437b-b405-c0d1b4bf4f59",
  "consumerID": "policy-id",
  "timestamp": 1665721360105,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:23:52.764Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:23:52.764Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:23:52.764Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47221d96-192b-437b-b405-c0d1b4bf4f59",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1665721353865,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:23:52.765Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:23:52.765Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:23:52.765Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47221d96-192b-437b-b405-c0d1b4bf4f59",
  "consumerID": "policy-id",
  "timestamp": 1665721360105,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:23:52.765Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:23:52.765Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:23:52.765Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47221d96-192b-437b-b405-c0d1b4bf4f59",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1665721353865,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:23:52.765Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:23:52.765Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:23:52.766Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47221d96-192b-437b-b405-c0d1b4bf4f59",
  "consumerID": "policy-id",
  "timestamp": 1665721360105,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-10-14T04:23:52.766Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:23:52.766Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:23:52.766Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47221d96-192b-437b-b405-c0d1b4bf4f59",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1665721353865,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:23:52.766Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:23:52.766Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:23:52.766Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47221d96-192b-437b-b405-c0d1b4bf4f59",
  "consumerID": "policy-id",
  "timestamp": 1665721360105,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:23:52.767Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:23:52.767Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:23:52.767Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47221d96-192b-437b-b405-c0d1b4bf4f59",
  "consumerID": "cds",
  "timestamp": 1665721364920,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:23:52.767Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:23:52.767Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:23:52.767Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47221d96-192b-437b-b405-c0d1b4bf4f59",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665721365454,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:23:52.767Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:23:52.768Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:23:52.768Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47221d96-192b-437b-b405-c0d1b4bf4f59",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1665721353865,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:23:52.768Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:23:52.768Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:23:52.768Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47221d96-192b-437b-b405-c0d1b4bf4f59",
  "consumerID": "policy-id",
  "timestamp": 1665721360105,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:23:52.768Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:23:52.768Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:23:52.769Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47221d96-192b-437b-b405-c0d1b4bf4f59",
  "consumerID": "cds",
  "timestamp": 1665721364920,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:23:52.769Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:23:52.769Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:23:52.769Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47221d96-192b-437b-b405-c0d1b4bf4f59",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665721365454,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:23:52.769Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:23:52.769Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:23:52.769Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47221d96-192b-437b-b405-c0d1b4bf4f59",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1665721353865,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:23:52.770Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:23:52.770Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:23:52.770Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47221d96-192b-437b-b405-c0d1b4bf4f59",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665721366269,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:23:52.770Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:23:52.770Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:23:52.770Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47221d96-192b-437b-b405-c0d1b4bf4f59",
  "consumerID": "policy-id",
  "timestamp": 1665721360105,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:23:52.771Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:23:52.771Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:23:52.771Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47221d96-192b-437b-b405-c0d1b4bf4f59",
  "consumerID": "cds",
  "timestamp": 1665721364920,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:23:52.771Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:23:52.771Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:23:52.771Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47221d96-192b-437b-b405-c0d1b4bf4f59",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665721365454,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:23:52.771Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:23:52.771Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:23:52.772Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47221d96-192b-437b-b405-c0d1b4bf4f59",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1665721353865,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:23:52.772Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:23:52.772Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:23:52.772Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47221d96-192b-437b-b405-c0d1b4bf4f59",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665721366269,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-10-14T04:23:52.772Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:23:52.772Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:23:52.772Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47221d96-192b-437b-b405-c0d1b4bf4f59",
  "consumerID": "policy-id",
  "timestamp": 1665721360105,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:23:52.773Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:23:52.773Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:23:52.773Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47221d96-192b-437b-b405-c0d1b4bf4f59",
  "consumerID": "cds",
  "timestamp": 1665721364920,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:23:52.773Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:23:52.773Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:23:52.773Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47221d96-192b-437b-b405-c0d1b4bf4f59",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665721365454,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:23:52.774Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:23:52.774Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:23:52.774Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47221d96-192b-437b-b405-c0d1b4bf4f59",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1665721353865,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:23:52.774Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:23:52.774Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:23:52.774Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47221d96-192b-437b-b405-c0d1b4bf4f59",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665721366269,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-10-14T04:23:52.774Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:23:52.775Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:23:52.775Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47221d96-192b-437b-b405-c0d1b4bf4f59",
  "consumerID": "policy-id",
  "timestamp": 1665721360105,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:23:52.775Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:23:52.775Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:23:52.775Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47221d96-192b-437b-b405-c0d1b4bf4f59",
  "consumerID": "cds",
  "timestamp": 1665721364920,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:23:52.775Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:23:52.775Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:23:52.776Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47221d96-192b-437b-b405-c0d1b4bf4f59",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665721365454,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:23:52.776Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:23:52.776Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:23:52.776Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47221d96-192b-437b-b405-c0d1b4bf4f59",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1665721353865,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:23:52.776Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:23:52.776Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:23:52.776Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47221d96-192b-437b-b405-c0d1b4bf4f59",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665721366269,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:23:52.776Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:23:52.777Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:23:52.777Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47221d96-192b-437b-b405-c0d1b4bf4f59",
  "consumerID": "policy-id",
  "timestamp": 1665721360105,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:23:52.777Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:23:52.777Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:23:52.777Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47221d96-192b-437b-b405-c0d1b4bf4f59",
  "consumerID": "cds",
  "timestamp": 1665721364920,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:23:52.777Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:23:52.777Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:23:52.778Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47221d96-192b-437b-b405-c0d1b4bf4f59",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665721365454,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:23:52.778Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:23:52.778Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:23:52.778Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47221d96-192b-437b-b405-c0d1b4bf4f59",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1665721353865,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:23:52.778Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:23:52.778Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:23:52.779Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47221d96-192b-437b-b405-c0d1b4bf4f59",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665721366269,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-10-14T04:23:52.779Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:23:52.779Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:23:52.779Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47221d96-192b-437b-b405-c0d1b4bf4f59",
  "consumerID": "policy-id",
  "timestamp": 1665721360105,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-14T04:23:52.779Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:23:52.779Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:23:52.780Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47221d96-192b-437b-b405-c0d1b4bf4f59",
  "consumerID": "cds",
  "timestamp": 1665721364920,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:23:52.780Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:23:52.780Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:23:52.780Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47221d96-192b-437b-b405-c0d1b4bf4f59",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665721365454,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:23:52.780Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:23:52.780Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:23:52.781Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47221d96-192b-437b-b405-c0d1b4bf4f59",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665721366269,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-10-14T04:23:52.781Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:23:52.781Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:23:52.781Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47221d96-192b-437b-b405-c0d1b4bf4f59",
  "consumerID": "cds",
  "timestamp": 1665721364920,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:23:52.781Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:23:52.781Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:23:52.781Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47221d96-192b-437b-b405-c0d1b4bf4f59",
  "consumerID": "policy-id",
  "timestamp": 1665721372117,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-14T04:23:52.782Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-14T04:24:11.364Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8715aff8-4271-490d-a26c-f10db6412a92
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10-14T04:24:11.374Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8715aff8-4271-490d-a26c-f10db6412a92
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-10-14T04:24:11.376Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-14T04:24:11.377Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-14T04:24:11.377Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-10-14T04:24:11.377Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-10-14T04:24:11.377Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-14T04:24:11.377Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-14T04:24:11.377Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-14T04:24:11.377Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-14T04:24:11.377Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-14T04:24:11.378Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-14T04:24:11.378Z|8715aff8-4271-490d-a26c-f10db6412a92|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-10-14T04:24:11.383Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-10-14T04:24:41.384Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8715aff8-4271-490d-a26c-f10db6412a92 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-10-14T04:24:41.390Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8715aff8-4271-490d-a26c-f10db6412a92 and serviceModelVersionId: 4a97b40a-d0c2-4afc-9124-c76711e1ae18
2022-10-14T04:24:41.390Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ff7a0918-c053-437f-adb6-5f0696170446
2022-10-14T04:24:41.391Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ff7a0918-c053-437f-adb6-5f0696170446/model-vers/model-ver/4a97b40a-d0c2-4afc-9124-c76711e1ae18?depth=0
2022-10-14T04:24:41.396Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-10-14T04:24:41.470Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ff7a0918-c053-437f-adb6-5f0696170446/model-vers/model-ver/4a97b40a-d0c2-4afc-9124-c76711e1ae18?depth=0|INFO|500||Invoke
2022-10-14T04:24:41.471Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ff7a0918-c053-437f-adb6-5f0696170446/model-vers/model-ver/4a97b40a-d0c2-4afc-9124-c76711e1ae18?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ff7a0918-c053-437f-adb6-5f0696170446/model-vers/model-ver/4a97b40a-d0c2-4afc-9124-c76711e1ae18?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[8715aff8-4271-490d-a26c-f10db6412a92], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[88cfae5a-cd59-4974-baed-399c11d7b0cf], X-ECOMP-RequestID=[8715aff8-4271-490d-a26c-f10db6412a92], X-TransactionId=[], X-ONAP-RequestID=[8715aff8-4271-490d-a26c-f10db6412a92], Content-Type=[application/merge-patch+json]}
2022-10-14T04:24:41.493Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ff7a0918-c053-437f-adb6-5f0696170446/model-vers/model-ver/4a97b40a-d0c2-4afc-9124-c76711e1ae18?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-10-14T04:24:41.582Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ff7a0918-c053-437f-adb6-5f0696170446/model-vers/model-ver/4a97b40a-d0c2-4afc-9124-c76711e1ae18?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/ff7a0918-c053-437f-adb6-5f0696170446/model-vers/model-ver/4a97b40a-d0c2-4afc-9124-c76711e1ae18?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-221014-04:24:41:413-92606], vertex-id=[192656], Content-Length=[0], Date=[Fri, 14 Oct 2022 04:24:41 GMT], Content-Type=[application/json]}
2022-10-14T04:24:41.583Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ff7a0918-c053-437f-adb6-5f0696170446/model-vers/model-ver/4a97b40a-d0c2-4afc-9124-c76711e1ae18?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-10-14T04:24:41.584Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ff7a0918-c053-437f-adb6-5f0696170446/model-vers/model-ver/4a97b40a-d0c2-4afc-9124-c76711e1ae18?depth=0|INFO|500||InvokeReturn
2022-10-14T04:24:41.586Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-10-14T04:24:41.586Z|8715aff8-4271-490d-a26c-f10db6412a92|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-10-14T04:24:41.591Z|8715aff8-4271-490d-a26c-f10db6412a92|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-10-14T04:24:41.592Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8715aff8-4271-490d-a26c-f10db6412a92 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-10-14T04:24:41.592Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-10-14T04:24:41.593Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-14T04:24:41.595Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-14T04:24:41.595Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "8715aff8-4271-490d-a26c-f10db6412a92",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665721481592,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-14T04:24:41.698Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-10-14T04:24:41.698Z||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-10-14T04:24:41.699Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lvpt8hoe3eEkHs9T) ...
2022-10-14T04:24:41.720Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T04:24:41.720Z||pool-78-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-10-14T04:24:42.610Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T04:24:42.611Z||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-10-14T04:24:42.611Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T04:24:47.076Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T04:24:47.077Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-14T04:24:47.077Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"47221d96-192b-437b-b405-c0d1b4bf4f59","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"ee21a8eb-53a1-4f47-9ec6-573c0d3187ee","serviceDescription":"service","serviceInvariantUUID":"c6a401ff-0905-4532-84e8-41ed0035f3fb","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"56fcb67f-dfd9-4454-a930-db5eb757a903","resourceInvariantUUID":"9399ed0e-fe46-41e8-a52d-e3e03ce8943f","resourceCustomizationUUID":"b88071f8-2dba-4f7d-9ab0-72c39492758c","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":"ZGRmMzg2MGRiMDBlODdlODJhNWQxMWQ0NDFmNzE3Yzk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ec71ec62-7e56-4aee-8dec-14fcc7f61cf0","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":"YTVkZDU2NzAxZjEyNDY2ZmY2ODk0ODkzYWU5MDNmN2I\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d3daedd5-6c4d-4bdc-b2d7-b50213db484a","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":"8c27fb3f-c74c-44e0-9c00-0fb50570ec33","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":"83bd5017-9628-4664-a7e2-07e6c9b83094","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":"25b18196-91a6-40c4-ac3e-7ba9fe77452c","artifactVersion":"2","generatedFromUUID":"571409c9-1cc9-4ac0-80e4-20d2c4f54441"},{"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":"90bff2e7-36d1-4580-9d8f-ceffdb3fa6df","artifactVersion":"2","generatedFromUUID":"8c27fb3f-c74c-44e0-9c00-0fb50570ec33"},{"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":"571409c9-1cc9-4ac0-80e4-20d2c4f54441","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":"a279775b-b2dd-47ea-bb7e-3c4549e18475","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":"ODdkOWJjZTUwN2E0ZTA5OTcwZDY0Njc5ODZlYTg2YWQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0f21bd7d-7b48-4420-994e-132d6d5dbb17","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"Zjg0OGRjNDc4NTMxOTA3M2MyZGUxN2U2ZTA1Y2EyODg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"77bebe00-3be0-4706-8e5e-7ed079261dae","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-14T04:24:47.079Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-14T04:24:47.080Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-14T04:24:47.083Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-14T04:24:47.088Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "47221d96-192b-437b-b405-c0d1b4bf4f59",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665721482610,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:24:47.181Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms
2022-10-14T04:24:47.182Z||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-10-14T04:24:47.182Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lvpt8hoe3eEkHs9T) ...
2022-10-14T04:24:47.195Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T04:24:47.196Z||pool-79-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-14T04:24:48.088Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-14T04:24:48.089Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-14T04:24:48.091Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-14T04:24:48.091Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "47221d96-192b-437b-b405-c0d1b4bf4f59",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665721482610,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-10-14T04:24:48.191Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-14T04:24:48.192Z||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-10-14T04:24:48.192Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lvpt8hoe3eEkHs9T) ...
2022-10-14T04:24:48.206Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T04:24:48.206Z||pool-80-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-14T04:24:49.091Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-14T04:24:49.092Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-14T04:24:49.094Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-14T04:24:49.094Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "47221d96-192b-437b-b405-c0d1b4bf4f59",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665721482610,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-10-14T04:24:49.195Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-10-14T04:24:49.195Z||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-10-14T04:24:49.195Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lvpt8hoe3eEkHs9T) ...
2022-10-14T04:24:49.213Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T04:24:49.213Z||pool-81-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-10-14T04:24:50.095Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-14T04:24:50.096Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-14T04:24:50.097Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-14T04:24:50.097Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "47221d96-192b-437b-b405-c0d1b4bf4f59",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665721482610,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:24:50.198Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-14T04:24:50.199Z||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-10-14T04:24:50.199Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lvpt8hoe3eEkHs9T) ...
2022-10-14T04:24:50.216Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T04:24:50.217Z||pool-82-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-10-14T04:24:51.098Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-14T04:24:51.098Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-14T04:24:51.100Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-14T04:24:51.100Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "47221d96-192b-437b-b405-c0d1b4bf4f59",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665721482610,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-10-14T04:24:51.201Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-14T04:24:51.202Z||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-10-14T04:24:51.202Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lvpt8hoe3eEkHs9T) ...
2022-10-14T04:24:51.213Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T04:24:51.213Z||pool-83-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-14T04:24:52.101Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-14T04:24:52.102Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-14T04:24:52.103Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-14T04:24:52.104Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "47221d96-192b-437b-b405-c0d1b4bf4f59",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665721482610,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-10-14T04:24:52.204Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-14T04:24:52.205Z||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-10-14T04:24:52.205Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lvpt8hoe3eEkHs9T) ...
2022-10-14T04:24:52.223Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T04:24:52.224Z||pool-84-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-10-14T04:24:52.585Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T04:24:52.586Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|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-10-14T04:24:52.586Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|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 lvpt8hoe3eEkHs9T) ...
2022-10-14T04:24:52.609Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T04:24:52.625Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:24:52.625Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47221d96-192b-437b-b405-c0d1b4bf4f59",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665721365454,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:24:52.626Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:24:52.626Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:24:52.626Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47221d96-192b-437b-b405-c0d1b4bf4f59",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665721366269,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-10-14T04:24:52.626Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:24:52.626Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:24:52.626Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47221d96-192b-437b-b405-c0d1b4bf4f59",
  "consumerID": "cds",
  "timestamp": 1665721364920,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:24:52.626Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:24:52.626Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:24:52.626Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47221d96-192b-437b-b405-c0d1b4bf4f59",
  "consumerID": "policy-id",
  "timestamp": 1665721373137,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-14T04:24:52.626Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-14T04:24:52.626Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:24:52.627Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47221d96-192b-437b-b405-c0d1b4bf4f59",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665721365454,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:24:52.627Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:24:52.627Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:24:52.627Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47221d96-192b-437b-b405-c0d1b4bf4f59",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665721366269,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:24:52.627Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:24:52.627Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:24:52.627Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47221d96-192b-437b-b405-c0d1b4bf4f59",
  "consumerID": "cds",
  "timestamp": 1665721364920,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-14T04:24:52.627Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:24:52.627Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:24:52.627Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47221d96-192b-437b-b405-c0d1b4bf4f59",
  "consumerID": "policy-id",
  "timestamp": 1665721374146,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-14T04:24:52.641Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 47221d96-192b-437b-b405-c0d1b4bf4f59
2022-10-14T04:24:52.641Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 47221d96-192b-437b-b405-c0d1b4bf4f59 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-10-14T04:24:52.649Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:24:52.649Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47221d96-192b-437b-b405-c0d1b4bf4f59",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665721365454,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-14T04:24:52.649Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:24:52.649Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:24:52.650Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47221d96-192b-437b-b405-c0d1b4bf4f59",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665721366269,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:24:52.650Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:24:52.650Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:24:52.650Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47221d96-192b-437b-b405-c0d1b4bf4f59",
  "consumerID": "cds",
  "timestamp": 1665721375701,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-14T04:24:52.650Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-14T04:24:52.650Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:24:52.650Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47221d96-192b-437b-b405-c0d1b4bf4f59",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665721376248,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-14T04:24:52.650Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-14T04:24:52.651Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:24:52.651Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47221d96-192b-437b-b405-c0d1b4bf4f59",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665721366269,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-14T04:24:52.651Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:24:52.651Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:24:52.651Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47221d96-192b-437b-b405-c0d1b4bf4f59",
  "consumerID": "cds",
  "timestamp": 1665721377128,
  "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-10-14T04:24:52.657Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 47221d96-192b-437b-b405-c0d1b4bf4f59
2022-10-14T04:24:52.657Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 47221d96-192b-437b-b405-c0d1b4bf4f59 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-10-14T04:24:52.664Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:24:52.664Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47221d96-192b-437b-b405-c0d1b4bf4f59",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665721377013,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-14T04:24:52.665Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-14T04:24:52.665Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:24:52.665Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47221d96-192b-437b-b405-c0d1b4bf4f59",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665721378074,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-14T04:24:52.665Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-14T04:24:52.665Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:24:52.665Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47221d96-192b-437b-b405-c0d1b4bf4f59",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665721378583,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-14T04:24:52.666Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-14T04:24:52.666Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:24:52.666Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47221d96-192b-437b-b405-c0d1b4bf4f59",
  "consumerID": "clamp",
  "timestamp": 1665721377951,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:24:52.666Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:24:52.666Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:24:52.666Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47221d96-192b-437b-b405-c0d1b4bf4f59",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665721379128,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-10-14T04:24:52.666Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-14T04:24:52.667Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:24:52.667Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47221d96-192b-437b-b405-c0d1b4bf4f59",
  "consumerID": "aai-ml",
  "timestamp": 1665721379052,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:24:52.667Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:24:52.667Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:24:52.667Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47221d96-192b-437b-b405-c0d1b4bf4f59",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665721379587,
  "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-10-14T04:24:52.672Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 47221d96-192b-437b-b405-c0d1b4bf4f59
2022-10-14T04:24:52.672Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 47221d96-192b-437b-b405-c0d1b4bf4f59 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-10-14T04:24:52.684Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:24:52.684Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47221d96-192b-437b-b405-c0d1b4bf4f59",
  "consumerID": "clamp",
  "timestamp": 1665721377951,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-10-14T04:24:52.684Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:24:52.685Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:24:52.685Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47221d96-192b-437b-b405-c0d1b4bf4f59",
  "consumerID": "aai-ml",
  "timestamp": 1665721379052,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:24:52.685Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:24:52.685Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:24:52.685Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47221d96-192b-437b-b405-c0d1b4bf4f59",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665721380184,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-10-14T04:24:52.685Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-14T04:24:52.685Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:24:52.685Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47221d96-192b-437b-b405-c0d1b4bf4f59",
  "consumerID": "clamp",
  "timestamp": 1665721377951,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:24:52.685Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:24:52.686Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:24:52.686Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47221d96-192b-437b-b405-c0d1b4bf4f59",
  "consumerID": "aai-ml",
  "timestamp": 1665721379052,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:24:52.686Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:24:52.686Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:24:52.686Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47221d96-192b-437b-b405-c0d1b4bf4f59",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665721381249,
  "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-10-14T04:24:52.690Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 47221d96-192b-437b-b405-c0d1b4bf4f59
2022-10-14T04:24:52.690Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 47221d96-192b-437b-b405-c0d1b4bf4f59 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-10-14T04:24:52.696Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:24:52.697Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f47a4f1-e981-4687-b57c-e4f3ee93fa0c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1665721373864,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:24:52.697Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:24:52.697Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:24:52.697Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f47a4f1-e981-4687-b57c-e4f3ee93fa0c",
  "consumerID": "cds",
  "timestamp": 1665721379920,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:24:52.697Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:24:52.697Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:24:52.697Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f47a4f1-e981-4687-b57c-e4f3ee93fa0c",
  "consumerID": "policy-id",
  "timestamp": 1665721380105,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:24:52.697Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:24:52.697Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:24:52.697Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47221d96-192b-437b-b405-c0d1b4bf4f59",
  "consumerID": "clamp",
  "timestamp": 1665721377951,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:24:52.697Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:24:52.698Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:24:52.698Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47221d96-192b-437b-b405-c0d1b4bf4f59",
  "consumerID": "aai-ml",
  "timestamp": 1665721379052,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:24:52.698Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:24:52.698Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:24:52.698Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47221d96-192b-437b-b405-c0d1b4bf4f59",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665721382253,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-14T04:24:52.698Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-14T04:24:52.698Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:24:52.698Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f47a4f1-e981-4687-b57c-e4f3ee93fa0c",
  "consumerID": "cds",
  "timestamp": 1665721379920,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:24:52.698Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:24:52.698Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:24:52.698Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f47a4f1-e981-4687-b57c-e4f3ee93fa0c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1665721373864,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:24:52.698Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:24:52.699Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:24:52.699Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f47a4f1-e981-4687-b57c-e4f3ee93fa0c",
  "consumerID": "policy-id",
  "timestamp": 1665721380105,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:24:52.699Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:24:52.699Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:24:52.699Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47221d96-192b-437b-b405-c0d1b4bf4f59",
  "consumerID": "clamp",
  "timestamp": 1665721377951,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:24:52.699Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:24:52.699Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:24:52.699Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47221d96-192b-437b-b405-c0d1b4bf4f59",
  "consumerID": "aai-ml",
  "timestamp": 1665721379052,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:24:52.699Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:24:52.699Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:24:52.699Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f47a4f1-e981-4687-b57c-e4f3ee93fa0c",
  "consumerID": "cds",
  "timestamp": 1665721379920,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:24:52.699Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:24:52.699Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:24:52.700Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f47a4f1-e981-4687-b57c-e4f3ee93fa0c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1665721373864,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:24:52.700Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:24:52.700Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:24:52.700Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f47a4f1-e981-4687-b57c-e4f3ee93fa0c",
  "consumerID": "policy-id",
  "timestamp": 1665721380105,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:24:52.700Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:24:52.700Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:24:52.700Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47221d96-192b-437b-b405-c0d1b4bf4f59",
  "consumerID": "clamp",
  "timestamp": 1665721377951,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:24:52.700Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:24:52.700Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:24:52.700Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47221d96-192b-437b-b405-c0d1b4bf4f59",
  "consumerID": "aai-ml",
  "timestamp": 1665721379052,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:24:52.700Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:24:52.700Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:24:52.701Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f47a4f1-e981-4687-b57c-e4f3ee93fa0c",
  "consumerID": "cds",
  "timestamp": 1665721379920,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:24:52.701Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:24:52.701Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:24:52.701Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f47a4f1-e981-4687-b57c-e4f3ee93fa0c",
  "consumerID": "policy-id",
  "timestamp": 1665721380105,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:24:52.701Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:24:52.701Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:24:52.701Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f47a4f1-e981-4687-b57c-e4f3ee93fa0c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1665721373864,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:24:52.701Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:24:52.701Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:24:52.701Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47221d96-192b-437b-b405-c0d1b4bf4f59",
  "consumerID": "clamp",
  "timestamp": 1665721377951,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:24:52.701Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:24:52.701Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:24:52.701Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47221d96-192b-437b-b405-c0d1b4bf4f59",
  "consumerID": "aai-ml",
  "timestamp": 1665721379052,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:24:52.702Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:24:52.702Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:24:52.702Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f47a4f1-e981-4687-b57c-e4f3ee93fa0c",
  "consumerID": "cds",
  "timestamp": 1665721379920,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:24:52.702Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:24:52.702Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:24:52.702Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f47a4f1-e981-4687-b57c-e4f3ee93fa0c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1665721373864,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:24:52.702Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:24:52.702Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:24:52.702Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f47a4f1-e981-4687-b57c-e4f3ee93fa0c",
  "consumerID": "policy-id",
  "timestamp": 1665721380105,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:24:52.702Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:24:52.702Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:24:52.703Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47221d96-192b-437b-b405-c0d1b4bf4f59",
  "consumerID": "clamp",
  "timestamp": 1665721377951,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:24:52.703Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:24:52.703Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:24:52.703Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47221d96-192b-437b-b405-c0d1b4bf4f59",
  "consumerID": "aai-ml",
  "timestamp": 1665721379052,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:24:52.703Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:24:52.703Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:24:52.703Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f47a4f1-e981-4687-b57c-e4f3ee93fa0c",
  "consumerID": "cds",
  "timestamp": 1665721379920,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:24:52.703Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:24:52.703Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:24:52.703Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f47a4f1-e981-4687-b57c-e4f3ee93fa0c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1665721373864,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:24:52.703Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:24:52.704Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:24:52.704Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f47a4f1-e981-4687-b57c-e4f3ee93fa0c",
  "consumerID": "policy-id",
  "timestamp": 1665721380105,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:24:52.704Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:24:52.704Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:24:52.704Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47221d96-192b-437b-b405-c0d1b4bf4f59",
  "consumerID": "clamp",
  "timestamp": 1665721377951,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:24:52.704Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:24:52.704Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:24:52.704Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f47a4f1-e981-4687-b57c-e4f3ee93fa0c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665721386269,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:24:52.704Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:24:52.704Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:24:52.704Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47221d96-192b-437b-b405-c0d1b4bf4f59",
  "consumerID": "aai-ml",
  "timestamp": 1665721379052,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:24:52.705Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:24:52.705Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:24:52.705Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f47a4f1-e981-4687-b57c-e4f3ee93fa0c",
  "consumerID": "cds",
  "timestamp": 1665721379920,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:24:52.705Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:24:52.705Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:24:52.705Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f47a4f1-e981-4687-b57c-e4f3ee93fa0c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1665721373864,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-10-14T04:24:52.705Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:24:52.705Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:24:52.705Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f47a4f1-e981-4687-b57c-e4f3ee93fa0c",
  "consumerID": "policy-id",
  "timestamp": 1665721380105,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:24:52.705Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:24:52.705Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:24:52.706Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47221d96-192b-437b-b405-c0d1b4bf4f59",
  "consumerID": "clamp",
  "timestamp": 1665721377951,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-14T04:24:52.706Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:24:52.706Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:24:52.706Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f47a4f1-e981-4687-b57c-e4f3ee93fa0c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665721386269,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:24:52.706Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:24:52.706Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:24:52.706Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47221d96-192b-437b-b405-c0d1b4bf4f59",
  "consumerID": "aai-ml",
  "timestamp": 1665721379052,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-14T04:24:52.706Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:24:52.706Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:24:52.706Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f47a4f1-e981-4687-b57c-e4f3ee93fa0c",
  "consumerID": "cds",
  "timestamp": 1665721379920,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:24:52.706Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:24:52.707Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:24:52.707Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f47a4f1-e981-4687-b57c-e4f3ee93fa0c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1665721373864,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:24:52.707Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:24:52.707Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:24:52.707Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f47a4f1-e981-4687-b57c-e4f3ee93fa0c",
  "consumerID": "policy-id",
  "timestamp": 1665721380105,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:24:52.707Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:24:52.707Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:24:52.707Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f47a4f1-e981-4687-b57c-e4f3ee93fa0c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665721386269,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:24:52.707Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:24:52.707Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:24:52.707Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47221d96-192b-437b-b405-c0d1b4bf4f59",
  "consumerID": "aai-ml",
  "timestamp": 1665721389812,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-14T04:24:52.707Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-14T04:24:52.707Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:24:52.707Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f47a4f1-e981-4687-b57c-e4f3ee93fa0c",
  "consumerID": "cds",
  "timestamp": 1665721379920,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-14T04:24:52.708Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:24:52.708Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:24:52.708Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f47a4f1-e981-4687-b57c-e4f3ee93fa0c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1665721373864,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:24:52.708Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:24:52.708Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:24:52.708Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f47a4f1-e981-4687-b57c-e4f3ee93fa0c",
  "consumerID": "policy-id",
  "timestamp": 1665721380105,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-14T04:24:52.708Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:24:52.708Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:24:52.708Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f47a4f1-e981-4687-b57c-e4f3ee93fa0c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665721386269,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:24:52.708Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:24:52.709Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:24:52.709Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f47a4f1-e981-4687-b57c-e4f3ee93fa0c",
  "consumerID": "cds",
  "timestamp": 1665721391178,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-14T04:24:52.709Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-14T04:24:52.709Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:24:52.709Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f47a4f1-e981-4687-b57c-e4f3ee93fa0c",
  "consumerID": "policy-id",
  "timestamp": 1665721390630,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-14T04:24:52.709Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-14T04:24:52.709Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:24:52.709Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f47a4f1-e981-4687-b57c-e4f3ee93fa0c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1665721391391,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-14T04:24:52.709Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-14T04:24:52.709Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:24:52.709Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f47a4f1-e981-4687-b57c-e4f3ee93fa0c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665721386269,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:24:52.709Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:24:52.709Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:24:52.710Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f47a4f1-e981-4687-b57c-e4f3ee93fa0c",
  "consumerID": "policy-id",
  "timestamp": 1665721391634,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-14T04:24:52.710Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-14T04:24:52.710Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:24:52.710Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f47a4f1-e981-4687-b57c-e4f3ee93fa0c",
  "consumerID": "cds",
  "timestamp": 1665721392459,
  "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-10-14T04:24:52.721Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0f47a4f1-e981-4687-b57c-e4f3ee93fa0c
2022-10-14T04:24:52.722Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0f47a4f1-e981-4687-b57c-e4f3ee93fa0c 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-10-14T04:24:52.729Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:24:52.729Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f47a4f1-e981-4687-b57c-e4f3ee93fa0c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665721386269,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:24:52.729Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:24:52.729Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:24:52.729Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f47a4f1-e981-4687-b57c-e4f3ee93fa0c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1665721392715,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-10-14T04:24:52.729Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-14T04:24:52.729Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:24:52.730Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f47a4f1-e981-4687-b57c-e4f3ee93fa0c",
  "consumerID": "policy-id",
  "timestamp": 1665721392637,
  "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-10-14T04:24:52.734Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0f47a4f1-e981-4687-b57c-e4f3ee93fa0c
2022-10-14T04:24:52.734Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0f47a4f1-e981-4687-b57c-e4f3ee93fa0c 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-10-14T04:24:52.742Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:24:52.742Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f47a4f1-e981-4687-b57c-e4f3ee93fa0c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665721386269,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:24:52.742Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:24:52.742Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:24:52.742Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f47a4f1-e981-4687-b57c-e4f3ee93fa0c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1665721393722,
  "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-10-14T04:24:52.748Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 0f47a4f1-e981-4687-b57c-e4f3ee93fa0c
2022-10-14T04:24:52.748Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0f47a4f1-e981-4687-b57c-e4f3ee93fa0c 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-10-14T04:24:52.756Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:24:52.756Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f47a4f1-e981-4687-b57c-e4f3ee93fa0c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665721386269,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:24:52.756Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:24:52.756Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:24:52.756Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f47a4f1-e981-4687-b57c-e4f3ee93fa0c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665721386269,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-14T04:24:52.757Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:24:52.757Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:24:52.757Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47221d96-192b-437b-b405-c0d1b4bf4f59",
  "consumerID": "clamp",
  "timestamp": 1665721395235,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-14T04:24:52.757Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-14T04:24:52.757Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:24:52.757Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f47a4f1-e981-4687-b57c-e4f3ee93fa0c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665721395453,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:24:52.758Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:24:52.758Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:24:52.758Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47221d96-192b-437b-b405-c0d1b4bf4f59",
  "consumerID": "aai-ml",
  "timestamp": 1665721396939,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-14T04:24:52.758Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-14T04:24:52.758Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:24:52.758Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f47a4f1-e981-4687-b57c-e4f3ee93fa0c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665721395453,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:24:52.759Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:24:52.759Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:24:52.759Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47221d96-192b-437b-b405-c0d1b4bf4f59",
  "consumerID": "aai-ml",
  "timestamp": 1665721397943,
  "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-10-14T04:24:52.765Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 47221d96-192b-437b-b405-c0d1b4bf4f59
2022-10-14T04:24:52.766Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 47221d96-192b-437b-b405-c0d1b4bf4f59 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-10-14T04:24:52.775Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:24:52.776Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f47a4f1-e981-4687-b57c-e4f3ee93fa0c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665721395453,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:24:52.776Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:24:52.776Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:24:52.776Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f47a4f1-e981-4687-b57c-e4f3ee93fa0c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665721395453,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:24:52.776Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:24:52.777Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:24:52.777Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f47a4f1-e981-4687-b57c-e4f3ee93fa0c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665721395453,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:24:52.777Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:24:52.777Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:24:52.777Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47221d96-192b-437b-b405-c0d1b4bf4f59",
  "consumerID": "clamp",
  "timestamp": 1665721400240,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-14T04:24:52.777Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-14T04:24:52.777Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:24:52.778Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f47a4f1-e981-4687-b57c-e4f3ee93fa0c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665721395453,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:24:52.778Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:24:52.778Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:24:52.778Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47221d96-192b-437b-b405-c0d1b4bf4f59",
  "consumerID": "clamp",
  "timestamp": 1665721401242,
  "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-10-14T04:24:52.784Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 47221d96-192b-437b-b405-c0d1b4bf4f59
2022-10-14T04:24:52.784Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 47221d96-192b-437b-b405-c0d1b4bf4f59 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-10-14T04:24:52.794Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:24:52.794Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f47a4f1-e981-4687-b57c-e4f3ee93fa0c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665721395453,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:24:52.795Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:24:52.795Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:24:52.795Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f47a4f1-e981-4687-b57c-e4f3ee93fa0c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665721395453,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:24:52.795Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:24:52.795Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:24:52.796Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f47a4f1-e981-4687-b57c-e4f3ee93fa0c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665721395453,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-14T04:24:52.796Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:24:52.796Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:24:52.796Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f47a4f1-e981-4687-b57c-e4f3ee93fa0c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665721405198,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-14T04:24:52.796Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-14T04:24:52.797Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:24:52.797Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f47a4f1-e981-4687-b57c-e4f3ee93fa0c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665721407035,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-14T04:24:52.797Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-14T04:24:52.798Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:24:52.798Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f47a4f1-e981-4687-b57c-e4f3ee93fa0c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665721408039,
  "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-10-14T04:24:52.804Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0f47a4f1-e981-4687-b57c-e4f3ee93fa0c
2022-10-14T04:24:52.804Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0f47a4f1-e981-4687-b57c-e4f3ee93fa0c 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-10-14T04:24:52.813Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:24:52.813Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f47a4f1-e981-4687-b57c-e4f3ee93fa0c",
  "consumerID": "clamp",
  "timestamp": 1665721407951,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:24:52.813Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:24:52.813Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:24:52.813Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f47a4f1-e981-4687-b57c-e4f3ee93fa0c",
  "consumerID": "aai-ml",
  "timestamp": 1665721409052,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:24:52.813Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:24:52.813Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:24:52.813Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f47a4f1-e981-4687-b57c-e4f3ee93fa0c",
  "consumerID": "clamp",
  "timestamp": 1665721407951,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:24:52.814Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:24:52.814Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:24:52.814Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f47a4f1-e981-4687-b57c-e4f3ee93fa0c",
  "consumerID": "aai-ml",
  "timestamp": 1665721409052,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:24:52.814Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:24:52.814Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:24:52.814Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f47a4f1-e981-4687-b57c-e4f3ee93fa0c",
  "consumerID": "clamp",
  "timestamp": 1665721407951,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:24:52.814Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:24:52.814Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:24:52.814Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f47a4f1-e981-4687-b57c-e4f3ee93fa0c",
  "consumerID": "aai-ml",
  "timestamp": 1665721409052,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:24:52.815Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:24:52.815Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:24:52.815Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f47a4f1-e981-4687-b57c-e4f3ee93fa0c",
  "consumerID": "clamp",
  "timestamp": 1665721407951,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:24:52.815Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:24:52.815Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:24:52.815Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f47a4f1-e981-4687-b57c-e4f3ee93fa0c",
  "consumerID": "aai-ml",
  "timestamp": 1665721409052,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:24:52.815Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:24:52.815Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:24:52.815Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f47a4f1-e981-4687-b57c-e4f3ee93fa0c",
  "consumerID": "clamp",
  "timestamp": 1665721407951,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:24:52.816Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:24:52.816Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:24:52.816Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f47a4f1-e981-4687-b57c-e4f3ee93fa0c",
  "consumerID": "aai-ml",
  "timestamp": 1665721409052,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:24:52.816Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:24:52.816Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:24:52.816Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f47a4f1-e981-4687-b57c-e4f3ee93fa0c",
  "consumerID": "clamp",
  "timestamp": 1665721407951,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:24:52.816Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:24:52.816Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:24:52.816Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f47a4f1-e981-4687-b57c-e4f3ee93fa0c",
  "consumerID": "aai-ml",
  "timestamp": 1665721409052,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:24:52.816Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:24:52.816Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:24:52.816Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f47a4f1-e981-4687-b57c-e4f3ee93fa0c",
  "consumerID": "clamp",
  "timestamp": 1665721407951,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:24:52.817Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:24:52.817Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:24:52.817Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f47a4f1-e981-4687-b57c-e4f3ee93fa0c",
  "consumerID": "aai-ml",
  "timestamp": 1665721409052,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:24:52.817Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:24:52.817Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:24:52.817Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f47a4f1-e981-4687-b57c-e4f3ee93fa0c",
  "consumerID": "clamp",
  "timestamp": 1665721407951,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:24:52.817Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:24:52.817Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:24:52.817Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f47a4f1-e981-4687-b57c-e4f3ee93fa0c",
  "consumerID": "aai-ml",
  "timestamp": 1665721409052,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:24:52.817Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:24:52.817Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:24:52.817Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f47a4f1-e981-4687-b57c-e4f3ee93fa0c",
  "consumerID": "clamp",
  "timestamp": 1665721407951,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-14T04:24:52.817Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:24:52.817Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:24:52.817Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f47a4f1-e981-4687-b57c-e4f3ee93fa0c",
  "consumerID": "aai-ml",
  "timestamp": 1665721409052,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-14T04:24:52.817Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:24:52.817Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:24:52.818Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f47a4f1-e981-4687-b57c-e4f3ee93fa0c",
  "consumerID": "aai-ml",
  "timestamp": 1665721418778,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-14T04:24:52.818Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-14T04:24:52.818Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:24:52.818Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f47a4f1-e981-4687-b57c-e4f3ee93fa0c",
  "consumerID": "aai-ml",
  "timestamp": 1665721423528,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-14T04:24:52.818Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-14T04:24:52.818Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:24:52.818Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f47a4f1-e981-4687-b57c-e4f3ee93fa0c",
  "consumerID": "clamp",
  "timestamp": 1665721423241,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-14T04:24:52.818Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-14T04:24:52.818Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:24:52.818Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f47a4f1-e981-4687-b57c-e4f3ee93fa0c",
  "consumerID": "aai-ml",
  "timestamp": 1665721424533,
  "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-10-14T04:24:52.823Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 0f47a4f1-e981-4687-b57c-e4f3ee93fa0c
2022-10-14T04:24:52.823Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0f47a4f1-e981-4687-b57c-e4f3ee93fa0c 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-10-14T04:24:52.832Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:24:52.832Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f47a4f1-e981-4687-b57c-e4f3ee93fa0c",
  "consumerID": "clamp",
  "timestamp": 1665721425247,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-14T04:24:52.832Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-14T04:24:52.832Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:24:52.833Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f47a4f1-e981-4687-b57c-e4f3ee93fa0c",
  "consumerID": "clamp",
  "timestamp": 1665721426251,
  "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-10-14T04:24:52.839Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 0f47a4f1-e981-4687-b57c-e4f3ee93fa0c
2022-10-14T04:24:52.839Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0f47a4f1-e981-4687-b57c-e4f3ee93fa0c 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-10-14T04:24:53.104Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-14T04:24:53.105Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-14T04:24:53.107Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-14T04:24:53.107Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "47221d96-192b-437b-b405-c0d1b4bf4f59",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665721482610,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-10-14T04:24:53.207Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-14T04:24:53.208Z||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-10-14T04:24:53.208Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lvpt8hoe3eEkHs9T) ...
2022-10-14T04:24:53.222Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T04:24:53.222Z||pool-85-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-14T04:24:54.107Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-14T04:24:54.110Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-14T04:24:54.112Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-14T04:24:54.112Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "47221d96-192b-437b-b405-c0d1b4bf4f59",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665721482610,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:24:54.212Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-14T04:24:54.214Z||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-10-14T04:24:54.214Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lvpt8hoe3eEkHs9T) ...
2022-10-14T04:24:54.227Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T04:24:54.227Z||pool-86-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-14T04:24:55.113Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-14T04:24:55.114Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-14T04:24:55.115Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-14T04:24:55.116Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "47221d96-192b-437b-b405-c0d1b4bf4f59",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665721482610,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:24:55.216Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-14T04:24:55.217Z||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-10-14T04:24:55.218Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lvpt8hoe3eEkHs9T) ...
2022-10-14T04:24:55.232Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T04:24:55.232Z||pool-87-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-10-14T04:24:56.116Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-14T04:24:56.117Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-14T04:24:56.119Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-14T04:24:56.119Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "47221d96-192b-437b-b405-c0d1b4bf4f59",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665721482610,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-14T04:24:56.219Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-14T04:24:56.220Z||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-10-14T04:24:56.221Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lvpt8hoe3eEkHs9T) ...
2022-10-14T04:24:56.237Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T04:24:56.237Z||pool-88-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-10-14T04:24:57.121Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "47221d96-192b-437b-b405-c0d1b4bf4f59",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "ee21a8eb-53a1-4f47-9ec6-573c0d3187ee",
  "serviceDescription": "service",
  "serviceInvariantUUID": "c6a401ff-0905-4532-84e8-41ed0035f3fb",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "b88071f8-2dba-4f7d-9ab0-72c39492758c",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "56fcb67f-dfd9-4454-a930-db5eb757a903",
      "resourceInvariantUUID": "9399ed0e-fe46-41e8-a52d-e3e03ce8943f",
      "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": "YTVkZDU2NzAxZjEyNDY2ZmY2ODk0ODkzYWU5MDNmN2I\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "d3daedd5-6c4d-4bdc-b2d7-b50213db484a",
          "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": "8c27fb3f-c74c-44e0-9c00-0fb50570ec33",
          "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": "90bff2e7-36d1-4580-9d8f-ceffdb3fa6df",
            "generatedFromUUID": "8c27fb3f-c74c-44e0-9c00-0fb50570ec33"
          },
          "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": "25b18196-91a6-40c4-ac3e-7ba9fe77452c",
          "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": "90bff2e7-36d1-4580-9d8f-ceffdb3fa6df",
          "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": "571409c9-1cc9-4ac0-80e4-20d2c4f54441",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "Zjg0OGRjNDc4NTMxOTA3M2MyZGUxN2U2ZTA1Y2EyODg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "77bebe00-3be0-4706-8e5e-7ed079261dae"
    }
  ],
  "workloadContext": "Production"
}
2022-10-14T04:24:57.122Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-14T04:24:57.122Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 ee21a8eb-53a1-4f47-9ec6-573c0d3187ee ASDC
2022-10-14T04:24:57.122Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:47221d96-192b-437b-b405-c0d1b4bf4f59
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:ee21a8eb-53a1-4f47-9ec6-573c0d3187ee
ServiceInvariantUUID:c6a401ff-0905-4532-84e8-41ed0035f3fb
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:77bebe00-3be0-4706-8e5e-7ed079261dae
ArtifactChecksum:Zjg0OGRjNDc4NTMxOTA3M2MyZGUxN2U2ZTA1Y2EyODg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:b88071f8-2dba-4f7d-9ab0-72c39492758c
ResourceInvariantUUID:9399ed0e-fe46-41e8-a52d-e3e03ce8943f
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:56fcb67f-dfd9-4454-a930-db5eb757a903
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:d3daedd5-6c4d-4bdc-b2d7-b50213db484a
ArtifactChecksum:YTVkZDU2NzAxZjEyNDY2ZmY2ODk0ODkzYWU5MDNmN2I=
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:8c27fb3f-c74c-44e0-9c00-0fb50570ec33
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:90bff2e7-36d1-4580-9d8f-ceffdb3fa6df
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:25b18196-91a6-40c4-ac3e-7ba9fe77452c
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:90bff2e7-36d1-4580-9d8f-ceffdb3fa6df
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:571409c9-1cc9-4ac0-80e4-20d2c4f54441
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-10-14T04:24:57.122Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ee21a8eb-53a1-4f47-9ec6-573c0d3187ee 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-10-14T04:24:57.165Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-14T04:24:57.166Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-10-14T04:24:57.166Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-10-14T04:24:57.166Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 77bebe00-3be0-4706-8e5e-7ed079261dae from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-10-14T04:24:57.166Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-10-14T04:24:57.166Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-10-14T04:24:57.251Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-10-14T04:24:57.259Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 77bebe00-3be0-4706-8e5e-7ed079261dae 158203
2022-10-14T04:24:57.260Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-10-14T04:24:57.260Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-10-14T04:24:57.260Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-14T04:24:57.260Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-14T04:24:57.263Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-14T04:24:57.264Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "47221d96-192b-437b-b405-c0d1b4bf4f59",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665721497260,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-14T04:24:57.364Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-14T04:24:57.365Z||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-10-14T04:24:57.366Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lvpt8hoe3eEkHs9T) ...
2022-10-14T04:24:57.385Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T04:24:57.385Z||pool-89-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-10-14T04:24:58.264Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-14T04:24:58.266Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-10-14T04:24:58.266Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 77bebe00-3be0-4706-8e5e-7ed079261dae, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-10-14T04:24:58.267Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2022-10-14T04:24:58.269Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-10-14T04:24:58.269Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-10-14T04:24:58.415Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3723136741480758208/Definitions/service-BasicCnfMacro-template.yml
2022-10-14T04:24:59.480Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-14T04:24:59.481Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-10-14T04:24:59.481Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-10-14T04:24:59.481Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-10-14T04:24:59.481Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-10-14T04:24:59.482Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-10-14T04:24:59.482Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-10-14T04:24:59.482Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-10-14T04:24:59.482Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-10-14T04:24:59.483Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-14T04:24:59.483Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-14T04:24:59.483Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-10-14T04:24:59.483Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-10-14T04:24:59.484Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-14T04:24:59.484Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-14T04:24:59.484Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-14T04:24:59.485Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-10-14T04:24:59.485Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-10-14T04:24:59.485Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-14T04:24:59.486Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-14T04:24:59.486Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-14T04:24:59.486Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-14T04:24:59.486Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-10-14T04:24:59.487Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2022-10-14T04:24:59.487Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||DEBUG|500||Node template dummy_base is not matching search criteria
2022-10-14T04:24:59.487Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-10-14T04:24:59.488Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-14T04:24:59.488Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-14T04:24:59.488Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-14T04:24:59.488Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-10-14T04:24:59.489Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-14T04:24:59.489Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-14T04:24:59.489Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-10-14T04:24:59.490Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-14T04:24:59.490Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-14T04:24:59.490Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-10-14T04:24:59.490Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-14T04:24:59.491Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-14T04:24:59.491Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-10-14T04:24:59.491Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-14T04:24:59.492Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-14T04:24:59.492Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-10-14T04:24:59.492Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2022-10-14T04:24:59.492Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=12aad78d-5231-4300-91c5-9e5c148a8531
2022-10-14T04:24:59.493Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-14T04:24:59.493Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-14T04:24:59.493Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-14T04:24:59.493Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-14T04:24:59.494Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-14T04:24:59.494Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-14T04:24:59.494Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-14T04:24:59.494Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-14T04:24:59.495Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:ee21a8eb-53a1-4f47-9ec6-573c0d3187ee
Model Version:NULL
Model InvariantUuid:c6a401ff-0905-4532-84e8-41ed0035f3fb
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:8de4e10a-fe57-4150-9d08-aa458bbaea38
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:9399ed0e-fe46-41e8-a52d-e3e03ce8943f
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:b88071f8-2dba-4f7d-9ab0-72c39492758c
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:8aea30f8-ce26-43c5-9912-2aaf44915485
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:31c300ed-18da-4fb4-86cf-974772f35e82
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:60511556-2393-4fe3-8c54-58ba7391a4e9
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:18c8b7ed-bc54-4ce2-add3-a5fa60faa7cd
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:12aad78d-5231-4300-91c5-9e5c148a8531
ModelInvariantUuid:70186b8a-9775-4693-b7d3-ce04bc648cda
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:7b991c31-f86f-496e-ae70-9b68fabf141e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:a0aada50-1613-4814-a1f5-4d85d73df390
ModelInvariantUuid:8f1a59e5-1867-4d93-879a-4277e27655a9
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:656b014d-f200-4e26-93ab-6a1ed3f5631a
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-10-14T04:24:59.507Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 56fcb67f-dfd9-4454-a930-db5eb757a903
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-10-14T04:24:59.512Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||INFO|500||basic_cnf_macro 0
2022-10-14T04:24:59.512Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 56fcb67f-dfd9-4454-a930-db5eb757a903
2022-10-14T04:24:59.512Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: d3daedd5-6c4d-4bdc-b2d7-b50213db484a from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-10-14T04:24:59.512Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-10-14T04:24:59.512Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-10-14T04:24:59.566Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-10-14T04:24:59.567Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json d3daedd5-6c4d-4bdc-b2d7-b50213db484a 1565
2022-10-14T04:24:59.567Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification
2022-10-14T04:24:59.567Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-10-14T04:24:59.567Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-14T04:24:59.567Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-14T04:24:59.570Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-14T04:24:59.570Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "47221d96-192b-437b-b405-c0d1b4bf4f59",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665721499567,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-14T04:24:59.670Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-14T04:24:59.671Z||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-10-14T04:24:59.671Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lvpt8hoe3eEkHs9T) ...
2022-10-14T04:24:59.688Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T04:24:59.688Z||pool-90-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-10-14T04:25:00.571Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "60511556-2393-4fe3-8c54-58ba7391a4e9",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "18c8b7ed-bc54-4ce2-add3-a5fa60faa7cd",
    "vfModuleModelCustomizationUUID": "2ed44ae7-970f-42ba-9008-b4e9643b022d",
    "isBase": true,
    "artifacts": [
      "8c27fb3f-c74c-44e0-9c00-0fb50570ec33",
      "90bff2e7-36d1-4580-9d8f-ceffdb3fa6df"
    ],
    "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": "8aea30f8-ce26-43c5-9912-2aaf44915485",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "31c300ed-18da-4fb4-86cf-974772f35e82",
    "vfModuleModelCustomizationUUID": "4263bc9b-dbc6-40de-8a30-ce7f76c5ab7a",
    "isBase": false,
    "artifacts": [
      "571409c9-1cc9-4ac0-80e4-20d2c4f54441"
    ],
    "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-10-14T04:25:00.574Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:18c8b7ed-bc54-4ce2-add3-a5fa60faa7cd
VfModuleModelInvariantUUID:60511556-2393-4fe3-8c54-58ba7391a4e9
VfModuleModelDescription:NULL
Artifacts UUID List:{
8c27fb3f-c74c-44e0-9c00-0fb50570ec33
,
90bff2e7-36d1-4580-9d8f-ceffdb3fa6df

}
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:31c300ed-18da-4fb4-86cf-974772f35e82
VfModuleModelInvariantUUID:8aea30f8-ce26-43c5-9912-2aaf44915485
VfModuleModelDescription:NULL
Artifacts UUID List:{
571409c9-1cc9-4ac0-80e4-20d2c4f54441

}
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-10-14T04:25:00.577Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "60511556-2393-4fe3-8c54-58ba7391a4e9",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "18c8b7ed-bc54-4ce2-add3-a5fa60faa7cd",
    "vfModuleModelCustomizationUUID": "2ed44ae7-970f-42ba-9008-b4e9643b022d",
    "isBase": true,
    "artifacts": [
      "8c27fb3f-c74c-44e0-9c00-0fb50570ec33",
      "90bff2e7-36d1-4580-9d8f-ceffdb3fa6df"
    ],
    "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": "8aea30f8-ce26-43c5-9912-2aaf44915485",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "31c300ed-18da-4fb4-86cf-974772f35e82",
    "vfModuleModelCustomizationUUID": "4263bc9b-dbc6-40de-8a30-ce7f76c5ab7a",
    "isBase": false,
    "artifacts": [
      "571409c9-1cc9-4ac0-80e4-20d2c4f54441"
    ],
    "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-10-14T04:25:00.577Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:18c8b7ed-bc54-4ce2-add3-a5fa60faa7cd
VfModuleModelInvariantUUID:60511556-2393-4fe3-8c54-58ba7391a4e9
VfModuleModelDescription:NULL
Artifacts UUID List:{
8c27fb3f-c74c-44e0-9c00-0fb50570ec33
,
90bff2e7-36d1-4580-9d8f-ceffdb3fa6df

}
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:31c300ed-18da-4fb4-86cf-974772f35e82
VfModuleModelInvariantUUID:8aea30f8-ce26-43c5-9912-2aaf44915485
VfModuleModelDescription:NULL
Artifacts UUID List:{
571409c9-1cc9-4ac0-80e4-20d2c4f54441

}
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-10-14T04:25:00.577Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 8c27fb3f-c74c-44e0-9c00-0fb50570ec33 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-10-14T04:25:00.577Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-10-14T04:25:00.577Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-10-14T04:25:00.621Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-10-14T04:25:00.621Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 8c27fb3f-c74c-44e0-9c00-0fb50570ec33 914
2022-10-14T04:25:00.621Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification
2022-10-14T04:25:00.621Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-10-14T04:25:00.622Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-14T04:25:00.622Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-14T04:25:00.624Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-14T04:25:00.624Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "47221d96-192b-437b-b405-c0d1b4bf4f59",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665721500621,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-14T04:25:00.724Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-14T04:25:00.725Z||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-10-14T04:25:00.726Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lvpt8hoe3eEkHs9T) ...
2022-10-14T04:25:00.741Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T04:25:00.742Z||pool-91-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-10-14T04:25:01.624Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 25b18196-91a6-40c4-ac3e-7ba9fe77452c from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-10-14T04:25:01.625Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-10-14T04:25:01.626Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-10-14T04:25:01.708Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-10-14T04:25:01.709Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 25b18196-91a6-40c4-ac3e-7ba9fe77452c 12
2022-10-14T04:25:01.710Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification
2022-10-14T04:25:01.710Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-10-14T04:25:01.710Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-14T04:25:01.711Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-14T04:25:01.714Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-14T04:25:01.715Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "47221d96-192b-437b-b405-c0d1b4bf4f59",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665721501710,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-10-14T04:25:01.814Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-14T04:25:01.815Z||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-10-14T04:25:01.816Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lvpt8hoe3eEkHs9T) ...
2022-10-14T04:25:01.829Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T04:25:01.829Z||pool-92-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-10-14T04:25:02.716Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 90bff2e7-36d1-4580-9d8f-ceffdb3fa6df from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-10-14T04:25:02.716Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-10-14T04:25:02.717Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-10-14T04:25:02.770Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-10-14T04:25:02.770Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 90bff2e7-36d1-4580-9d8f-ceffdb3fa6df 96
2022-10-14T04:25:02.771Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification
2022-10-14T04:25:02.771Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-10-14T04:25:02.771Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-14T04:25:02.771Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-14T04:25:02.773Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-14T04:25:02.773Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "47221d96-192b-437b-b405-c0d1b4bf4f59",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665721502771,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-10-14T04:25:02.874Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-14T04:25:02.875Z||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-10-14T04:25:02.875Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lvpt8hoe3eEkHs9T) ...
2022-10-14T04:25:02.893Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T04:25:02.894Z||pool-93-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-10-14T04:25:03.774Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 571409c9-1cc9-4ac0-80e4-20d2c4f54441 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-10-14T04:25:03.775Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-10-14T04:25:03.776Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-10-14T04:25:03.824Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-10-14T04:25:03.825Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 571409c9-1cc9-4ac0-80e4-20d2c4f54441 20206
2022-10-14T04:25:03.825Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification
2022-10-14T04:25:03.825Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-10-14T04:25:03.826Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-14T04:25:03.826Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-14T04:25:03.828Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-14T04:25:03.828Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "47221d96-192b-437b-b405-c0d1b4bf4f59",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665721503825,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-10-14T04:25:03.928Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-14T04:25:03.929Z||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-10-14T04:25:03.929Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lvpt8hoe3eEkHs9T) ...
2022-10-14T04:25:03.945Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T04:25:03.946Z||pool-94-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-10-14T04:25:04.833Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: ee21a8eb-53a1-4f47-9ec6-573c0d3187ee
2022-10-14T04:25:04.833Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 56fcb67f-dfd9-4454-a930-db5eb757a903 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-10-14T04:25:04.839Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@21fb8dc3, org.onap.sdc.toscaparser.api.parameters.Input@534d7d1b, org.onap.sdc.toscaparser.api.parameters.Input@5a3f0af9, org.onap.sdc.toscaparser.api.parameters.Input@4c7abd30, org.onap.sdc.toscaparser.api.parameters.Input@3112b4e9]
2022-10-14T04:25:04.841Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-14T04:25:04.841Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-14T04:25:04.841Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2022-10-14T04:25:04.841Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= b88071f8-2dba-4f7d-9ab0-72c39492758c
2022-10-14T04:25:04.842Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b88071f8-2dba-4f7d-9ab0-72c39492758c matches Tosca VF Customization UUID: b88071f8-2dba-4f7d-9ab0-72c39492758c
2022-10-14T04:25:04.842Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: b88071f8-2dba-4f7d-9ab0-72c39492758c  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-10-14T04:25:04.843Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-14T04:25:04.844Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-14T04:25:04.844Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id b88071f8-2dba-4f7d-9ab0-72c39492758c: {\"vf_module_id\":\"demo_module_id\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"demo_app\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"demo_vnf_ignore\",\"sdnc_model_name\":\"APACHE\"}
2022-10-14T04:25:04.844Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@32cfa20a
2022-10-14T04:25:04.845Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-14T04:25:04.845Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-14T04:25:04.845Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 4263bc9b-dbc6-40de-8a30-ce7f76c5ab7a
2022-10-14T04:25:04.846Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 4263bc9b-dbc6-40de-8a30-ce7f76c5ab7a
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-10-14T04:25:04.847Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-14T04:25:04.847Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-10-14T04:25:04.848Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-14T04:25:04.848Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-14T04:25:04.848Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-10-14T04:25:04.849Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-14T04:25:04.849Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-14T04:25:04.849Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-10-14T04:25:04.849Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=b88071f8-2dba-4f7d-9ab0-72c39492758c
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-10-14T04:25:04.851Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-14T04:25:04.851Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-14T04:25:04.852Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid ee21a8eb-53a1-4f47-9ec6-573c0d3187ee: basic_cnf_macro
2022-10-14T04:25:04.852Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-14T04:25:04.852Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-14T04:25:04.853Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-14T04:25:04.853Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-14T04:25:04.853Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-14T04:25:04.854Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-14T04:25:04.854Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-14T04:25:04.854Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-14T04:25:04.855Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-14T04:25:04.856Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-14T04:25:04.856Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||INFO|500||Saving Service: basic_cnf_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-14T04:25:04.883Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro 56fcb67f-dfd9-4454-a930-db5eb757a903 2 ASDC deployResourceStructure
2022-10-14T04:25:04.884Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification
2022-10-14T04:25:04.884Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-10-14T04:25:04.884Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-14T04:25:04.885Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-14T04:25:04.886Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-14T04:25:04.887Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "47221d96-192b-437b-b405-c0d1b4bf4f59",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665721504884,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-14T04:25:04.987Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-14T04:25:04.988Z||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-10-14T04:25:04.988Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lvpt8hoe3eEkHs9T) ...
2022-10-14T04:25:05.002Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T04:25:05.002Z||pool-95-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-14T04:25:05.887Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification
2022-10-14T04:25:05.888Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-10-14T04:25:05.888Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-14T04:25:05.888Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-14T04:25:05.891Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-14T04:25:05.891Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "47221d96-192b-437b-b405-c0d1b4bf4f59",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665721505887,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-10-14T04:25:05.991Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-14T04:25:05.992Z||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-10-14T04:25:05.992Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lvpt8hoe3eEkHs9T) ...
2022-10-14T04:25:06.005Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T04:25:06.005Z||pool-96-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-14T04:25:06.892Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification
2022-10-14T04:25:06.893Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env(The artifact has not been used by the modules defined in the resource)
2022-10-14T04:25:06.893Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-10-14T04:25:06.893Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-14T04:25:06.899Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-14T04:25:06.899Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "47221d96-192b-437b-b405-c0d1b4bf4f59",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665721506892,
  "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-10-14T04:25:06.999Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-14T04:25:07.000Z||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-10-14T04:25:07.000Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lvpt8hoe3eEkHs9T) ...
2022-10-14T04:25:07.017Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T04:25:07.017Z||pool-97-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-10-14T04:25:07.900Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification
2022-10-14T04:25:07.901Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-10-14T04:25:07.901Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-14T04:25:07.901Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-14T04:25:07.903Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-14T04:25:07.903Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "47221d96-192b-437b-b405-c0d1b4bf4f59",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665721507900,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-10-14T04:25:08.003Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-14T04:25:08.004Z||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-10-14T04:25:08.004Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lvpt8hoe3eEkHs9T) ...
2022-10-14T04:25:08.030Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T04:25:08.030Z||pool-98-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-10-14T04:25:08.903Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification
2022-10-14T04:25:08.904Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz(The artifact has not been used by the modules defined in the resource)
2022-10-14T04:25:08.904Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-10-14T04:25:08.904Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-14T04:25:08.906Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-14T04:25:08.906Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "47221d96-192b-437b-b405-c0d1b4bf4f59",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665721508903,
  "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-10-14T04:25:09.006Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-14T04:25:09.007Z||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-10-14T04:25:09.007Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lvpt8hoe3eEkHs9T) ...
2022-10-14T04:25:09.020Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T04:25:09.021Z||pool-99-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-14T04:25:09.907Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-10-14T04:25:09.907Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-10-14T04:25:09.908Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-14T04:25:09.908Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-14T04:25:09.912Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-14T04:25:09.912Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "47221d96-192b-437b-b405-c0d1b4bf4f59",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665721509907,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-14T04:25:10.012Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-14T04:25:10.013Z||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-10-14T04:25:10.014Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lvpt8hoe3eEkHs9T) ...
2022-10-14T04:25:10.032Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T04:25:10.033Z||pool-100-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-10-14T04:25:10.913Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 47221d96-192b-437b-b405-c0d1b4bf4f59
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10-14T04:25:10.929Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 47221d96-192b-437b-b405-c0d1b4bf4f59
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-10-14T04:25:10.932Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-14T04:25:10.932Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-14T04:25:10.932Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-10-14T04:25:10.932Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-10-14T04:25:10.932Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-14T04:25:10.932Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-14T04:25:10.932Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-14T04:25:10.932Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-14T04:25:10.933Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-14T04:25:10.933Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-14T04:25:10.933Z|47221d96-192b-437b-b405-c0d1b4bf4f59|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-10-14T04:25:10.937Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-10-14T04:25:40.938Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 47221d96-192b-437b-b405-c0d1b4bf4f59 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-10-14T04:25:40.945Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 47221d96-192b-437b-b405-c0d1b4bf4f59 and serviceModelVersionId: ee21a8eb-53a1-4f47-9ec6-573c0d3187ee
2022-10-14T04:25:40.945Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c6a401ff-0905-4532-84e8-41ed0035f3fb
2022-10-14T04:25:40.946Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c6a401ff-0905-4532-84e8-41ed0035f3fb/model-vers/model-ver/ee21a8eb-53a1-4f47-9ec6-573c0d3187ee?depth=0
2022-10-14T04:25:40.950Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-10-14T04:25:41.013Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c6a401ff-0905-4532-84e8-41ed0035f3fb/model-vers/model-ver/ee21a8eb-53a1-4f47-9ec6-573c0d3187ee?depth=0|INFO|500||Invoke
2022-10-14T04:25:41.014Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c6a401ff-0905-4532-84e8-41ed0035f3fb/model-vers/model-ver/ee21a8eb-53a1-4f47-9ec6-573c0d3187ee?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c6a401ff-0905-4532-84e8-41ed0035f3fb/model-vers/model-ver/ee21a8eb-53a1-4f47-9ec6-573c0d3187ee?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[47221d96-192b-437b-b405-c0d1b4bf4f59], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d0bbcf2f-0833-4a2c-b56d-9ec9b3b6a076], X-ECOMP-RequestID=[47221d96-192b-437b-b405-c0d1b4bf4f59], X-TransactionId=[], X-ONAP-RequestID=[47221d96-192b-437b-b405-c0d1b4bf4f59], Content-Type=[application/merge-patch+json]}
2022-10-14T04:25:41.037Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c6a401ff-0905-4532-84e8-41ed0035f3fb/model-vers/model-ver/ee21a8eb-53a1-4f47-9ec6-573c0d3187ee?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-10-14T04:25:41.129Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c6a401ff-0905-4532-84e8-41ed0035f3fb/model-vers/model-ver/ee21a8eb-53a1-4f47-9ec6-573c0d3187ee?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/c6a401ff-0905-4532-84e8-41ed0035f3fb/model-vers/model-ver/ee21a8eb-53a1-4f47-9ec6-573c0d3187ee?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221014-04:25:40:960-45454], vertex-id=[233600], Content-Length=[0], Date=[Fri, 14 Oct 2022 04:25:40 GMT], Content-Type=[application/json]}
2022-10-14T04:25:41.129Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c6a401ff-0905-4532-84e8-41ed0035f3fb/model-vers/model-ver/ee21a8eb-53a1-4f47-9ec6-573c0d3187ee?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-10-14T04:25:41.130Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c6a401ff-0905-4532-84e8-41ed0035f3fb/model-vers/model-ver/ee21a8eb-53a1-4f47-9ec6-573c0d3187ee?depth=0|INFO|500||InvokeReturn
2022-10-14T04:25:41.131Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-10-14T04:25:41.131Z|47221d96-192b-437b-b405-c0d1b4bf4f59|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-10-14T04:25:41.135Z|47221d96-192b-437b-b405-c0d1b4bf4f59|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-10-14T04:25:41.135Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 47221d96-192b-437b-b405-c0d1b4bf4f59 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-10-14T04:25:41.135Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-10-14T04:25:41.135Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-14T04:25:41.137Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-14T04:25:41.137Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "47221d96-192b-437b-b405-c0d1b4bf4f59",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665721541135,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-14T04:25:41.237Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-14T04:25:41.239Z||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-10-14T04:25:41.239Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lvpt8hoe3eEkHs9T) ...
2022-10-14T04:25:41.257Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T04:25:41.258Z||pool-101-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-10-14T04:25:42.153Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-14T04:25:42.153Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"0f47a4f1-e981-4687-b57c-e4f3ee93fa0c","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"1a9e451a-d179-4368-9446-99a0a935d1ff","serviceDescription":"service","serviceInvariantUUID":"8bb8452f-47e2-49bc-8bda-b5c453a43064","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"d4f7fb83-862a-4b05-9992-eb6fe5290d92","resourceInvariantUUID":"290fcbd4-3266-4ead-bc26-9b197c14f52b","resourceCustomizationUUID":"de55062d-12c3-4dc2-b953-0586b8685d20","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":"MmZiMzBkNGQ0NmQwNjdlZjY1MDAzOWQ1MDU1YzNjMGE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"38f9eb6e-cc9c-40ef-9fd2-929c960eb482","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":"2529b22c-3429-4053-b54a-e3b08640fd9d","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":"cad6609d-1f53-4f4f-a6b6-dfed19d8b7cf","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":"MzJiYWFmMDdlNDM5ODk0NzU3MThjN2RlZDg3ZWIxOWI\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"337070d9-dd18-4f4f-8ca4-8c9c389fc674","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":"7f1cdf52-411e-4682-9ce8-425fcc06ca55","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":"ebb7a684-a2e9-4e6c-95fc-072e4ef65a2b","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":"84bc56e1-544e-41a0-98e7-2a2b8e3136c2","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":"MDA0Y2FlYTAwNTM1ODhkY2NiZDE0M2I0Y2E1ZWQ4ZmI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"58a2be97-48e7-4d91-bb0c-44c54c5e0cbf","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"MzUyMWNhMzBlNmRhNTIyNDdjYTkxMTA4YjExMDZlNDY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"306fdcd1-a64d-4232-98b4-44202bd3bc89","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-14T04:25:42.155Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-14T04:25:42.156Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-14T04:25:42.159Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-14T04:25:42.159Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "0f47a4f1-e981-4687-b57c-e4f3ee93fa0c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665721482610,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:25:42.260Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-14T04:25:42.261Z||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-10-14T04:25:42.261Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lvpt8hoe3eEkHs9T) ...
2022-10-14T04:25:42.279Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T04:25:42.279Z||pool-102-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-10-14T04:25:43.160Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-14T04:25:43.171Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-14T04:25:43.177Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-14T04:25:43.179Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "0f47a4f1-e981-4687-b57c-e4f3ee93fa0c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665721482610,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:25:43.279Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-10-14T04:25:43.280Z||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-10-14T04:25:43.280Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lvpt8hoe3eEkHs9T) ...
2022-10-14T04:25:43.294Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T04:25:43.295Z||pool-103-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-10-14T04:25:44.185Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-14T04:25:44.186Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-14T04:25:44.188Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-14T04:25:44.188Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "0f47a4f1-e981-4687-b57c-e4f3ee93fa0c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665721482610,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:25:44.288Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-14T04:25:44.289Z||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-10-14T04:25:44.289Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lvpt8hoe3eEkHs9T) ...
2022-10-14T04:25:44.305Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T04:25:44.306Z||pool-104-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-10-14T04:25:45.189Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-14T04:25:45.189Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-14T04:25:45.191Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-14T04:25:45.191Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "0f47a4f1-e981-4687-b57c-e4f3ee93fa0c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665721482610,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:25:45.292Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-10-14T04:25:45.293Z||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-10-14T04:25:45.294Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lvpt8hoe3eEkHs9T) ...
2022-10-14T04:25:45.305Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T04:25:45.306Z||pool-105-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-14T04:25:46.192Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-14T04:25:46.192Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-14T04:25:46.194Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-14T04:25:46.194Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "0f47a4f1-e981-4687-b57c-e4f3ee93fa0c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665721482610,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:25:46.294Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-14T04:25:46.295Z||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-10-14T04:25:46.295Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lvpt8hoe3eEkHs9T) ...
2022-10-14T04:25:46.320Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T04:25:46.320Z||pool-106-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1}
2022-10-14T04:25:47.194Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-14T04:25:47.195Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-14T04:25:47.197Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-14T04:25:47.197Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "0f47a4f1-e981-4687-b57c-e4f3ee93fa0c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665721482610,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:25:47.297Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-14T04:25:47.298Z||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-10-14T04:25:47.298Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lvpt8hoe3eEkHs9T) ...
2022-10-14T04:25:47.311Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T04:25:47.311Z||pool-107-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-14T04:25:48.198Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-14T04:25:48.198Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-14T04:25:48.200Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-14T04:25:48.200Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "0f47a4f1-e981-4687-b57c-e4f3ee93fa0c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665721482610,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:25:48.300Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-14T04:25:48.301Z||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-10-14T04:25:48.301Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lvpt8hoe3eEkHs9T) ...
2022-10-14T04:25:48.313Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T04:25:48.313Z||pool-108-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-14T04:25:49.201Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-14T04:25:49.201Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-14T04:25:49.203Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-14T04:25:49.203Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "0f47a4f1-e981-4687-b57c-e4f3ee93fa0c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665721482610,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:25:49.303Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-14T04:25:49.304Z||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-10-14T04:25:49.304Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lvpt8hoe3eEkHs9T) ...
2022-10-14T04:25:49.338Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T04:25:49.339Z||pool-109-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":1,"count":1}
2022-10-14T04:25:50.205Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-14T04:25:50.205Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-14T04:25:50.207Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-14T04:25:50.207Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "0f47a4f1-e981-4687-b57c-e4f3ee93fa0c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665721482610,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-14T04:25:50.307Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-14T04:25:50.308Z||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-10-14T04:25:50.308Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lvpt8hoe3eEkHs9T) ...
2022-10-14T04:25:50.321Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T04:25:50.321Z||pool-110-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-14T04:25:51.211Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "0f47a4f1-e981-4687-b57c-e4f3ee93fa0c",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "1a9e451a-d179-4368-9446-99a0a935d1ff",
  "serviceDescription": "service",
  "serviceInvariantUUID": "8bb8452f-47e2-49bc-8bda-b5c453a43064",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "de55062d-12c3-4dc2-b953-0586b8685d20",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "d4f7fb83-862a-4b05-9992-eb6fe5290d92",
      "resourceInvariantUUID": "290fcbd4-3266-4ead-bc26-9b197c14f52b",
      "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": "MzUyMWNhMzBlNmRhNTIyNDdjYTkxMTA4YjExMDZlNDY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "306fdcd1-a64d-4232-98b4-44202bd3bc89"
    }
  ],
  "workloadContext": "Production"
}
2022-10-14T04:25:51.225Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-14T04:25:51.225Z|47221d96-192b-437b-b405-c0d1b4bf4f59|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 1a9e451a-d179-4368-9446-99a0a935d1ff ASDC
2022-10-14T04:25:51.228Z|0f47a4f1-e981-4687-b57c-e4f3ee93fa0c|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:0f47a4f1-e981-4687-b57c-e4f3ee93fa0c
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:1a9e451a-d179-4368-9446-99a0a935d1ff
ServiceInvariantUUID:8bb8452f-47e2-49bc-8bda-b5c453a43064
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:306fdcd1-a64d-4232-98b4-44202bd3bc89
ArtifactChecksum:MzUyMWNhMzBlNmRhNTIyNDdjYTkxMTA4YjExMDZlNDY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:de55062d-12c3-4dc2-b953-0586b8685d20
ResourceInvariantUUID:290fcbd4-3266-4ead-bc26-9b197c14f52b
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:d4f7fb83-862a-4b05-9992-eb6fe5290d92
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-10-14T04:25:51.228Z|0f47a4f1-e981-4687-b57c-e4f3ee93fa0c|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1a9e451a-d179-4368-9446-99a0a935d1ff 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-10-14T04:25:51.255Z|0f47a4f1-e981-4687-b57c-e4f3ee93fa0c|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-14T04:25:51.256Z|0f47a4f1-e981-4687-b57c-e4f3ee93fa0c|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-10-14T04:25:51.256Z|0f47a4f1-e981-4687-b57c-e4f3ee93fa0c|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-10-14T04:25:51.256Z|0f47a4f1-e981-4687-b57c-e4f3ee93fa0c|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 306fdcd1-a64d-4232-98b4-44202bd3bc89 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-10-14T04:25:51.257Z|0f47a4f1-e981-4687-b57c-e4f3ee93fa0c|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-10-14T04:25:51.257Z|0f47a4f1-e981-4687-b57c-e4f3ee93fa0c|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-10-14T04:25:51.327Z|0f47a4f1-e981-4687-b57c-e4f3ee93fa0c|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-10-14T04:25:51.333Z|0f47a4f1-e981-4687-b57c-e4f3ee93fa0c|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 306fdcd1-a64d-4232-98b4-44202bd3bc89 105678
2022-10-14T04:25:51.333Z|0f47a4f1-e981-4687-b57c-e4f3ee93fa0c|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-10-14T04:25:51.333Z|0f47a4f1-e981-4687-b57c-e4f3ee93fa0c|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-10-14T04:25:51.334Z|0f47a4f1-e981-4687-b57c-e4f3ee93fa0c|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-14T04:25:51.334Z|0f47a4f1-e981-4687-b57c-e4f3ee93fa0c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-14T04:25:51.336Z|0f47a4f1-e981-4687-b57c-e4f3ee93fa0c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-14T04:25:51.336Z|0f47a4f1-e981-4687-b57c-e4f3ee93fa0c|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "0f47a4f1-e981-4687-b57c-e4f3ee93fa0c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665721551333,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-14T04:25:51.437Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-14T04:25:51.438Z||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-10-14T04:25:51.438Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lvpt8hoe3eEkHs9T) ...
2022-10-14T04:25:51.452Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T04:25:51.452Z||pool-111-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-14T04:25:52.337Z|0f47a4f1-e981-4687-b57c-e4f3ee93fa0c|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-14T04:25:52.339Z|0f47a4f1-e981-4687-b57c-e4f3ee93fa0c|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-10-14T04:25:52.339Z|0f47a4f1-e981-4687-b57c-e4f3ee93fa0c|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 306fdcd1-a64d-4232-98b4-44202bd3bc89, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-10-14T04:25:52.340Z|0f47a4f1-e981-4687-b57c-e4f3ee93fa0c|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2022-10-14T04:25:52.340Z|0f47a4f1-e981-4687-b57c-e4f3ee93fa0c|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-10-14T04:25:52.341Z|0f47a4f1-e981-4687-b57c-e4f3ee93fa0c|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-10-14T04:25:52.446Z|0f47a4f1-e981-4687-b57c-e4f3ee93fa0c|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16087386984081052561/Definitions/service-TestPnfMacro-template.yml
2022-10-14T04:25:52.585Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T04:25:52.586Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|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-10-14T04:25:52.586Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|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 lvpt8hoe3eEkHs9T) ...
2022-10-14T04:25:52.612Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T04:25:52.613Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:25:52.613Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8715aff8-4271-490d-a26c-f10db6412a92",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665721481592,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-14T04:25:52.613Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-14T04:25:52.613Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:25:52.614Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47221d96-192b-437b-b405-c0d1b4bf4f59",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665721482610,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:25:52.614Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:25:52.614Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:25:52.614Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47221d96-192b-437b-b405-c0d1b4bf4f59",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665721482610,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-10-14T04:25:52.614Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:25:52.631Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:25:52.632Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47221d96-192b-437b-b405-c0d1b4bf4f59",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665721482610,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-10-14T04:25:52.634Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:25:52.634Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:25:52.635Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47221d96-192b-437b-b405-c0d1b4bf4f59",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665721482610,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:25:52.636Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:25:52.636Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:25:52.637Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47221d96-192b-437b-b405-c0d1b4bf4f59",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665721482610,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-10-14T04:25:52.637Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:25:52.637Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:25:52.637Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47221d96-192b-437b-b405-c0d1b4bf4f59",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665721482610,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-10-14T04:25:52.637Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:25:53.105Z|0f47a4f1-e981-4687-b57c-e4f3ee93fa0c|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-14T04:25:53.106Z|0f47a4f1-e981-4687-b57c-e4f3ee93fa0c|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-10-14T04:25:53.106Z|0f47a4f1-e981-4687-b57c-e4f3ee93fa0c|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-10-14T04:25:53.106Z|0f47a4f1-e981-4687-b57c-e4f3ee93fa0c|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-10-14T04:25:53.106Z|0f47a4f1-e981-4687-b57c-e4f3ee93fa0c|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-10-14T04:25:53.107Z|0f47a4f1-e981-4687-b57c-e4f3ee93fa0c|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-10-14T04:25:53.107Z|0f47a4f1-e981-4687-b57c-e4f3ee93fa0c|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-10-14T04:25:53.107Z|0f47a4f1-e981-4687-b57c-e4f3ee93fa0c|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-10-14T04:25:53.107Z|0f47a4f1-e981-4687-b57c-e4f3ee93fa0c|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-10-14T04:25:53.107Z|0f47a4f1-e981-4687-b57c-e4f3ee93fa0c|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-10-14T04:25:53.108Z|0f47a4f1-e981-4687-b57c-e4f3ee93fa0c|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-10-14T04:25:53.108Z|0f47a4f1-e981-4687-b57c-e4f3ee93fa0c|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-10-14T04:25:53.108Z|0f47a4f1-e981-4687-b57c-e4f3ee93fa0c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-14T04:25:53.108Z|0f47a4f1-e981-4687-b57c-e4f3ee93fa0c|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-14T04:25:53.108Z|0f47a4f1-e981-4687-b57c-e4f3ee93fa0c|pool-2-thread-6|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-10-14T04:25:53.109Z|0f47a4f1-e981-4687-b57c-e4f3ee93fa0c|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-10-14T04:25:53.109Z|0f47a4f1-e981-4687-b57c-e4f3ee93fa0c|pool-2-thread-6|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-14T04:25:53.109Z|0f47a4f1-e981-4687-b57c-e4f3ee93fa0c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-14T04:25:53.109Z|0f47a4f1-e981-4687-b57c-e4f3ee93fa0c|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-14T04:25:53.110Z|0f47a4f1-e981-4687-b57c-e4f3ee93fa0c|pool-2-thread-6|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-10-14T04:25:53.110Z|0f47a4f1-e981-4687-b57c-e4f3ee93fa0c|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-10-14T04:25:53.110Z|0f47a4f1-e981-4687-b57c-e4f3ee93fa0c|pool-2-thread-6|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-14T04:25:53.110Z|0f47a4f1-e981-4687-b57c-e4f3ee93fa0c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-14T04:25:53.110Z|0f47a4f1-e981-4687-b57c-e4f3ee93fa0c|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-14T04:25:53.111Z|0f47a4f1-e981-4687-b57c-e4f3ee93fa0c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-14T04:25:53.111Z|0f47a4f1-e981-4687-b57c-e4f3ee93fa0c|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-14T04:25:53.111Z|0f47a4f1-e981-4687-b57c-e4f3ee93fa0c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-14T04:25:53.111Z|0f47a4f1-e981-4687-b57c-e4f3ee93fa0c|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-14T04:25:53.112Z|0f47a4f1-e981-4687-b57c-e4f3ee93fa0c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-14T04:25:53.112Z|0f47a4f1-e981-4687-b57c-e4f3ee93fa0c|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-14T04:25:53.112Z|0f47a4f1-e981-4687-b57c-e4f3ee93fa0c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-14T04:25:53.112Z|0f47a4f1-e981-4687-b57c-e4f3ee93fa0c|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-14T04:25:53.112Z|0f47a4f1-e981-4687-b57c-e4f3ee93fa0c|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:1a9e451a-d179-4368-9446-99a0a935d1ff
Model Version:NULL
Model InvariantUuid:8bb8452f-47e2-49bc-8bda-b5c453a43064
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-10-14T04:25:53.116Z|0f47a4f1-e981-4687-b57c-e4f3ee93fa0c|pool-2-thread-6|||||INFO|500||Processing Resource Type: PNF, Model UUID: d4f7fb83-862a-4b05-9992-eb6fe5290d92
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-10-14T04:25:53.118Z|0f47a4f1-e981-4687-b57c-e4f3ee93fa0c|pool-2-thread-6|||||INFO|500||test-pnf 0
2022-10-14T04:25:53.118Z|0f47a4f1-e981-4687-b57c-e4f3ee93fa0c|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: d4f7fb83-862a-4b05-9992-eb6fe5290d92
2022-10-14T04:25:53.119Z|0f47a4f1-e981-4687-b57c-e4f3ee93fa0c|pool-2-thread-6|||||DEBUG|500||No resources found for Service: 1a9e451a-d179-4368-9446-99a0a935d1ff
2022-10-14T04:25:53.119Z|0f47a4f1-e981-4687-b57c-e4f3ee93fa0c|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 1a9e451a-d179-4368-9446-99a0a935d1ff
2022-10-14T04:25:53.119Z|0f47a4f1-e981-4687-b57c-e4f3ee93fa0c|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 d4f7fb83-862a-4b05-9992-eb6fe5290d92 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-10-14T04:25:53.121Z|0f47a4f1-e981-4687-b57c-e4f3ee93fa0c|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1bb6534b, org.onap.sdc.toscaparser.api.parameters.Input@17144270, org.onap.sdc.toscaparser.api.parameters.Input@3fe1f541, org.onap.sdc.toscaparser.api.parameters.Input@271eb4bc, org.onap.sdc.toscaparser.api.parameters.Input@e9b871f]
2022-10-14T04:25:53.121Z|0f47a4f1-e981-4687-b57c-e4f3ee93fa0c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-14T04:25:53.122Z|0f47a4f1-e981-4687-b57c-e4f3ee93fa0c|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-14T04:25:53.122Z|0f47a4f1-e981-4687-b57c-e4f3ee93fa0c|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 1a9e451a-d179-4368-9446-99a0a935d1ff: test-pnf
2022-10-14T04:25:53.122Z|0f47a4f1-e981-4687-b57c-e4f3ee93fa0c|pool-2-thread-6|||||INFO|500||Processing PNF resource: d4f7fb83-862a-4b05-9992-eb6fe5290d92
2022-10-14T04:25:53.122Z|0f47a4f1-e981-4687-b57c-e4f3ee93fa0c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-14T04:25:53.123Z|0f47a4f1-e981-4687-b57c-e4f3ee93fa0c|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-14T04:25:53.123Z|0f47a4f1-e981-4687-b57c-e4f3ee93fa0c|pool-2-thread-6|||||INFO|500||Resource customization UUID: de55062d-12c3-4dc2-b953-0586b8685d20 is the same as notified resource customizationUUID: de55062d-12c3-4dc2-b953-0586b8685d20
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-10-14T04:25:53.152Z|0f47a4f1-e981-4687-b57c-e4f3ee93fa0c|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf d4f7fb83-862a-4b05-9992-eb6fe5290d92 0 ASDC deployResourceStructure
2022-10-14T04:25:53.152Z|0f47a4f1-e981-4687-b57c-e4f3ee93fa0c|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-10-14T04:25:53.153Z|0f47a4f1-e981-4687-b57c-e4f3ee93fa0c|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-10-14T04:25:53.153Z|0f47a4f1-e981-4687-b57c-e4f3ee93fa0c|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-14T04:25:53.153Z|0f47a4f1-e981-4687-b57c-e4f3ee93fa0c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-14T04:25:53.154Z|0f47a4f1-e981-4687-b57c-e4f3ee93fa0c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-14T04:25:53.155Z|0f47a4f1-e981-4687-b57c-e4f3ee93fa0c|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "0f47a4f1-e981-4687-b57c-e4f3ee93fa0c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665721553152,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-14T04:25:53.255Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-14T04:25:53.255Z||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-10-14T04:25:53.256Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lvpt8hoe3eEkHs9T) ...
2022-10-14T04:25:53.268Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T04:25:53.268Z||pool-112-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-14T04:25:54.155Z|0f47a4f1-e981-4687-b57c-e4f3ee93fa0c|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0f47a4f1-e981-4687-b57c-e4f3ee93fa0c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10-14T04:25:54.167Z|0f47a4f1-e981-4687-b57c-e4f3ee93fa0c|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0f47a4f1-e981-4687-b57c-e4f3ee93fa0c
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-10-14T04:25:54.169Z|0f47a4f1-e981-4687-b57c-e4f3ee93fa0c|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-14T04:25:54.170Z|0f47a4f1-e981-4687-b57c-e4f3ee93fa0c|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-14T04:25:54.170Z|0f47a4f1-e981-4687-b57c-e4f3ee93fa0c|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-10-14T04:25:54.170Z|0f47a4f1-e981-4687-b57c-e4f3ee93fa0c|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-10-14T04:25:54.170Z|0f47a4f1-e981-4687-b57c-e4f3ee93fa0c|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-14T04:25:54.170Z|0f47a4f1-e981-4687-b57c-e4f3ee93fa0c|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-14T04:25:54.170Z|0f47a4f1-e981-4687-b57c-e4f3ee93fa0c|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-14T04:25:54.170Z|0f47a4f1-e981-4687-b57c-e4f3ee93fa0c|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-14T04:25:54.171Z|0f47a4f1-e981-4687-b57c-e4f3ee93fa0c|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-14T04:25:54.171Z|0f47a4f1-e981-4687-b57c-e4f3ee93fa0c|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-14T04:25:54.171Z|0f47a4f1-e981-4687-b57c-e4f3ee93fa0c|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-14T04:25:54.171Z|0f47a4f1-e981-4687-b57c-e4f3ee93fa0c|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-10-14T04:25:54.176Z|0f47a4f1-e981-4687-b57c-e4f3ee93fa0c|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-10-14T04:26:24.177Z|0f47a4f1-e981-4687-b57c-e4f3ee93fa0c|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0f47a4f1-e981-4687-b57c-e4f3ee93fa0c 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-10-14T04:26:24.184Z|0f47a4f1-e981-4687-b57c-e4f3ee93fa0c|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0f47a4f1-e981-4687-b57c-e4f3ee93fa0c and serviceModelVersionId: 1a9e451a-d179-4368-9446-99a0a935d1ff
2022-10-14T04:26:24.184Z|0f47a4f1-e981-4687-b57c-e4f3ee93fa0c|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8bb8452f-47e2-49bc-8bda-b5c453a43064
2022-10-14T04:26:24.185Z|0f47a4f1-e981-4687-b57c-e4f3ee93fa0c|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8bb8452f-47e2-49bc-8bda-b5c453a43064/model-vers/model-ver/1a9e451a-d179-4368-9446-99a0a935d1ff?depth=0
2022-10-14T04:26:24.188Z|0f47a4f1-e981-4687-b57c-e4f3ee93fa0c|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-10-14T04:26:24.235Z|0f47a4f1-e981-4687-b57c-e4f3ee93fa0c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8bb8452f-47e2-49bc-8bda-b5c453a43064/model-vers/model-ver/1a9e451a-d179-4368-9446-99a0a935d1ff?depth=0|INFO|500||Invoke
2022-10-14T04:26:24.235Z|0f47a4f1-e981-4687-b57c-e4f3ee93fa0c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8bb8452f-47e2-49bc-8bda-b5c453a43064/model-vers/model-ver/1a9e451a-d179-4368-9446-99a0a935d1ff?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8bb8452f-47e2-49bc-8bda-b5c453a43064/model-vers/model-ver/1a9e451a-d179-4368-9446-99a0a935d1ff?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[0f47a4f1-e981-4687-b57c-e4f3ee93fa0c], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[47d078b6-6d7b-4a0c-a46b-ae5d8c0d7c45], X-ECOMP-RequestID=[0f47a4f1-e981-4687-b57c-e4f3ee93fa0c], X-TransactionId=[], X-ONAP-RequestID=[0f47a4f1-e981-4687-b57c-e4f3ee93fa0c], Content-Type=[application/merge-patch+json]}
2022-10-14T04:26:24.255Z|0f47a4f1-e981-4687-b57c-e4f3ee93fa0c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8bb8452f-47e2-49bc-8bda-b5c453a43064/model-vers/model-ver/1a9e451a-d179-4368-9446-99a0a935d1ff?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-10-14T04:26:24.338Z|0f47a4f1-e981-4687-b57c-e4f3ee93fa0c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8bb8452f-47e2-49bc-8bda-b5c453a43064/model-vers/model-ver/1a9e451a-d179-4368-9446-99a0a935d1ff?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/8bb8452f-47e2-49bc-8bda-b5c453a43064/model-vers/model-ver/1a9e451a-d179-4368-9446-99a0a935d1ff?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-221014-04:26:24:176-46243], vertex-id=[266248], Content-Length=[0], Date=[Fri, 14 Oct 2022 04:26:24 GMT], Content-Type=[application/json]}
2022-10-14T04:26:24.338Z|0f47a4f1-e981-4687-b57c-e4f3ee93fa0c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8bb8452f-47e2-49bc-8bda-b5c453a43064/model-vers/model-ver/1a9e451a-d179-4368-9446-99a0a935d1ff?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-10-14T04:26:24.339Z|0f47a4f1-e981-4687-b57c-e4f3ee93fa0c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8bb8452f-47e2-49bc-8bda-b5c453a43064/model-vers/model-ver/1a9e451a-d179-4368-9446-99a0a935d1ff?depth=0|INFO|500||InvokeReturn
2022-10-14T04:26:24.340Z|0f47a4f1-e981-4687-b57c-e4f3ee93fa0c|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-10-14T04:26:24.340Z|0f47a4f1-e981-4687-b57c-e4f3ee93fa0c|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-10-14T04:26:24.345Z|0f47a4f1-e981-4687-b57c-e4f3ee93fa0c|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-10-14T04:26:24.346Z|0f47a4f1-e981-4687-b57c-e4f3ee93fa0c|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0f47a4f1-e981-4687-b57c-e4f3ee93fa0c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-10-14T04:26:24.346Z|0f47a4f1-e981-4687-b57c-e4f3ee93fa0c|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-10-14T04:26:24.346Z|0f47a4f1-e981-4687-b57c-e4f3ee93fa0c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-14T04:26:24.348Z|0f47a4f1-e981-4687-b57c-e4f3ee93fa0c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-14T04:26:24.348Z|0f47a4f1-e981-4687-b57c-e4f3ee93fa0c|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "0f47a4f1-e981-4687-b57c-e4f3ee93fa0c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665721584346,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-14T04:26:24.448Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-14T04:26:24.449Z||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-10-14T04:26:24.449Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lvpt8hoe3eEkHs9T) ...
2022-10-14T04:26:24.465Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T04:26:24.466Z||pool-113-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-10-14T04:26:25.361Z|0f47a4f1-e981-4687-b57c-e4f3ee93fa0c|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T04:26:25.361Z|0f47a4f1-e981-4687-b57c-e4f3ee93fa0c|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-10-14T04:26:25.361Z|0f47a4f1-e981-4687-b57c-e4f3ee93fa0c|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 lvpt8hoe3eEkHs9T) ...
2022-10-14T04:26:34.924Z|0f47a4f1-e981-4687-b57c-e4f3ee93fa0c|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T04:26:34.925Z|0f47a4f1-e981-4687-b57c-e4f3ee93fa0c|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T04:26:34.925Z|0f47a4f1-e981-4687-b57c-e4f3ee93fa0c|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-10-14T04:26:34.925Z|0f47a4f1-e981-4687-b57c-e4f3ee93fa0c|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 lvpt8hoe3eEkHs9T) ...
2022-10-14T04:26:44.487Z|0f47a4f1-e981-4687-b57c-e4f3ee93fa0c|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T04:26:44.488Z|0f47a4f1-e981-4687-b57c-e4f3ee93fa0c|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T04:26:44.488Z|0f47a4f1-e981-4687-b57c-e4f3ee93fa0c|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-10-14T04:26:44.488Z|0f47a4f1-e981-4687-b57c-e4f3ee93fa0c|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 lvpt8hoe3eEkHs9T) ...
2022-10-14T04:26:52.585Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T04:26:52.586Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|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-10-14T04:26:52.586Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|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 lvpt8hoe3eEkHs9T) ...
2022-10-14T04:26:52.617Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T04:26:52.617Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:26:52.617Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47221d96-192b-437b-b405-c0d1b4bf4f59",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665721482610,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-10-14T04:26:52.618Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:26:52.618Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:26:52.618Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47221d96-192b-437b-b405-c0d1b4bf4f59",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665721482610,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:26:52.618Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:26:52.618Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:26:52.618Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47221d96-192b-437b-b405-c0d1b4bf4f59",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665721482610,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:26:52.618Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:26:52.619Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:26:52.619Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47221d96-192b-437b-b405-c0d1b4bf4f59",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665721482610,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-14T04:26:52.619Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:26:52.619Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:26:52.619Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47221d96-192b-437b-b405-c0d1b4bf4f59",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665721497260,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-14T04:26:52.619Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-14T04:26:52.619Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:26:52.619Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47221d96-192b-437b-b405-c0d1b4bf4f59",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665721499567,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-14T04:26:52.620Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-14T04:26:52.620Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:26:52.620Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47221d96-192b-437b-b405-c0d1b4bf4f59",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665721500621,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-14T04:26:52.620Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-14T04:26:52.620Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:26:52.620Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47221d96-192b-437b-b405-c0d1b4bf4f59",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665721501710,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-10-14T04:26:52.621Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-14T04:26:52.621Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:26:52.621Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47221d96-192b-437b-b405-c0d1b4bf4f59",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665721502771,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-10-14T04:26:52.621Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-14T04:26:52.621Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:26:52.621Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47221d96-192b-437b-b405-c0d1b4bf4f59",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665721503825,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-10-14T04:26:52.621Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-14T04:26:52.622Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:26:52.622Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47221d96-192b-437b-b405-c0d1b4bf4f59",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665721504884,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-14T04:26:52.622Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-14T04:26:52.622Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:26:52.622Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47221d96-192b-437b-b405-c0d1b4bf4f59",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665721505887,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-10-14T04:26:52.622Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-14T04:26:52.622Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:26:52.623Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47221d96-192b-437b-b405-c0d1b4bf4f59",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665721506892,
  "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-10-14T04:26:52.623Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-14T04:26:52.623Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:26:52.623Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47221d96-192b-437b-b405-c0d1b4bf4f59",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665721507900,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-10-14T04:26:52.623Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-14T04:26:52.624Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:26:52.624Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47221d96-192b-437b-b405-c0d1b4bf4f59",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665721508903,
  "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-10-14T04:26:52.624Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-14T04:26:52.624Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:26:52.624Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47221d96-192b-437b-b405-c0d1b4bf4f59",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665721509907,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-14T04:26:52.624Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-14T04:26:52.624Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:26:52.625Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47221d96-192b-437b-b405-c0d1b4bf4f59",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665721541135,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-14T04:26:52.625Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-14T04:26:52.625Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:26:52.625Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f47a4f1-e981-4687-b57c-e4f3ee93fa0c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665721482610,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:26:52.625Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:26:52.625Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:26:52.625Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f47a4f1-e981-4687-b57c-e4f3ee93fa0c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665721482610,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:26:52.626Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:26:52.626Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:26:52.626Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f47a4f1-e981-4687-b57c-e4f3ee93fa0c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665721482610,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:26:52.626Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:26:52.626Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:26:52.626Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f47a4f1-e981-4687-b57c-e4f3ee93fa0c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665721482610,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:26:52.626Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:26:52.627Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:26:52.627Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f47a4f1-e981-4687-b57c-e4f3ee93fa0c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665721482610,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:26:52.627Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:26:52.627Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:26:52.627Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f47a4f1-e981-4687-b57c-e4f3ee93fa0c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665721482610,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:26:52.627Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:26:52.627Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:26:52.628Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f47a4f1-e981-4687-b57c-e4f3ee93fa0c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665721482610,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:26:52.628Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:26:52.628Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:26:52.628Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f47a4f1-e981-4687-b57c-e4f3ee93fa0c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665721482610,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-14T04:26:52.628Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:26:52.628Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:26:52.629Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f47a4f1-e981-4687-b57c-e4f3ee93fa0c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665721482610,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-14T04:26:52.629Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-14T04:26:52.629Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:26:52.629Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f47a4f1-e981-4687-b57c-e4f3ee93fa0c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665721551333,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-14T04:26:52.629Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-14T04:26:54.039Z|0f47a4f1-e981-4687-b57c-e4f3ee93fa0c|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T04:26:54.040Z|0f47a4f1-e981-4687-b57c-e4f3ee93fa0c|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T04:26:54.040Z|0f47a4f1-e981-4687-b57c-e4f3ee93fa0c|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-10-14T04:26:54.040Z|0f47a4f1-e981-4687-b57c-e4f3ee93fa0c|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 lvpt8hoe3eEkHs9T) ...
2022-10-14T04:27:03.578Z|0f47a4f1-e981-4687-b57c-e4f3ee93fa0c|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T04:27:52.579Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T04:27:52.581Z||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-10-14T04:27:52.581Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T04:27:52.585Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T04:27:52.586Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|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-10-14T04:27:52.586Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|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 lvpt8hoe3eEkHs9T) ...
2022-10-14T04:27:53.111Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T04:27:53.112Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:27:53.112Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f47a4f1-e981-4687-b57c-e4f3ee93fa0c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665721553152,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-14T04:27:53.113Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-14T04:27:53.113Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-14T04:27:53.113Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f47a4f1-e981-4687-b57c-e4f3ee93fa0c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665721584346,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-14T04:27:53.113Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-14T04:28:02.135Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T04:28:52.581Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T04:28:52.585Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T04:28:52.585Z||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-10-14T04:28:52.586Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T04:28:52.585Z||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-10-14T04:28:52.586Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T04:29:02.140Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T04:29:02.160Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T04:29:52.580Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T04:29:52.581Z||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-10-14T04:29:52.581Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T04:29:52.586Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T04:29:52.586Z||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-10-14T04:29:52.586Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T04:30:02.131Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T04:30:02.136Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T04:30:52.579Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T04:30:52.580Z||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-10-14T04:30:52.580Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T04:30:52.585Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T04:30:52.585Z||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-10-14T04:30:52.585Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T04:31:02.125Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T04:31:02.127Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T04:31:52.579Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T04:31:52.580Z||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-10-14T04:31:52.580Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T04:31:52.585Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T04:31:52.585Z||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-10-14T04:31:52.586Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T04:32:02.128Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T04:32:02.141Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T04:32:52.579Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T04:32:52.580Z||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-10-14T04:32:52.580Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T04:32:52.585Z|0f47a4f1-e981-4687-b57c-e4f3ee93fa0c|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T04:32:52.586Z|0f47a4f1-e981-4687-b57c-e4f3ee93fa0c|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-10-14T04:32:52.586Z|0f47a4f1-e981-4687-b57c-e4f3ee93fa0c|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 lvpt8hoe3eEkHs9T) ...
2022-10-14T04:33:02.128Z|0f47a4f1-e981-4687-b57c-e4f3ee93fa0c|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T04:33:02.128Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T04:33:52.579Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T04:33:52.580Z||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-10-14T04:33:52.580Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T04:33:52.585Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T04:33:52.586Z||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-10-14T04:33:52.586Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T04:34:02.124Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T04:34:02.126Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T04:34:52.579Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T04:34:52.580Z||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-10-14T04:34:52.580Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T04:34:52.585Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T04:34:52.585Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|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-10-14T04:34:52.586Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|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 lvpt8hoe3eEkHs9T) ...
2022-10-14T04:35:02.130Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T04:35:02.133Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T04:35:52.579Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T04:35:52.581Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-14T04:35:52.581Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as lvpt8hoe3eEkHs9T) ...
2022-10-14T04:35:52.585Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T04:35:52.586Z||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-10-14T04:35:52.586Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T04:36:02.128Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T04:36:02.130Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T04:36:52.580Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T04:36:52.583Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-14T04:36:52.583Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as lvpt8hoe3eEkHs9T) ...
2022-10-14T04:36:52.585Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T04:36:52.585Z|8715aff8-4271-490d-a26c-f10db6412a92|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-10-14T04:36:52.586Z|8715aff8-4271-490d-a26c-f10db6412a92|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 lvpt8hoe3eEkHs9T) ...
2022-10-14T04:37:02.131Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T04:37:02.133Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T04:37:52.579Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T04:37:52.580Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-14T04:37:52.580Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as lvpt8hoe3eEkHs9T) ...
2022-10-14T04:37:52.585Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T04:37:52.586Z||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-10-14T04:37:52.586Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T04:38:02.129Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T04:38:02.131Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T04:38:52.579Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T04:38:52.580Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-14T04:38:52.580Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as lvpt8hoe3eEkHs9T) ...
2022-10-14T04:38:52.585Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T04:38:52.586Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|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-10-14T04:38:52.586Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|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 lvpt8hoe3eEkHs9T) ...
2022-10-14T04:39:02.126Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T04:39:02.133Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T04:39:52.579Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T04:39:52.580Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-14T04:39:52.580Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as lvpt8hoe3eEkHs9T) ...
2022-10-14T04:39:52.585Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T04:39:52.586Z|bb53b0e0-1397-41ba-aff1-204fe588f972|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-10-14T04:39:52.586Z|bb53b0e0-1397-41ba-aff1-204fe588f972|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 lvpt8hoe3eEkHs9T) ...
2022-10-14T04:40:02.141Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T04:40:02.159Z|bb53b0e0-1397-41ba-aff1-204fe588f972|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T04:40:52.579Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T04:40:52.580Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-14T04:40:52.580Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as lvpt8hoe3eEkHs9T) ...
2022-10-14T04:40:52.585Z|0f47a4f1-e981-4687-b57c-e4f3ee93fa0c|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T04:40:52.586Z|0f47a4f1-e981-4687-b57c-e4f3ee93fa0c|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-10-14T04:40:52.586Z|0f47a4f1-e981-4687-b57c-e4f3ee93fa0c|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 lvpt8hoe3eEkHs9T) ...
2022-10-14T04:41:02.131Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T04:41:02.133Z|0f47a4f1-e981-4687-b57c-e4f3ee93fa0c|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T04:41:52.579Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T04:41:52.580Z||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-10-14T04:41:52.580Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T04:41:52.585Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T04:41:52.585Z|8715aff8-4271-490d-a26c-f10db6412a92|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-10-14T04:41:52.585Z|8715aff8-4271-490d-a26c-f10db6412a92|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 lvpt8hoe3eEkHs9T) ...
2022-10-14T04:42:02.132Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T04:42:02.133Z|8715aff8-4271-490d-a26c-f10db6412a92|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T04:42:52.579Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T04:42:52.581Z||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-10-14T04:42:52.581Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T04:42:52.585Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T04:42:52.586Z||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-10-14T04:42:52.586Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T04:43:02.128Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T04:43:02.129Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T04:43:52.579Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T04:43:52.581Z||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-10-14T04:43:52.581Z||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 lvpt8hoe3eEkHs9T) ...
2022-10-14T04:43:52.585Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-14T04:43:52.586Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|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-10-14T04:43:52.586Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|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 lvpt8hoe3eEkHs9T) ...
2022-10-14T04:44:02.131Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-14T04:44:02.136Z|4f93da0b-e495-4a97-a6ae-7f60191bf9d0|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK