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-11-18T05:18:56.561Z||main|||||INFO|500||The following profiles are active: basic
2022-11-18T05:19:08.097Z||main|||||INFO|500||Starting service [Tomcat]
2022-11-18T05:19:08.098Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-11-18T05:19:08.215Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-11-18T05:19:12.952Z||main|||||INFO|500||catdb-pool - Starting...
2022-11-18T05:19:13.488Z||main|||||INFO|500||catdb-pool - Start completed.
2022-11-18T05:19:14.060Z||main|||||INFO|500||reqdb-pool - Starting...
2022-11-18T05:19:14.099Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-11-18T05:19:14.349Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-11-18T05:19:14.671Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-11-18T05:19:15.535Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-11-18T05:19:18.224Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-11-18T05:19:21.064Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-11-18T05:19:21.138Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-11-18T05:19:21.772Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-11-18T05:19:22.080Z||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-11-18T05:19:23.523Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-11-18T05:19:24.780Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2022-11-18T05:19:24.804Z||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-11-18T05:19:24.805Z||main|||||WARN|500||The sdc end point is not alive
2022-11-18T05:19:28.093Z||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-11-18T05:19:31.122Z||main|||||WARN|500||---
2022-11-18T05:19:31.123Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-11-18T05:19:31.123Z||main|||||WARN|500||---
2022-11-18T05:19:31.606Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-11-18T05:19:37.193Z||main|||||INFO|500||Started Application in 44.002 seconds (JVM running for 46.417)
2022-11-18T05:19:37.212Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-11-18T05:19:37.213Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-11-18T05:19:37.234Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-11-18T05:19:37.278Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-11-18T05:19:37.339Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 56697338-88a3-4a55-a4ab-5252c71d06cf url= /sdc/v1/artifactTypes
2022-11-18T05:19:37.340Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-11-18T05:19:37.706Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-11-18T05:19:37.737Z||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-11-18T05:19:37.789Z||scheduling-1|||||DEBUG|500||create keys
2022-11-18T05:19:37.797Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-11-18T05:19:37.839Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T05:19:37.868Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 5aa086bb-4ca2-43df-85b7-d589314bae80 url= /sdc/v1/registerForDistribution
2022-11-18T05:19:37.963Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 5aa086bb-4ca2-43df-85b7-d589314bae80 url= /sdc/v1/registerForDistribution
2022-11-18T05:19:37.963Z||scheduling-1|||||INFO|500||start DistributionClient
2022-11-18T05:19:37.988Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-11-18T05:19:37.991Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T05:19:37.990Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T05:19:38.018Z||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-11-18T05:19:38.018Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T05:19:38.018Z||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-11-18T05:19:38.022Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T05:19:48.387Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T05:19:48.387Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T05:20:37.971Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T05:20:37.974Z||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-11-18T05:20:37.974Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T05:20:37.978Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T05:20:37.978Z||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-11-18T05:20:37.979Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T05:20:47.564Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T05:20:47.567Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T05:21:37.971Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T05:21:37.972Z||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-11-18T05:21:37.972Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T05:21:37.978Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T05:21:37.978Z||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-11-18T05:21:37.978Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T05:21:47.569Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T05:21:47.569Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T05:22:37.971Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T05:22:37.972Z||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-11-18T05:22:37.972Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T05:22:37.978Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T05:22:37.978Z||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-11-18T05:22:37.978Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T05:22:47.564Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T05:22:47.564Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T05:23:37.971Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T05:23:37.972Z||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-11-18T05:23:37.972Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T05:23:37.978Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T05:23:37.978Z||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-11-18T05:23:37.979Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T05:23:47.532Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T05:23:47.572Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T05:24:37.971Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T05:24:37.972Z||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-11-18T05:24:37.972Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T05:24:37.978Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T05:24:37.979Z||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-11-18T05:24:37.979Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T05:24:47.519Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T05:24:47.520Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T05:25:37.971Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T05:25:37.972Z||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-11-18T05:25:37.972Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T05:25:37.978Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T05:25:37.978Z||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-11-18T05:25:37.978Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T05:25:47.529Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T05:25:47.538Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T05:26:37.971Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T05:26:37.972Z||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-11-18T05:26:37.972Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T05:26:37.978Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T05:26:37.979Z||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-11-18T05:26:37.979Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T05:26:47.546Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T05:26:47.555Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T05:27:37.971Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T05:27:37.972Z||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-11-18T05:27:37.972Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T05:27:37.978Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T05:27:37.979Z||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-11-18T05:27:37.979Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T05:27:47.540Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T05:27:47.553Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T05:28:37.971Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T05:28:37.972Z||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-11-18T05:28:37.972Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T05:28:37.978Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T05:28:37.979Z||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-11-18T05:28:37.979Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T05:28:47.528Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T05:28:47.532Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T05:29:06.185Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-11-18T05:29:37.971Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T05:29:37.972Z||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-11-18T05:29:37.972Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T05:29:37.978Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T05:29:37.978Z||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-11-18T05:29:37.979Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T05:29:47.525Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T05:29:47.526Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T05:30:37.971Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T05:30:37.972Z||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-11-18T05:30:37.972Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T05:30:37.978Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T05:30:37.978Z||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-11-18T05:30:37.978Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T05:30:47.533Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T05:30:47.538Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T05:31:37.971Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T05:31:37.972Z||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-11-18T05:31:37.972Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T05:31:37.978Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T05:31:37.978Z||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-11-18T05:31:37.978Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T05:31:47.547Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T05:31:47.552Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T05:32:37.971Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T05:32:37.972Z||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-11-18T05:32:37.972Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T05:32:37.978Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T05:32:37.979Z||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-11-18T05:32:37.979Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T05:32:47.517Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T05:32:47.522Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T05:33:37.971Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T05:33:37.973Z||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-11-18T05:33:37.973Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T05:33:37.978Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T05:33:37.979Z||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-11-18T05:33:37.979Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T05:33:47.543Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T05:33:47.548Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T05:34:37.971Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T05:34:37.974Z||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-11-18T05:34:37.974Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T05:34:37.978Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T05:34:37.978Z||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-11-18T05:34:37.979Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T05:34:47.552Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T05:34:47.557Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T05:35:37.971Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T05:35:37.972Z||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-11-18T05:35:37.972Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T05:35:37.978Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T05:35:37.978Z||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-11-18T05:35:37.978Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T05:35:47.527Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T05:35:47.531Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T05:36:37.971Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T05:36:37.972Z||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-11-18T05:36:37.972Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T05:36:37.978Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T05:36:37.978Z||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-11-18T05:36:37.979Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T05:36:47.536Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T05:36:47.546Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T05:37:37.971Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T05:37:37.972Z||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-11-18T05:37:37.972Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T05:37:37.978Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T05:37:37.979Z||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-11-18T05:37:37.979Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T05:37:47.544Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T05:37:47.544Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T05:38:37.971Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T05:38:37.972Z||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-11-18T05:38:37.972Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T05:38:37.977Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T05:38:37.978Z||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-11-18T05:38:37.978Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T05:38:47.532Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T05:38:47.546Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T05:39:37.975Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T05:39:37.976Z||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-11-18T05:39:37.976Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T05:39:37.978Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T05:39:37.978Z||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-11-18T05:39:37.978Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T05:39:47.524Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T05:39:47.526Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T05:40:37.971Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T05:40:37.972Z||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-11-18T05:40:37.972Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T05:40:37.978Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T05:40:37.979Z||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-11-18T05:40:37.979Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T05:40:47.522Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T05:40:47.539Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T05:41:37.971Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T05:41:37.972Z||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-11-18T05:41:37.972Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T05:41:37.978Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T05:41:37.978Z||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-11-18T05:41:37.978Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T05:41:47.527Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T05:41:47.535Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T05:42:37.971Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T05:42:37.972Z||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-11-18T05:42:37.972Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T05:42:37.978Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T05:42:37.978Z||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-11-18T05:42:37.978Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T05:42:47.533Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T05:42:47.566Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T05:43:37.971Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T05:43:37.972Z||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-11-18T05:43:37.972Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T05:43:37.977Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T05:43:37.978Z||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-11-18T05:43:37.978Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T05:43:47.533Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T05:43:47.597Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T05:44:37.971Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T05:44:37.972Z||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-11-18T05:44:37.972Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T05:44:37.978Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T05:44:37.978Z||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-11-18T05:44:37.978Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T05:44:47.521Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T05:44:47.527Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T05:45:37.971Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T05:45:37.972Z||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-11-18T05:45:37.972Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T05:45:37.978Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T05:45:37.978Z||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-11-18T05:45:37.978Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T05:45:47.526Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T05:45:47.527Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T05:46:37.971Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T05:46:37.972Z||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-11-18T05:46:37.972Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T05:46:37.978Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T05:46:37.978Z||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-11-18T05:46:37.978Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T05:46:47.522Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T05:46:47.524Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T05:47:37.971Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T05:47:37.972Z||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-11-18T05:47:37.973Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T05:47:37.978Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T05:47:37.978Z||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-11-18T05:47:37.978Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T05:47:47.523Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T05:47:47.540Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T05:48:37.971Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T05:48:37.972Z||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-11-18T05:48:37.973Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T05:48:37.978Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T05:48:37.978Z||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-11-18T05:48:37.978Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T05:48:47.529Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T05:48:47.532Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T05:49:37.971Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T05:49:37.973Z||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-11-18T05:49:37.973Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T05:49:37.978Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T05:49:37.978Z||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-11-18T05:49:37.978Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T05:49:47.542Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T05:49:47.573Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T05:50:37.971Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T05:50:37.972Z||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-11-18T05:50:37.972Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T05:50:37.978Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T05:50:37.978Z||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-11-18T05:50:37.979Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T05:50:47.525Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T05:50:47.527Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T05:51:37.971Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T05:51:37.972Z||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-11-18T05:51:37.972Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T05:51:37.978Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T05:51:37.979Z||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-11-18T05:51:37.979Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T05:51:47.517Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T05:51:47.526Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T05:52:37.971Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T05:52:37.972Z||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-11-18T05:52:37.972Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T05:52:37.978Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T05:52:37.978Z||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-11-18T05:52:37.978Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T05:52:47.516Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T05:52:47.517Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T05:53:37.971Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T05:53:37.972Z||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-11-18T05:53:37.972Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T05:53:37.978Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T05:53:37.978Z||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-11-18T05:53:37.979Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T05:53:47.519Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T05:53:47.520Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T05:54:37.971Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T05:54:37.972Z||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-11-18T05:54:37.972Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T05:54:37.978Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T05:54:37.978Z||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-11-18T05:54:37.979Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T05:54:47.533Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T05:54:47.535Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T05:55:37.971Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T05:55:37.972Z||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-11-18T05:55:37.972Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T05:55:37.978Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T05:55:37.978Z||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-11-18T05:55:37.979Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T05:55:47.520Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T05:55:47.550Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T05:56:37.971Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T05:56:37.972Z||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-11-18T05:56:37.972Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T05:56:37.978Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T05:56:37.979Z||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-11-18T05:56:37.979Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T05:56:47.562Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T05:56:47.564Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T05:57:37.971Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T05:57:37.972Z||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-11-18T05:57:37.972Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T05:57:37.978Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T05:57:37.978Z||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-11-18T05:57:37.978Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T05:57:47.521Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T05:57:47.524Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T05:58:37.971Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T05:58:37.972Z||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-11-18T05:58:37.972Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T05:58:37.978Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T05:58:37.978Z||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-11-18T05:58:37.978Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T05:58:47.522Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T05:58:47.538Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T05:59:37.971Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T05:59:37.972Z||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-11-18T05:59:37.972Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T05:59:37.978Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T05:59:37.978Z||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-11-18T05:59:37.978Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T05:59:47.532Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T05:59:47.535Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:00:37.971Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T06:00:37.972Z||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-11-18T06:00:37.973Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T06:00:37.978Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T06:00:37.978Z||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-11-18T06:00:37.978Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T06:00:47.525Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:00:47.545Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:01:37.971Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T06:01:37.972Z||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-11-18T06:01:37.972Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T06:01:37.978Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T06:01:37.978Z||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-11-18T06:01:37.978Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T06:01:47.526Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:01:47.531Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:02:37.971Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T06:02:37.972Z||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-11-18T06:02:37.972Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T06:02:37.978Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T06:02:37.978Z||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-11-18T06:02:37.978Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T06:02:47.521Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:02:47.522Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:03:37.971Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T06:03:37.972Z||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-11-18T06:03:37.972Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T06:03:37.978Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T06:03:37.978Z||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-11-18T06:03:37.978Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T06:03:47.551Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:03:47.554Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:04:37.971Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T06:04:37.973Z||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-11-18T06:04:37.974Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T06:04:37.978Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T06:04:37.979Z||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-11-18T06:04:37.979Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T06:04:47.553Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:04:47.555Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:05:37.971Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T06:05:37.973Z||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-11-18T06:05:37.973Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T06:05:37.978Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T06:05:37.978Z||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-11-18T06:05:37.978Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T06:05:47.538Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:05:47.553Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:06:37.971Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T06:06:37.972Z||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-11-18T06:06:37.972Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T06:06:37.978Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T06:06:37.978Z||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-11-18T06:06:37.978Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T06:06:38.230Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:06:38.234Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-18T06:06:38.234Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99840869-29bb-4c23-a1f0-71ed82b73566",
  "consumerID": "cds",
  "timestamp": 1668751581206,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221118060531/1.0/resourceInstances/vfwe49d5bc91fd50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:06:38.271Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:06:38.271Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-18T06:06:38.272Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99840869-29bb-4c23-a1f0-71ed82b73566",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668751585005,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221118060531/1.0/resourceInstances/vfwe49d5bc91fd50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:06:38.272Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:06:38.272Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-18T06:06:38.272Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99840869-29bb-4c23-a1f0-71ed82b73566",
  "consumerID": "aai-ml",
  "timestamp": 1668751587713,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221118060531/1.0/resourceInstances/vfwe49d5bc91fd50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:06:38.273Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:06:38.273Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-18T06:06:38.273Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99840869-29bb-4c23-a1f0-71ed82b73566",
  "consumerID": "cds",
  "timestamp": 1668751581206,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221118060531/1.0/resourceInstances/vfwe49d5bc91fd50/artifacts/vfwe49d5bc91fd50_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:06:38.273Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:06:38.273Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-18T06:06:38.273Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99840869-29bb-4c23-a1f0-71ed82b73566",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668751585005,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221118060531/1.0/resourceInstances/vfwe49d5bc91fd50/artifacts/vfwe49d5bc91fd50_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:06:38.274Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:06:38.274Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-18T06:06:38.274Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99840869-29bb-4c23-a1f0-71ed82b73566",
  "consumerID": "aai-ml",
  "timestamp": 1668751587713,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221118060531/1.0/resourceInstances/vfwe49d5bc91fd50/artifacts/vfwe49d5bc91fd50_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:06:38.274Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:06:38.275Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-18T06:06:38.275Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99840869-29bb-4c23-a1f0-71ed82b73566",
  "consumerID": "cds",
  "timestamp": 1668751581206,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221118060531/1.0/resourceInstances/vfwe49d5bc91fd50/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:06:38.275Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:06:38.275Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-18T06:06:38.275Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99840869-29bb-4c23-a1f0-71ed82b73566",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668751585005,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221118060531/1.0/resourceInstances/vfwe49d5bc91fd50/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:06:38.276Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:06:38.276Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-18T06:06:38.276Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99840869-29bb-4c23-a1f0-71ed82b73566",
  "consumerID": "aai-ml",
  "timestamp": 1668751587713,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221118060531/1.0/resourceInstances/vfwe49d5bc91fd50/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:06:38.276Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:06:38.276Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-18T06:06:38.277Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99840869-29bb-4c23-a1f0-71ed82b73566",
  "consumerID": "cds",
  "timestamp": 1668751581206,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221118060531/1.0/resourceInstances/vfwe49d5bc91fd50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:06:38.277Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:06:38.277Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-18T06:06:38.277Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99840869-29bb-4c23-a1f0-71ed82b73566",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668751585005,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221118060531/1.0/resourceInstances/vfwe49d5bc91fd50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:06:38.277Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:06:38.278Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-18T06:06:38.278Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99840869-29bb-4c23-a1f0-71ed82b73566",
  "consumerID": "aai-ml",
  "timestamp": 1668751587713,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221118060531/1.0/resourceInstances/vfwe49d5bc91fd50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:06:38.278Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:06:38.278Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-18T06:06:38.278Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99840869-29bb-4c23-a1f0-71ed82b73566",
  "consumerID": "cds",
  "timestamp": 1668751581206,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221118060531/1.0/resourceInstances/vfwe49d5bc91fd50/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:06:38.279Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:06:38.279Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-18T06:06:38.279Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99840869-29bb-4c23-a1f0-71ed82b73566",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668751585005,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221118060531/1.0/resourceInstances/vfwe49d5bc91fd50/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:06:38.279Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:06:38.279Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-18T06:06:38.280Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99840869-29bb-4c23-a1f0-71ed82b73566",
  "consumerID": "aai-ml",
  "timestamp": 1668751587713,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221118060531/1.0/resourceInstances/vfwe49d5bc91fd50/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:06:38.280Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:06:38.280Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-18T06:06:38.280Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99840869-29bb-4c23-a1f0-71ed82b73566",
  "consumerID": "cds",
  "timestamp": 1668751581206,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221118060531/1.0/artifacts/service-Vfw20221118060531-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:06:38.281Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:06:38.282Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-18T06:06:38.282Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99840869-29bb-4c23-a1f0-71ed82b73566",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668751585005,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221118060531/1.0/artifacts/service-Vfw20221118060531-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:06:38.282Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:06:38.282Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-18T06:06:38.282Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99840869-29bb-4c23-a1f0-71ed82b73566",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668751592943,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221118060531/1.0/resourceInstances/vfwe49d5bc91fd50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:06:38.283Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:06:38.283Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-18T06:06:38.283Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99840869-29bb-4c23-a1f0-71ed82b73566",
  "consumerID": "aai-ml",
  "timestamp": 1668751587713,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221118060531/1.0/artifacts/service-Vfw20221118060531-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:06:38.283Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:06:38.283Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-18T06:06:38.284Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99840869-29bb-4c23-a1f0-71ed82b73566",
  "consumerID": "cds",
  "timestamp": 1668751581206,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221118060531/1.0/artifacts/service-Vfw20221118060531-csar.csar",
  "status": "NOTIFIED"
}
2022-11-18T06:06:38.284Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:06:38.284Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-18T06:06:38.284Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99840869-29bb-4c23-a1f0-71ed82b73566",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668751585005,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221118060531/1.0/artifacts/service-Vfw20221118060531-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:06:38.284Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:06:38.285Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-18T06:06:38.285Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99840869-29bb-4c23-a1f0-71ed82b73566",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668751592943,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221118060531/1.0/resourceInstances/vfwe49d5bc91fd50/artifacts/vfwe49d5bc91fd50_modules.json",
  "status": "NOTIFIED"
}
2022-11-18T06:06:38.285Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:06:38.285Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-18T06:06:38.285Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99840869-29bb-4c23-a1f0-71ed82b73566",
  "consumerID": "aai-ml",
  "timestamp": 1668751587713,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221118060531/1.0/artifacts/service-Vfw20221118060531-csar.csar",
  "status": "NOTIFIED"
}
2022-11-18T06:06:38.286Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:06:38.286Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-18T06:06:38.286Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99840869-29bb-4c23-a1f0-71ed82b73566",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668751592943,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221118060531/1.0/resourceInstances/vfwe49d5bc91fd50/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-11-18T06:06:38.286Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:06:38.287Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-18T06:06:38.287Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99840869-29bb-4c23-a1f0-71ed82b73566",
  "consumerID": "cds",
  "timestamp": 1668751596494,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221118060531/1.0/artifacts/service-Vfw20221118060531-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-18T06:06:38.287Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T06:06:38.287Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-18T06:06:38.288Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99840869-29bb-4c23-a1f0-71ed82b73566",
  "consumerID": "aai-ml",
  "timestamp": 1668751595611,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221118060531/1.0/artifacts/service-Vfw20221118060531-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-18T06:06:38.288Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T06:06:38.601Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:06:38.603Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T06:06:38.603Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"99840869-29bb-4c23-a1f0-71ed82b73566","serviceName":"vFW 2022-11-18 06-05-31","serviceVersion":"1.0","serviceUUID":"da03b14c-c88a-4ce0-a01f-f37ee4046ed0","serviceDescription":"catalog service description","serviceInvariantUUID":"6d29179c-beb1-49a3-9e00-67abb277c4d9","resources":[{"resourceInstanceName":"vFW e49d5bc9-1fd5 0","resourceName":"vFW e49d5bc9-1fd5","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"335c2998-f4db-4970-ba8f-f8c033857e51","resourceInvariantUUID":"110dca48-d1e8-4b25-a8ff-1392fcf9fdd7","resourceCustomizationUUID":"f6adc929-3431-4d51-ac46-b5cb94811e2c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221118060531/1.0/resourceInstances/vfwe49d5bc91fd50/artifacts/vf-license-model.xml","artifactChecksum":"ZjRmYWM2N2Y3Yjc2MmE1NWY0ZGM2NmE2MDdiYWY1N2I\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"767144dd-be80-4f17-a35a-f8ad1355ee5d","artifactVersion":"1"},{"artifactName":"vfwe49d5bc91fd50_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20221118060531/1.0/resourceInstances/vfwe49d5bc91fd50/artifacts/vfwe49d5bc91fd50_modules.json","artifactChecksum":"OGY5NjA1MzI2NmQ4OTI1ZjM3YjU5ZTA3NWI3YmI4MzE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"43ba86e7-86ff-4835-8050-6267006621b4","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20221118060531/1.0/resourceInstances/vfwe49d5bc91fd50/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"4226b7e6-95f7-4c7e-a746-13712ae96c5a","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221118060531/1.0/resourceInstances/vfwe49d5bc91fd50/artifacts/vendor-license-model.xml","artifactChecksum":"NDVjYzdmMWFmNTU1YjBkMTg3NzNkMjA3YzNlN2U3MWI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"00e8ed8c-da77-496a-8f78-faee795e4764","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20221118060531/1.0/resourceInstances/vfwe49d5bc91fd50/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"7c7e4570-4d08-49c3-bab7-229648984424","artifactVersion":"2","generatedFromUUID":"4226b7e6-95f7-4c7e-a746-13712ae96c5a"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20221118060531-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20221118060531/1.0/artifacts/service-Vfw20221118060531-template.yml","artifactChecksum":"Yzc3YWFjYmY3ZjUyNTA2MDE5NDFkNmEyZjNlZjdkMmE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"701f3852-51f4-4832-89e5-dba12af5c0c6","artifactVersion":"1"},{"artifactName":"service-Vfw20221118060531-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20221118060531/1.0/artifacts/service-Vfw20221118060531-csar.csar","artifactChecksum":"MDM1NTc3YzAyMzc3ZTgzZmI3NzI0MTU3Njg3ZWI2YWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9fa18d50-d417-4f25-b7f4-526bea8ef457","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-18T06:06:38.613Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T06:06:38.620Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-18T06:06:38.632Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T06:06:38.633Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "99840869-29bb-4c23-a1f0-71ed82b73566",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668751597971,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221118060531/1.0/resourceInstances/vfwe49d5bc91fd50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:06:38.733Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-11-18T06:06:38.738Z||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-11-18T06:06:38.739Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqtUncrJ6IPnBsAB) ...
2022-11-18T06:06:38.755Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:06:38.756Z||pool-3-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-11-18T06:06:39.641Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T06:06:39.642Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-18T06:06:39.644Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T06:06:39.644Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "99840869-29bb-4c23-a1f0-71ed82b73566",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668751597971,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221118060531/1.0/resourceInstances/vfwe49d5bc91fd50/artifacts/vfwe49d5bc91fd50_modules.json",
  "status": "NOTIFIED"
}
2022-11-18T06:06:39.744Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T06:06:39.746Z||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-11-18T06:06:39.746Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqtUncrJ6IPnBsAB) ...
2022-11-18T06:06:39.769Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:06:39.769Z||pool-4-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-11-18T06:06:40.645Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T06:06:40.646Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-18T06:06:40.648Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T06:06:40.648Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "99840869-29bb-4c23-a1f0-71ed82b73566",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668751597971,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221118060531/1.0/resourceInstances/vfwe49d5bc91fd50/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-11-18T06:06:40.748Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T06:06:40.750Z||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-11-18T06:06:40.750Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqtUncrJ6IPnBsAB) ...
2022-11-18T06:06:40.771Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:06:40.772Z||pool-5-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-11-18T06:06:41.649Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T06:06:41.651Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-18T06:06:41.655Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T06:06:41.655Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "99840869-29bb-4c23-a1f0-71ed82b73566",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668751597971,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221118060531/1.0/resourceInstances/vfwe49d5bc91fd50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:06:41.755Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T06:06:41.756Z||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-11-18T06:06:41.757Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqtUncrJ6IPnBsAB) ...
2022-11-18T06:06:41.767Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:06:41.768Z||pool-6-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-18T06:06:42.656Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T06:06:42.657Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-18T06:06:42.660Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T06:06:42.660Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "99840869-29bb-4c23-a1f0-71ed82b73566",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668751597971,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221118060531/1.0/resourceInstances/vfwe49d5bc91fd50/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-11-18T06:06:42.761Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T06:06:42.763Z||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-11-18T06:06:42.763Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqtUncrJ6IPnBsAB) ...
2022-11-18T06:06:42.775Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:06:42.775Z||pool-7-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-11-18T06:06:43.661Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T06:06:43.662Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-18T06:06:43.664Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T06:06:43.664Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "99840869-29bb-4c23-a1f0-71ed82b73566",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668751597971,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221118060531/1.0/artifacts/service-Vfw20221118060531-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:06:43.765Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-18T06:06:43.766Z||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-11-18T06:06:43.766Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqtUncrJ6IPnBsAB) ...
2022-11-18T06:06:43.779Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:06:43.780Z||pool-8-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-18T06:06:44.666Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T06:06:44.667Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-18T06:06:44.670Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T06:06:44.670Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "99840869-29bb-4c23-a1f0-71ed82b73566",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668751597971,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221118060531/1.0/artifacts/service-Vfw20221118060531-csar.csar",
  "status": "NOTIFIED"
}
2022-11-18T06:06:44.770Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T06:06:44.771Z||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-11-18T06:06:44.771Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqtUncrJ6IPnBsAB) ...
2022-11-18T06:06:44.783Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:06:44.784Z||pool-9-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-11-18T06:06:45.673Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "99840869-29bb-4c23-a1f0-71ed82b73566",
  "serviceName": "vFW 2022-11-18 06-05-31",
  "serviceVersion": "1.0",
  "serviceUUID": "da03b14c-c88a-4ce0-a01f-f37ee4046ed0",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "6d29179c-beb1-49a3-9e00-67abb277c4d9",
  "resources": [
    {
      "resourceInstanceName": "vFW e49d5bc9-1fd5 0",
      "resourceCustomizationUUID": "f6adc929-3431-4d51-ac46-b5cb94811e2c",
      "resourceName": "vFW e49d5bc9-1fd5",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "335c2998-f4db-4970-ba8f-f8c033857e51",
      "resourceInvariantUUID": "110dca48-d1e8-4b25-a8ff-1392fcf9fdd7",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwe49d5bc91fd50_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20221118060531/1.0/resourceInstances/vfwe49d5bc91fd50/artifacts/vfwe49d5bc91fd50_modules.json",
          "artifactChecksum": "OGY5NjA1MzI2NmQ4OTI1ZjM3YjU5ZTA3NWI3YmI4MzE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "43ba86e7-86ff-4835-8050-6267006621b4",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20221118060531/1.0/resourceInstances/vfwe49d5bc91fd50/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "4226b7e6-95f7-4c7e-a746-13712ae96c5a",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20221118060531/1.0/resourceInstances/vfwe49d5bc91fd50/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "7c7e4570-4d08-49c3-bab7-229648984424",
            "generatedFromUUID": "4226b7e6-95f7-4c7e-a746-13712ae96c5a"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20221118060531/1.0/resourceInstances/vfwe49d5bc91fd50/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "7c7e4570-4d08-49c3-bab7-229648984424",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20221118060531-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20221118060531/1.0/artifacts/service-Vfw20221118060531-csar.csar",
      "artifactChecksum": "MDM1NTc3YzAyMzc3ZTgzZmI3NzI0MTU3Njg3ZWI2YWU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "9fa18d50-d417-4f25-b7f4-526bea8ef457"
    }
  ],
  "workloadContext": "Production"
}
2022-11-18T06:06:45.675Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-18T06:06:45.675Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 da03b14c-c88a-4ce0-a01f-f37ee4046ed0 ASDC
2022-11-18T06:06:45.792Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:99840869-29bb-4c23-a1f0-71ed82b73566
ServiceName:vFW 2022-11-18 06-05-31
ServiceVersion:1.0
ServiceUUID:da03b14c-c88a-4ce0-a01f-f37ee4046ed0
ServiceInvariantUUID:6d29179c-beb1-49a3-9e00-67abb277c4d9
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20221118060531-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221118060531/1.0/artifacts/service-Vfw20221118060531-csar.csar
ArtifactUUID:9fa18d50-d417-4f25-b7f4-526bea8ef457
ArtifactChecksum:MDM1NTc3YzAyMzc3ZTgzZmI3NzI0MTU3Njg3ZWI2YWU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW e49d5bc9-1fd5 0
ResourceCustomizationUUID:f6adc929-3431-4d51-ac46-b5cb94811e2c
ResourceInvariantUUID:110dca48-d1e8-4b25-a8ff-1392fcf9fdd7
ResourceName:vFW e49d5bc9-1fd5
ResourceType:VF
ResourceUUID:335c2998-f4db-4970-ba8f-f8c033857e51
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwe49d5bc91fd50_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221118060531/1.0/resourceInstances/vfwe49d5bc91fd50/artifacts/vfwe49d5bc91fd50_modules.json
ArtifactUUID:43ba86e7-86ff-4835-8050-6267006621b4
ArtifactChecksum:OGY5NjA1MzI2NmQ4OTI1ZjM3YjU5ZTA3NWI3YmI4MzE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_vfw.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/Vfw20221118060531/1.0/resourceInstances/vfwe49d5bc91fd50/artifacts/base_vfw.yaml
ArtifactUUID:4226b7e6-95f7-4c7e-a746-13712ae96c5a
ArtifactChecksum:ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221118060531/1.0/resourceInstances/vfwe49d5bc91fd50/artifacts/base_vfw.env
ArtifactUUID:7c7e4570-4d08-49c3-bab7-229648984424
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221118060531/1.0/resourceInstances/vfwe49d5bc91fd50/artifacts/base_vfw.env
ArtifactUUID:7c7e4570-4d08-49c3-bab7-229648984424
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-11-18T06:06:45.792Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF da03b14c-c88a-4ce0-a01f-f37ee4046ed0 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-11-18T06:06:46.066Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-18T06:06:46.067Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-11-18T06:06:46.068Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-11-18T06:06:46.069Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 9fa18d50-d417-4f25-b7f4-526bea8ef457 from URL: /sdc/v1/catalog/services/Vfw20221118060531/1.0/artifacts/service-Vfw20221118060531-csar.csar
2022-11-18T06:06:46.069Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-11-18T06:06:46.070Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221118060531/1.0/artifacts/service-Vfw20221118060531-csar.csar
2022-11-18T06:06:46.188Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-11-18T06:06:46.207Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221118060531/1.0/artifacts/service-Vfw20221118060531-csar.csar 9fa18d50-d417-4f25-b7f4-526bea8ef457 100686
2022-11-18T06:06:46.209Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221118060531/1.0/artifacts/service-Vfw20221118060531-csar.csar ASDC sendASDCNotification
2022-11-18T06:06:46.209Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221118060531/1.0/artifacts/service-Vfw20221118060531-csar.csar
2022-11-18T06:06:46.210Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-18T06:06:46.211Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-18T06:06:46.213Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T06:06:46.213Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "99840869-29bb-4c23-a1f0-71ed82b73566",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668751606207,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221118060531/1.0/artifacts/service-Vfw20221118060531-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-18T06:06:46.313Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T06:06:46.314Z||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-11-18T06:06:46.315Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqtUncrJ6IPnBsAB) ...
2022-11-18T06:06:46.333Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:06:46.334Z||pool-10-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-11-18T06:06:47.214Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-18T06:06:47.215Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-11-18T06:06:47.215Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 9fa18d50-d417-4f25-b7f4-526bea8ef457, URL: /sdc/v1/catalog/services/Vfw20221118060531/1.0/artifacts/service-Vfw20221118060531-csar.csar to file: /app/ASDC/1/service-Vfw20221118060531-csar.csar
2022-11-18T06:06:47.216Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20221118060531-csar.csar
2022-11-18T06:06:47.303Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20221118060531-csar.csar
2022-11-18T06:06:47.304Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20221118060531-csar.csar
2022-11-18T06:06:48.036Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9233303741138604343/Definitions/service-Vfw20221118060531-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
2022-11-18T06:06:50.748Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-18T06:06:50.753Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-11-18T06:06:50.754Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20221118060531-csar.csar
2022-11-18T06:06:50.754Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2022-11-18T06:06:50.754Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221118060531-csar.csar
2022-11-18T06:06:50.754Z|99840869-29bb-4c23-a1f0-71ed82b73566|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-Vfw20221118060531-csar.csar
2022-11-18T06:06:50.755Z|99840869-29bb-4c23-a1f0-71ed82b73566|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-Vfw20221118060531-csar.csar
2022-11-18T06:06:50.755Z|99840869-29bb-4c23-a1f0-71ed82b73566|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-Vfw20221118060531-csar.csar
2022-11-18T06:06:50.755Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221118060531-csar.csar
2022-11-18T06:06:50.755Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221118060531-csar.csar
2022-11-18T06:06:50.755Z|99840869-29bb-4c23-a1f0-71ed82b73566|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-Vfw20221118060531-csar.csar
2022-11-18T06:06:50.756Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221118060531-csar.csar
2022-11-18T06:06:50.756Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221118060531-csar.csar
2022-11-18T06:06:50.756Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221118060531-csar.csar
2022-11-18T06:06:50.756Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW e49d5bc9-1fd5 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-Vfw20221118060531-csar.csar
2022-11-18T06:06:50.756Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-11-18T06:06:50.763Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T06:06:50.764Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-11-18 06-05-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T06:06:50.768Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Node template vFW e49d5bc9-1fd5 0 is matching search criteria
2022-11-18T06:06:50.769Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-11-18T06:06:50.770Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW e49d5bc9-1fd5 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-18T06:06:50.772Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T06:06:50.772Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-11-18 06-05-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T06:06:50.773Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Node template vFW e49d5bc9-1fd5 0 is matching search criteria
2022-11-18T06:06:50.773Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-11-18T06:06:50.773Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW e49d5bc9-1fd5 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-18T06:06:50.773Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T06:06:50.774Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-11-18 06-05-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T06:06:50.777Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T06:06:50.777Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Node template vFW e49d5bc9-1fd5 0 is not matching search criteria
2022-11-18T06:06:50.778Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-18T06:06:50.778Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-18T06:06:50.778Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-18T06:06:50.778Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-18T06:06:50.779Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-18T06:06:50.779Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-18T06:06:50.779Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-18T06:06:50.779Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-18T06:06:50.779Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-18T06:06:50.780Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-18T06:06:50.780Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-18T06:06:50.780Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-18T06:06:50.781Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-18T06:06:50.781Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-18T06:06:50.781Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-18T06:06:50.781Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-18T06:06:50.781Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T06:06:50.782Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-11-18 06-05-31 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-18T06:06:50.783Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T06:06:50.784Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Node template vFW e49d5bc9-1fd5 0 is matching search criteria
2022-11-18T06:06:50.784Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW e49d5bc9-1fd5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-18T06:06:50.785Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T06:06:50.785Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Node template vFW e49d5bc9-1fd5 0 is matching search criteria
2022-11-18T06:06:50.785Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW e49d5bc9-1fd5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-18T06:06:50.785Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T06:06:50.786Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Node template vFW e49d5bc9-1fd5 0 is matching search criteria
2022-11-18T06:06:50.786Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW e49d5bc9-1fd5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-18T06:06:50.786Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T06:06:50.786Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Node template vFW e49d5bc9-1fd5 0 is not matching search criteria
2022-11-18T06:06:50.787Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-18T06:06:50.787Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-11-18T06:06:50.787Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-18T06:06:50.787Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-18T06:06:50.788Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-18T06:06:50.788Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-18T06:06:50.788Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-18T06:06:50.788Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-18T06:06:50.789Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-18T06:06:50.789Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-18T06:06:50.789Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-18T06:06:50.789Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=215ebd01-2a6d-4607-abec-a674efaf0df8
2022-11-18T06:06:50.790Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T06:06:50.790Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Node template vFW e49d5bc9-1fd5 0 is not matching search criteria
2022-11-18T06:06:50.790Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-18T06:06:50.790Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-18T06:06:50.790Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-18T06:06:50.791Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-18T06:06:50.791Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-18T06:06:50.791Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-18T06:06:50.791Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-18T06:06:50.791Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-11-18T06:06:50.792Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-18T06:06:50.792Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-18T06:06:50.792Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-18T06:06:50.792Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-18T06:06:50.792Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=ab4123fc-3a89-4809-997d-a965c95d35ca
2022-11-18T06:06:50.793Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T06:06:50.793Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Node template vFW e49d5bc9-1fd5 0 is not matching search criteria
2022-11-18T06:06:50.793Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-18T06:06:50.793Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-18T06:06:50.793Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-18T06:06:50.793Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-18T06:06:50.794Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-18T06:06:50.794Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-18T06:06:50.794Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-18T06:06:50.794Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-18T06:06:50.794Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-18T06:06:50.794Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-18T06:06:50.795Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-18T06:06:50.795Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-11-18T06:06:50.795Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=2d26d547-4522-4445-aa45-c81a7a9577cf
2022-11-18T06:06:50.795Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T06:06:50.795Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-11-18 06-05-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T06:06:50.795Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T06:06:50.796Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-11-18 06-05-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T06:06:50.796Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T06:06:50.796Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-11-18 06-05-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T06:06:50.796Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T06:06:50.796Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-11-18 06-05-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T06:06:50.797Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-11-18 06-05-31
Description:catalog service description
Model UUID:da03b14c-c88a-4ce0-a01f-f37ee4046ed0
Model Version:NULL
Model InvariantUuid:6d29179c-beb1-49a3-9e00-67abb277c4d9
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW e49d5bc9-1fd5
Model UUID:95d43166-5c16-46c3-a01c-aa14c76c7861
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:110dca48-d1e8-4b25-a8ff-1392fcf9fdd7
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:f6adc929-3431-4d51-ac46-b5cb94811e2c
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:275fa46a-cc9f-4af8-acc5-5d716e28e58e
ModelName:VfwE49d5bc91fd5..base_vfw..module-0
ModelUuid:473b353a-723b-4cb5-acb6-16d54123ba47
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:215ebd01-2a6d-4607-abec-a674efaf0df8
ModelInvariantUuid:2d02abb8-22ac-481a-9d11-94d4d70d2b4b
ModelName:vFW e49d5bc9-1fd5-nodes.vfwCvfc
ModelUuid:1e09deda-d568-4866-84e4-e889e47f7e1f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:b6dd8c21-5a5d-4f92-8314-5288958b2035
ModelInvariantUuid:46c6fd7c-f733-47e0-b3ed-3e6ef38bf1d4
ModelName:VfwE49d5bc91fd5.compute.nodes.heat.vfw
ModelUuid:3d483eed-3bca-4080-90a7-171df237aac7
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:ab4123fc-3a89-4809-997d-a965c95d35ca
ModelInvariantUuid:6148a1a7-31f3-4b88-b99f-179aad5b8b86
ModelName:vFW e49d5bc9-1fd5-nodes.vsnCvfc
ModelUuid:96d9c3af-bccd-4a55-bd4e-176ac052838e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:0cf6b018-e1ee-41fd-8909-175e38fd2514
ModelInvariantUuid:10ad5279-c598-4cec-96ff-c872de991683
ModelName:VfwE49d5bc91fd5.compute.nodes.heat.vsn
ModelUuid:3b922fd6-f381-4aec-9f25-dbb5b4f1d09a
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:2d26d547-4522-4445-aa45-c81a7a9577cf
ModelInvariantUuid:27e84a92-e4d5-46d9-bf47-2d478f50a2e4
ModelName:vFW e49d5bc9-1fd5-nodes.vpgCvfc
ModelUuid:bd72dc4f-1a9f-428b-946f-03d5b056386f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:115e45c8-de2e-47c3-a11d-596b96114624
ModelInvariantUuid:f1cc706e-a922-43cf-a14a-32c5d0f0ac37
ModelName:VfwE49d5bc91fd5.compute.nodes.heat.vpg
ModelUuid:105ff4bc-0e16-4c21-982a-c92882cf4850
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-11-18T06:06:50.822Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 335c2998-f4db-4970-ba8f-f8c033857e51
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-11-18T06:06:50.910Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||INFO|500||vFW e49d5bc9-1fd5 0
2022-11-18T06:06:50.918Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 335c2998-f4db-4970-ba8f-f8c033857e51
2022-11-18T06:06:50.918Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 43ba86e7-86ff-4835-8050-6267006621b4 from URL: /sdc/v1/catalog/services/Vfw20221118060531/1.0/resourceInstances/vfwe49d5bc91fd50/artifacts/vfwe49d5bc91fd50_modules.json
2022-11-18T06:06:50.918Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-11-18T06:06:50.918Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221118060531/1.0/resourceInstances/vfwe49d5bc91fd50/artifacts/vfwe49d5bc91fd50_modules.json
2022-11-18T06:06:51.037Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-11-18T06:06:51.038Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221118060531/1.0/resourceInstances/vfwe49d5bc91fd50/artifacts/vfwe49d5bc91fd50_modules.json 43ba86e7-86ff-4835-8050-6267006621b4 785
2022-11-18T06:06:51.038Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221118060531/1.0/resourceInstances/vfwe49d5bc91fd50/artifacts/vfwe49d5bc91fd50_modules.json ASDC sendASDCNotification
2022-11-18T06:06:51.039Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221118060531/1.0/resourceInstances/vfwe49d5bc91fd50/artifacts/vfwe49d5bc91fd50_modules.json
2022-11-18T06:06:51.039Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-18T06:06:51.039Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-18T06:06:51.042Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T06:06:51.042Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "99840869-29bb-4c23-a1f0-71ed82b73566",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668751611038,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221118060531/1.0/resourceInstances/vfwe49d5bc91fd50/artifacts/vfwe49d5bc91fd50_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-18T06:06:51.144Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-11-18T06:06:51.145Z||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-11-18T06:06:51.145Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqtUncrJ6IPnBsAB) ...
2022-11-18T06:06:51.158Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:06:51.159Z||pool-11-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-18T06:06:52.044Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwE49d5bc91fd5..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "275fa46a-cc9f-4af8-acc5-5d716e28e58e",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "473b353a-723b-4cb5-acb6-16d54123ba47",
    "vfModuleModelCustomizationUUID": "9eb38cb9-4217-4810-a277-258160940559",
    "isBase": true,
    "artifacts": [
      "4226b7e6-95f7-4c7e-a746-13712ae96c5a",
      "7c7e4570-4d08-49c3-bab7-229648984424"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-11-18T06:06:52.059Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwE49d5bc91fd5..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:473b353a-723b-4cb5-acb6-16d54123ba47
VfModuleModelInvariantUUID:275fa46a-cc9f-4af8-acc5-5d716e28e58e
VfModuleModelDescription:NULL
Artifacts UUID List:{
4226b7e6-95f7-4c7e-a746-13712ae96c5a
,
7c7e4570-4d08-49c3-bab7-229648984424

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

isBase:true


}

2022-11-18T06:06:52.062Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwE49d5bc91fd5..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "275fa46a-cc9f-4af8-acc5-5d716e28e58e",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "473b353a-723b-4cb5-acb6-16d54123ba47",
    "vfModuleModelCustomizationUUID": "9eb38cb9-4217-4810-a277-258160940559",
    "isBase": true,
    "artifacts": [
      "4226b7e6-95f7-4c7e-a746-13712ae96c5a",
      "7c7e4570-4d08-49c3-bab7-229648984424"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-11-18T06:06:52.062Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwE49d5bc91fd5..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:473b353a-723b-4cb5-acb6-16d54123ba47
VfModuleModelInvariantUUID:275fa46a-cc9f-4af8-acc5-5d716e28e58e
VfModuleModelDescription:NULL
Artifacts UUID List:{
4226b7e6-95f7-4c7e-a746-13712ae96c5a
,
7c7e4570-4d08-49c3-bab7-229648984424

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

isBase:true


}

2022-11-18T06:06:52.062Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 4226b7e6-95f7-4c7e-a746-13712ae96c5a from URL: /sdc/v1/catalog/services/Vfw20221118060531/1.0/resourceInstances/vfwe49d5bc91fd50/artifacts/base_vfw.yaml
2022-11-18T06:06:52.063Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-11-18T06:06:52.063Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221118060531/1.0/resourceInstances/vfwe49d5bc91fd50/artifacts/base_vfw.yaml
2022-11-18T06:06:52.180Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-11-18T06:06:52.181Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221118060531/1.0/resourceInstances/vfwe49d5bc91fd50/artifacts/base_vfw.yaml 4226b7e6-95f7-4c7e-a746-13712ae96c5a 20368
2022-11-18T06:06:52.181Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221118060531/1.0/resourceInstances/vfwe49d5bc91fd50/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-11-18T06:06:52.181Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221118060531/1.0/resourceInstances/vfwe49d5bc91fd50/artifacts/base_vfw.yaml
2022-11-18T06:06:52.181Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-18T06:06:52.182Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-18T06:06:52.184Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T06:06:52.184Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "99840869-29bb-4c23-a1f0-71ed82b73566",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668751612181,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221118060531/1.0/resourceInstances/vfwe49d5bc91fd50/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-18T06:06:52.284Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T06:06:52.286Z||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-11-18T06:06:52.286Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqtUncrJ6IPnBsAB) ...
2022-11-18T06:06:52.298Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:06:52.298Z||pool-12-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-18T06:06:53.185Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 7c7e4570-4d08-49c3-bab7-229648984424 from URL: /sdc/v1/catalog/services/Vfw20221118060531/1.0/resourceInstances/vfwe49d5bc91fd50/artifacts/base_vfw.env
2022-11-18T06:06:53.185Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-11-18T06:06:53.186Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221118060531/1.0/resourceInstances/vfwe49d5bc91fd50/artifacts/base_vfw.env
2022-11-18T06:06:53.252Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-11-18T06:06:53.253Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221118060531/1.0/resourceInstances/vfwe49d5bc91fd50/artifacts/base_vfw.env 7c7e4570-4d08-49c3-bab7-229648984424 2098
2022-11-18T06:06:53.253Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221118060531/1.0/resourceInstances/vfwe49d5bc91fd50/artifacts/base_vfw.env ASDC sendASDCNotification
2022-11-18T06:06:53.253Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221118060531/1.0/resourceInstances/vfwe49d5bc91fd50/artifacts/base_vfw.env
2022-11-18T06:06:53.253Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-18T06:06:53.254Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-18T06:06:53.257Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T06:06:53.257Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "99840869-29bb-4c23-a1f0-71ed82b73566",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668751613253,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221118060531/1.0/resourceInstances/vfwe49d5bc91fd50/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-11-18T06:06:53.357Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T06:06:53.358Z||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-11-18T06:06:53.359Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqtUncrJ6IPnBsAB) ...
2022-11-18T06:06:53.369Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:06:53.370Z||pool-13-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-18T06:06:54.258Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: da03b14c-c88a-4ce0-a01f-f37ee4046ed0
2022-11-18T06:06:54.258Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW e49d5bc9-1fd5 0 335c2998-f4db-4970-ba8f-f8c033857e51 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-11-18T06:06:54.300Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4388a42f, org.onap.sdc.toscaparser.api.parameters.Input@275b6c74, org.onap.sdc.toscaparser.api.parameters.Input@3338c2ca, org.onap.sdc.toscaparser.api.parameters.Input@17ea3a79, org.onap.sdc.toscaparser.api.parameters.Input@11454d77]
2022-11-18T06:06:54.304Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T06:06:54.304Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-11-18 06-05-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T06:06:54.305Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 
2022-11-18T06:06:54.305Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= f6adc929-3431-4d51-ac46-b5cb94811e2c
2022-11-18T06:06:54.305Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: f6adc929-3431-4d51-ac46-b5cb94811e2c matches Tosca VF Customization UUID: f6adc929-3431-4d51-ac46-b5cb94811e2c
2022-11-18T06:06:54.305Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: f6adc929-3431-4d51-ac46-b5cb94811e2c  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-11-18T06:06:54.312Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T06:06:54.312Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-11-18 06-05-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T06:06:54.313Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id f6adc929-3431-4d51-ac46-b5cb94811e2c: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-11-18T06:06:54.314Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4564ae99
2022-11-18T06:06:54.314Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T06:06:54.314Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-11-18 06-05-31 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-18T06:06:54.315Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 9eb38cb9-4217-4810-a277-258160940559
2022-11-18T06:06:54.316Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 9eb38cb9-4217-4810-a277-258160940559
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-11-18T06:06:54.324Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T06:06:54.325Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Node template vFW e49d5bc9-1fd5 0 is matching search criteria
2022-11-18T06:06:54.325Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW e49d5bc9-1fd5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-18T06:06:54.326Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T06:06:54.326Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Node template vFW e49d5bc9-1fd5 0 is matching search criteria
2022-11-18T06:06:54.326Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW e49d5bc9-1fd5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-18T06:06:54.326Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T06:06:54.327Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Node template vFW e49d5bc9-1fd5 0 is not matching search criteria
2022-11-18T06:06:54.327Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-18T06:06:54.327Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-11-18T06:06:54.327Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-18T06:06:54.328Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-18T06:06:54.328Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-18T06:06:54.328Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-18T06:06:54.328Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-18T06:06:54.330Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-18T06:06:54.330Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-18T06:06:54.330Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-18T06:06:54.331Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-18T06:06:54.331Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=215ebd01-2a6d-4607-abec-a674efaf0df8
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-11-18T06:06:54.341Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T06:06:54.342Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Node template vFW e49d5bc9-1fd5 0 is matching search criteria
2022-11-18T06:06:54.342Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW e49d5bc9-1fd5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-18T06:06:54.342Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T06:06:54.342Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Node template vFW e49d5bc9-1fd5 0 is not matching search criteria
2022-11-18T06:06:54.343Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-18T06:06:54.343Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-18T06:06:54.343Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-18T06:06:54.343Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-18T06:06:54.343Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-18T06:06:54.344Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-18T06:06:54.344Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-18T06:06:54.344Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-11-18T06:06:54.344Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-18T06:06:54.344Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-18T06:06:54.345Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-18T06:06:54.345Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-18T06:06:54.345Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=ab4123fc-3a89-4809-997d-a965c95d35ca
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-11-18T06:06:54.347Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T06:06:54.347Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Node template vFW e49d5bc9-1fd5 0 is matching search criteria
2022-11-18T06:06:54.348Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW e49d5bc9-1fd5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-18T06:06:54.350Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T06:06:54.351Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Node template vFW e49d5bc9-1fd5 0 is not matching search criteria
2022-11-18T06:06:54.351Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-18T06:06:54.351Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-18T06:06:54.351Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-18T06:06:54.352Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-18T06:06:54.352Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-18T06:06:54.352Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-18T06:06:54.352Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-18T06:06:54.353Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-18T06:06:54.353Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-18T06:06:54.353Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-18T06:06:54.353Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-18T06:06:54.354Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-11-18T06:06:54.354Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=2d26d547-4522-4445-aa45-c81a7a9577cf
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-11-18T06:06:54.357Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T06:06:54.357Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Node template vFW e49d5bc9-1fd5 0 is matching search criteria
2022-11-18T06:06:54.357Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW e49d5bc9-1fd5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-18T06:06:54.357Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T06:06:54.358Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Node template vFW e49d5bc9-1fd5 0 is matching search criteria
2022-11-18T06:06:54.358Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW e49d5bc9-1fd5 0] matching following query criteria: sdcType=VF, customizationUUID=f6adc929-3431-4d51-ac46-b5cb94811e2c
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-11-18T06:06:54.361Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T06:06:54.361Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-11-18 06-05-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T06:06:54.361Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid da03b14c-c88a-4ce0-a01f-f37ee4046ed0: vFW e49d5bc9-1fd5
2022-11-18T06:06:54.361Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T06:06:54.362Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-11-18 06-05-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T06:06:54.362Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T06:06:54.362Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-11-18 06-05-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T06:06:54.363Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T06:06:54.363Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-11-18 06-05-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T06:06:54.363Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T06:06:54.363Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-11-18 06-05-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T06:06:54.364Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T06:06:54.364Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-11-18 06-05-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T06:06:54.364Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||INFO|500||Saving Service: vFW 2022-11-18 06-05-31 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-18T06:06:54.616Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW e49d5bc9-1fd5 335c2998-f4db-4970-ba8f-f8c033857e51 1 ASDC deployResourceStructure
2022-11-18T06:06:54.617Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221118060531/1.0/resourceInstances/vfwe49d5bc91fd50/artifacts/vfwe49d5bc91fd50_modules.json ASDC sendASDCNotification
2022-11-18T06:06:54.617Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221118060531/1.0/resourceInstances/vfwe49d5bc91fd50/artifacts/vfwe49d5bc91fd50_modules.json
2022-11-18T06:06:54.617Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-18T06:06:54.618Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-18T06:06:54.620Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T06:06:54.620Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "99840869-29bb-4c23-a1f0-71ed82b73566",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668751614617,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221118060531/1.0/resourceInstances/vfwe49d5bc91fd50/artifacts/vfwe49d5bc91fd50_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-18T06:06:54.720Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T06:06:54.721Z||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-11-18T06:06:54.721Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqtUncrJ6IPnBsAB) ...
2022-11-18T06:06:54.746Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:06:54.746Z||pool-14-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-11-18T06:06:55.621Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221118060531/1.0/resourceInstances/vfwe49d5bc91fd50/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-11-18T06:06:55.622Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221118060531/1.0/resourceInstances/vfwe49d5bc91fd50/artifacts/base_vfw.yaml
2022-11-18T06:06:55.623Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-18T06:06:55.623Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-18T06:06:55.625Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T06:06:55.626Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "99840869-29bb-4c23-a1f0-71ed82b73566",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668751615621,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221118060531/1.0/resourceInstances/vfwe49d5bc91fd50/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-11-18T06:06:55.726Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T06:06:55.727Z||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-11-18T06:06:55.727Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqtUncrJ6IPnBsAB) ...
2022-11-18T06:06:55.748Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:06:55.749Z||pool-15-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-11-18T06:06:56.628Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221118060531/1.0/resourceInstances/vfwe49d5bc91fd50/artifacts/base_vfw.env ASDC sendASDCNotification
2022-11-18T06:06:56.629Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221118060531/1.0/resourceInstances/vfwe49d5bc91fd50/artifacts/base_vfw.env
2022-11-18T06:06:56.629Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-18T06:06:56.629Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-18T06:06:56.631Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T06:06:56.632Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "99840869-29bb-4c23-a1f0-71ed82b73566",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668751616628,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221118060531/1.0/resourceInstances/vfwe49d5bc91fd50/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-11-18T06:06:56.732Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T06:06:56.733Z||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-11-18T06:06:56.734Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqtUncrJ6IPnBsAB) ...
2022-11-18T06:06:56.748Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:06:56.749Z||pool-16-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-18T06:06:57.635Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221118060531/1.0/artifacts/service-Vfw20221118060531-csar.csar ASDC sendASDCNotification
2022-11-18T06:06:57.636Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221118060531/1.0/artifacts/service-Vfw20221118060531-csar.csar
2022-11-18T06:06:57.636Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-18T06:06:57.636Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-18T06:06:57.639Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T06:06:57.639Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "99840869-29bb-4c23-a1f0-71ed82b73566",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668751617632,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221118060531/1.0/artifacts/service-Vfw20221118060531-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-18T06:06:57.739Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T06:06:57.740Z||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-11-18T06:06:57.740Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqtUncrJ6IPnBsAB) ...
2022-11-18T06:06:57.753Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:06:57.753Z||pool-17-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-11-18T06:06:58.640Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 99840869-29bb-4c23-a1f0-71ed82b73566
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-11-18T06:06:58.677Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 99840869-29bb-4c23-a1f0-71ed82b73566
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-11-18T06:06:58.679Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-18T06:06:58.679Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-18T06:06:58.680Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-18T06:07:28.680Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 99840869-29bb-4c23-a1f0-71ed82b73566
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-11-18T06:07:28.692Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 99840869-29bb-4c23-a1f0-71ed82b73566
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-11-18T06:07:28.694Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-18T06:07:28.694Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-18T06:07:28.694Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-18T06:07:37.978Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T06:07:37.979Z||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-11-18T06:07:37.979Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T06:07:38.008Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:07:38.009Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-18T06:07:38.009Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99840869-29bb-4c23-a1f0-71ed82b73566",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668751592943,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221118060531/1.0/resourceInstances/vfwe49d5bc91fd50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:07:38.010Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:07:58.695Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 99840869-29bb-4c23-a1f0-71ed82b73566
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-11-18T06:07:58.707Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 99840869-29bb-4c23-a1f0-71ed82b73566
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-11-18T06:07:58.710Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-18T06:07:58.710Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-18T06:07:58.710Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-18T06:08:28.710Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 99840869-29bb-4c23-a1f0-71ed82b73566
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-11-18T06:08:28.722Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 99840869-29bb-4c23-a1f0-71ed82b73566
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-11-18T06:08:28.725Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-18T06:08:28.725Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-18T06:08:28.725Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-18T06:08:37.978Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T06:08:37.979Z||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-11-18T06:08:37.979Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T06:08:38.005Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:08:38.006Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-18T06:08:38.006Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99840869-29bb-4c23-a1f0-71ed82b73566",
  "consumerID": "cds",
  "timestamp": 1668751597526,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221118060531/1.0/artifacts/service-Vfw20221118060531-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-11-18T06:08:38.016Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 99840869-29bb-4c23-a1f0-71ed82b73566
2022-11-18T06:08:38.017Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 99840869-29bb-4c23-a1f0-71ed82b73566 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-11-18T06:08:58.725Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 99840869-29bb-4c23-a1f0-71ed82b73566
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-11-18T06:08:58.740Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 99840869-29bb-4c23-a1f0-71ed82b73566
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-11-18T06:08:58.742Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-18T06:08:58.743Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-18T06:08:58.743Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-18T06:09:28.743Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 99840869-29bb-4c23-a1f0-71ed82b73566
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-11-18T06:09:28.761Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 99840869-29bb-4c23-a1f0-71ed82b73566
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-11-18T06:09:28.766Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-18T06:09:28.766Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-18T06:09:28.766Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-18T06:09:37.978Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T06:09:37.979Z||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-11-18T06:09:37.979Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T06:09:38.510Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:09:38.515Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T06:09:38.515Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99840869-29bb-4c23-a1f0-71ed82b73566",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668751597971,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221118060531/1.0/resourceInstances/vfwe49d5bc91fd50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:09:38.516Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:09:38.516Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T06:09:38.517Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99840869-29bb-4c23-a1f0-71ed82b73566",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668751592943,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221118060531/1.0/resourceInstances/vfwe49d5bc91fd50/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-11-18T06:09:38.517Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:09:38.517Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T06:09:38.517Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99840869-29bb-4c23-a1f0-71ed82b73566",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668751597971,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221118060531/1.0/resourceInstances/vfwe49d5bc91fd50/artifacts/vfwe49d5bc91fd50_modules.json",
  "status": "NOTIFIED"
}
2022-11-18T06:09:38.517Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:09:38.517Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T06:09:38.518Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99840869-29bb-4c23-a1f0-71ed82b73566",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668751592943,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221118060531/1.0/artifacts/service-Vfw20221118060531-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:09:38.518Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:09:38.518Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T06:09:38.518Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99840869-29bb-4c23-a1f0-71ed82b73566",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668751597971,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221118060531/1.0/resourceInstances/vfwe49d5bc91fd50/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-11-18T06:09:38.518Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:09:38.519Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T06:09:38.519Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99840869-29bb-4c23-a1f0-71ed82b73566",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668751592943,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221118060531/1.0/artifacts/service-Vfw20221118060531-csar.csar",
  "status": "NOTIFIED"
}
2022-11-18T06:09:38.519Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:09:38.519Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T06:09:38.519Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99840869-29bb-4c23-a1f0-71ed82b73566",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668751597971,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221118060531/1.0/resourceInstances/vfwe49d5bc91fd50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:09:38.520Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:09:38.520Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T06:09:38.520Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99840869-29bb-4c23-a1f0-71ed82b73566",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668751600753,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221118060531/1.0/resourceInstances/vfwe49d5bc91fd50/artifacts/vfwe49d5bc91fd50_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-18T06:09:38.520Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T06:09:38.520Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T06:09:38.520Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99840869-29bb-4c23-a1f0-71ed82b73566",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668751597971,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221118060531/1.0/resourceInstances/vfwe49d5bc91fd50/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-11-18T06:09:38.521Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:09:38.521Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T06:09:38.521Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99840869-29bb-4c23-a1f0-71ed82b73566",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668751601973,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221118060531/1.0/resourceInstances/vfwe49d5bc91fd50/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-18T06:09:38.521Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T06:09:38.521Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T06:09:38.521Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99840869-29bb-4c23-a1f0-71ed82b73566",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668751597971,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221118060531/1.0/artifacts/service-Vfw20221118060531-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:09:38.522Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:09:38.522Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T06:09:38.522Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99840869-29bb-4c23-a1f0-71ed82b73566",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668751603048,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221118060531/1.0/resourceInstances/vfwe49d5bc91fd50/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-11-18T06:09:38.522Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T06:09:38.522Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T06:09:38.523Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99840869-29bb-4c23-a1f0-71ed82b73566",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668751597971,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221118060531/1.0/artifacts/service-Vfw20221118060531-csar.csar",
  "status": "NOTIFIED"
}
2022-11-18T06:09:38.523Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:09:38.523Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T06:09:38.523Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99840869-29bb-4c23-a1f0-71ed82b73566",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668751604167,
  "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-11-18T06:09:38.531Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 99840869-29bb-4c23-a1f0-71ed82b73566
2022-11-18T06:09:38.531Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 99840869-29bb-4c23-a1f0-71ed82b73566 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-11-18T06:09:38.541Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T06:09:38.541Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99840869-29bb-4c23-a1f0-71ed82b73566",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668751605201,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221118060531/1.0/resourceInstances/vfwe49d5bc91fd50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:09:38.541Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:09:38.541Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T06:09:38.541Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99840869-29bb-4c23-a1f0-71ed82b73566",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668751606207,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221118060531/1.0/artifacts/service-Vfw20221118060531-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-18T06:09:38.542Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T06:09:38.542Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T06:09:38.542Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99840869-29bb-4c23-a1f0-71ed82b73566",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668751605171,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221118060531/1.0/resourceInstances/vfwe49d5bc91fd50/artifacts/vfwe49d5bc91fd50_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-18T06:09:38.542Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T06:09:38.542Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T06:09:38.542Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99840869-29bb-4c23-a1f0-71ed82b73566",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668751605201,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221118060531/1.0/resourceInstances/vfwe49d5bc91fd50/artifacts/vfwe49d5bc91fd50_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:09:38.542Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:09:38.543Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T06:09:38.543Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99840869-29bb-4c23-a1f0-71ed82b73566",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668751605201,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221118060531/1.0/resourceInstances/vfwe49d5bc91fd50/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:09:38.543Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:09:38.543Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T06:09:38.543Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99840869-29bb-4c23-a1f0-71ed82b73566",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668751605201,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221118060531/1.0/resourceInstances/vfwe49d5bc91fd50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:09:38.543Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:09:38.543Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T06:09:38.544Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99840869-29bb-4c23-a1f0-71ed82b73566",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668751605201,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221118060531/1.0/resourceInstances/vfwe49d5bc91fd50/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:09:38.544Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:09:38.544Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T06:09:38.544Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99840869-29bb-4c23-a1f0-71ed82b73566",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668751605201,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221118060531/1.0/artifacts/service-Vfw20221118060531-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:09:38.544Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:09:38.544Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T06:09:38.544Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99840869-29bb-4c23-a1f0-71ed82b73566",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668751611038,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221118060531/1.0/resourceInstances/vfwe49d5bc91fd50/artifacts/vfwe49d5bc91fd50_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-18T06:09:38.545Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T06:09:38.545Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T06:09:38.545Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99840869-29bb-4c23-a1f0-71ed82b73566",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668751605201,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221118060531/1.0/artifacts/service-Vfw20221118060531-csar.csar",
  "status": "NOTIFIED"
}
2022-11-18T06:09:38.545Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:09:38.545Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T06:09:38.545Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99840869-29bb-4c23-a1f0-71ed82b73566",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668751612181,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221118060531/1.0/resourceInstances/vfwe49d5bc91fd50/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-18T06:09:38.545Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T06:09:38.545Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T06:09:38.546Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99840869-29bb-4c23-a1f0-71ed82b73566",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668751613247,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221118060531/1.0/artifacts/service-Vfw20221118060531-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-18T06:09:38.546Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T06:09:38.546Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T06:09:38.546Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99840869-29bb-4c23-a1f0-71ed82b73566",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668751613253,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221118060531/1.0/resourceInstances/vfwe49d5bc91fd50/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-11-18T06:09:38.546Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T06:09:38.546Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T06:09:38.546Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99840869-29bb-4c23-a1f0-71ed82b73566",
  "consumerID": "aai-ml",
  "timestamp": 1668751611359,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221118060531/1.0/artifacts/service-Vfw20221118060531-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-18T06:09:38.547Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T06:09:38.547Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T06:09:38.547Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99840869-29bb-4c23-a1f0-71ed82b73566",
  "consumerID": "aai-ml",
  "timestamp": 1668751612364,
  "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-11-18T06:09:38.552Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 99840869-29bb-4c23-a1f0-71ed82b73566
2022-11-18T06:09:38.552Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 99840869-29bb-4c23-a1f0-71ed82b73566 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-11-18T06:09:38.561Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T06:09:38.561Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99840869-29bb-4c23-a1f0-71ed82b73566",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668751614617,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221118060531/1.0/resourceInstances/vfwe49d5bc91fd50/artifacts/vfwe49d5bc91fd50_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-18T06:09:38.562Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T06:09:38.562Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T06:09:38.562Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99840869-29bb-4c23-a1f0-71ed82b73566",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668751615621,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221118060531/1.0/resourceInstances/vfwe49d5bc91fd50/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-11-18T06:09:38.562Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T06:09:38.562Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T06:09:38.563Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99840869-29bb-4c23-a1f0-71ed82b73566",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668751616628,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221118060531/1.0/resourceInstances/vfwe49d5bc91fd50/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-11-18T06:09:38.563Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T06:09:38.563Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T06:09:38.563Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99840869-29bb-4c23-a1f0-71ed82b73566",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668751617632,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221118060531/1.0/artifacts/service-Vfw20221118060531-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-18T06:09:38.563Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T06:09:38.563Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T06:09:38.564Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8faaab8e-4420-46e4-a52c-6d05e648b737",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668751612943,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/resourceInstances/basic_onboard_rdvtcw0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:09:38.564Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:09:38.564Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T06:09:38.564Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8faaab8e-4420-46e4-a52c-6d05e648b737",
  "consumerID": "cds",
  "timestamp": 1668751611206,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/resourceInstances/basic_onboard_rdvtcw0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:09:38.564Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:09:38.565Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T06:09:38.565Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99840869-29bb-4c23-a1f0-71ed82b73566",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668751618629,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221118060531/1.0/artifacts/service-Vfw20221118060531-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-18T06:09:38.565Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T06:09:38.565Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T06:09:38.565Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8faaab8e-4420-46e4-a52c-6d05e648b737",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668751612943,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/resourceInstances/basic_onboard_rdvtcw0/artifacts/basic_onboard_rdvtcw0_modules.json",
  "status": "NOTIFIED"
}
2022-11-18T06:09:38.566Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:09:38.566Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T06:09:38.566Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8faaab8e-4420-46e4-a52c-6d05e648b737",
  "consumerID": "cds",
  "timestamp": 1668751611206,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/resourceInstances/basic_onboard_rdvtcw0/artifacts/basic_onboard_rdvtcw0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:09:38.566Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:09:38.566Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T06:09:38.567Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99840869-29bb-4c23-a1f0-71ed82b73566",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668751619634,
  "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-11-18T06:09:38.572Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 99840869-29bb-4c23-a1f0-71ed82b73566
2022-11-18T06:09:38.572Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 99840869-29bb-4c23-a1f0-71ed82b73566 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-11-18T06:09:38.581Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T06:09:38.582Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8faaab8e-4420-46e4-a52c-6d05e648b737",
  "consumerID": "aai-ml",
  "timestamp": 1668751617713,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/resourceInstances/basic_onboard_rdvtcw0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:09:38.582Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:09:38.582Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T06:09:38.582Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8faaab8e-4420-46e4-a52c-6d05e648b737",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668751612943,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/resourceInstances/basic_onboard_rdvtcw0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-11-18T06:09:38.582Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:09:38.583Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T06:09:38.583Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8faaab8e-4420-46e4-a52c-6d05e648b737",
  "consumerID": "cds",
  "timestamp": 1668751611206,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/resourceInstances/basic_onboard_rdvtcw0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:09:38.583Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:09:38.583Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T06:09:38.583Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8faaab8e-4420-46e4-a52c-6d05e648b737",
  "consumerID": "aai-ml",
  "timestamp": 1668751617713,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/resourceInstances/basic_onboard_rdvtcw0/artifacts/basic_onboard_rdvtcw0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:09:38.583Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:09:38.583Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T06:09:38.584Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8faaab8e-4420-46e4-a52c-6d05e648b737",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668751612943,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/resourceInstances/basic_onboard_rdvtcw0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:09:38.584Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:09:38.584Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T06:09:38.584Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8faaab8e-4420-46e4-a52c-6d05e648b737",
  "consumerID": "cds",
  "timestamp": 1668751611206,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/resourceInstances/basic_onboard_rdvtcw0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:09:38.584Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:09:38.585Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T06:09:38.585Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8faaab8e-4420-46e4-a52c-6d05e648b737",
  "consumerID": "aai-ml",
  "timestamp": 1668751617713,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/resourceInstances/basic_onboard_rdvtcw0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:09:38.585Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:09:38.585Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T06:09:38.585Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8faaab8e-4420-46e4-a52c-6d05e648b737",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668751612943,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/resourceInstances/basic_onboard_rdvtcw0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-11-18T06:09:38.585Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:09:38.586Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T06:09:38.586Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8faaab8e-4420-46e4-a52c-6d05e648b737",
  "consumerID": "cds",
  "timestamp": 1668751611206,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/resourceInstances/basic_onboard_rdvtcw0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:09:38.586Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:09:38.586Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T06:09:38.586Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8faaab8e-4420-46e4-a52c-6d05e648b737",
  "consumerID": "aai-ml",
  "timestamp": 1668751617713,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/resourceInstances/basic_onboard_rdvtcw0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:09:38.586Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:09:38.586Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T06:09:38.587Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8faaab8e-4420-46e4-a52c-6d05e648b737",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668751612943,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/artifacts/service-BasicOnboardRdvtcw-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:09:38.587Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:09:38.587Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T06:09:38.587Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8faaab8e-4420-46e4-a52c-6d05e648b737",
  "consumerID": "cds",
  "timestamp": 1668751611206,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/artifacts/service-BasicOnboardRdvtcw-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:09:38.587Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:09:38.587Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T06:09:38.587Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8faaab8e-4420-46e4-a52c-6d05e648b737",
  "consumerID": "aai-ml",
  "timestamp": 1668751617713,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/resourceInstances/basic_onboard_rdvtcw0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:09:38.588Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:09:38.588Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T06:09:38.588Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8faaab8e-4420-46e4-a52c-6d05e648b737",
  "consumerID": "cds",
  "timestamp": 1668751611206,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/artifacts/service-BasicOnboardRdvtcw-csar.csar",
  "status": "NOTIFIED"
}
2022-11-18T06:09:38.588Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:09:38.588Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T06:09:38.589Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8faaab8e-4420-46e4-a52c-6d05e648b737",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668751612943,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/artifacts/service-BasicOnboardRdvtcw-csar.csar",
  "status": "NOTIFIED"
}
2022-11-18T06:09:38.589Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:09:38.589Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T06:09:38.589Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8faaab8e-4420-46e4-a52c-6d05e648b737",
  "consumerID": "aai-ml",
  "timestamp": 1668751617713,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/artifacts/service-BasicOnboardRdvtcw-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:09:38.589Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:09:38.589Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T06:09:38.589Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8faaab8e-4420-46e4-a52c-6d05e648b737",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668751624111,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/resourceInstances/basic_onboard_rdvtcw0/artifacts/basic_onboard_rdvtcw0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-18T06:09:38.590Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T06:09:38.590Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T06:09:38.590Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8faaab8e-4420-46e4-a52c-6d05e648b737",
  "consumerID": "cds",
  "timestamp": 1668751624828,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/artifacts/service-BasicOnboardRdvtcw-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-18T06:09:38.590Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T06:09:38.590Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T06:09:38.590Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8faaab8e-4420-46e4-a52c-6d05e648b737",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668751625005,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/resourceInstances/basic_onboard_rdvtcw0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:09:38.591Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:09:38.591Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T06:09:38.591Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8faaab8e-4420-46e4-a52c-6d05e648b737",
  "consumerID": "aai-ml",
  "timestamp": 1668751617713,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/artifacts/service-BasicOnboardRdvtcw-csar.csar",
  "status": "NOTIFIED"
}
2022-11-18T06:09:38.591Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:09:38.591Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T06:09:38.591Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8faaab8e-4420-46e4-a52c-6d05e648b737",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668751625186,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/resourceInstances/basic_onboard_rdvtcw0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-18T06:09:38.592Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T06:09:38.592Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T06:09:38.592Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8faaab8e-4420-46e4-a52c-6d05e648b737",
  "consumerID": "cds",
  "timestamp": 1668751625834,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/artifacts/service-BasicOnboardRdvtcw-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-11-18T06:09:38.606Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 8faaab8e-4420-46e4-a52c-6d05e648b737
2022-11-18T06:09:38.606Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8faaab8e-4420-46e4-a52c-6d05e648b737 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-11-18T06:09:38.614Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T06:09:38.614Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8faaab8e-4420-46e4-a52c-6d05e648b737",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668751625005,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/resourceInstances/basic_onboard_rdvtcw0/artifacts/basic_onboard_rdvtcw0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:09:38.614Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:09:38.614Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T06:09:38.614Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8faaab8e-4420-46e4-a52c-6d05e648b737",
  "consumerID": "aai-ml",
  "timestamp": 1668751625427,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/artifacts/service-BasicOnboardRdvtcw-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-18T06:09:38.615Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T06:09:38.615Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T06:09:38.615Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8faaab8e-4420-46e4-a52c-6d05e648b737",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668751626246,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/resourceInstances/basic_onboard_rdvtcw0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-11-18T06:09:38.615Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T06:09:38.615Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T06:09:38.615Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8faaab8e-4420-46e4-a52c-6d05e648b737",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668751625005,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/resourceInstances/basic_onboard_rdvtcw0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:09:38.616Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:09:38.616Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T06:09:38.616Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8faaab8e-4420-46e4-a52c-6d05e648b737",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668751627268,
  "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-11-18T06:09:38.621Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8faaab8e-4420-46e4-a52c-6d05e648b737
2022-11-18T06:09:38.621Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8faaab8e-4420-46e4-a52c-6d05e648b737 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-11-18T06:09:38.629Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T06:09:38.629Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8faaab8e-4420-46e4-a52c-6d05e648b737",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668751625005,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/resourceInstances/basic_onboard_rdvtcw0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:09:38.630Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:09:38.630Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T06:09:38.630Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8faaab8e-4420-46e4-a52c-6d05e648b737",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668751628272,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/resourceInstances/basic_onboard_rdvtcw0/artifacts/basic_onboard_rdvtcw0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-18T06:09:38.630Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T06:09:38.630Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T06:09:38.630Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8faaab8e-4420-46e4-a52c-6d05e648b737",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668751625005,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/resourceInstances/basic_onboard_rdvtcw0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:09:38.630Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:09:38.631Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T06:09:38.631Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8faaab8e-4420-46e4-a52c-6d05e648b737",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668751625005,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/artifacts/service-BasicOnboardRdvtcw-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:09:38.631Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:09:38.631Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T06:09:38.631Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8faaab8e-4420-46e4-a52c-6d05e648b737",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668751625005,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/artifacts/service-BasicOnboardRdvtcw-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:09:38.631Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:09:38.632Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T06:09:38.632Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8faaab8e-4420-46e4-a52c-6d05e648b737",
  "consumerID": "aai-ml",
  "timestamp": 1668751632284,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/artifacts/service-BasicOnboardRdvtcw-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-18T06:09:38.632Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T06:09:38.632Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T06:09:38.632Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8faaab8e-4420-46e4-a52c-6d05e648b737",
  "consumerID": "aai-ml",
  "timestamp": 1668751633289,
  "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-11-18T06:09:38.637Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 8faaab8e-4420-46e4-a52c-6d05e648b737
2022-11-18T06:09:38.637Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8faaab8e-4420-46e4-a52c-6d05e648b737 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-11-18T06:09:38.647Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T06:09:38.647Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8faaab8e-4420-46e4-a52c-6d05e648b737",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668751635201,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/resourceInstances/basic_onboard_rdvtcw0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:09:38.647Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:09:38.648Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T06:09:38.648Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8faaab8e-4420-46e4-a52c-6d05e648b737",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668751635201,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/resourceInstances/basic_onboard_rdvtcw0/artifacts/basic_onboard_rdvtcw0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:09:38.648Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:09:38.648Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T06:09:38.648Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8faaab8e-4420-46e4-a52c-6d05e648b737",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668751635201,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/resourceInstances/basic_onboard_rdvtcw0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:09:38.648Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:09:38.649Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T06:09:38.649Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8faaab8e-4420-46e4-a52c-6d05e648b737",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668751635201,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/resourceInstances/basic_onboard_rdvtcw0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:09:38.649Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:09:38.649Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T06:09:38.649Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8faaab8e-4420-46e4-a52c-6d05e648b737",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668751635201,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/resourceInstances/basic_onboard_rdvtcw0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:09:38.649Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:09:38.650Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T06:09:38.650Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8faaab8e-4420-46e4-a52c-6d05e648b737",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668751635201,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/artifacts/service-BasicOnboardRdvtcw-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:09:38.650Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:09:38.650Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T06:09:38.650Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8faaab8e-4420-46e4-a52c-6d05e648b737",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668751635201,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/artifacts/service-BasicOnboardRdvtcw-csar.csar",
  "status": "NOTIFIED"
}
2022-11-18T06:09:38.650Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:09:38.650Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T06:09:38.651Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8faaab8e-4420-46e4-a52c-6d05e648b737",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668751642955,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/artifacts/service-BasicOnboardRdvtcw-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-18T06:09:38.651Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T06:09:38.651Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T06:09:38.651Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8faaab8e-4420-46e4-a52c-6d05e648b737",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668751645341,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/artifacts/service-BasicOnboardRdvtcw-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-18T06:09:38.651Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T06:09:38.651Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T06:09:38.652Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8faaab8e-4420-46e4-a52c-6d05e648b737",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668751646345,
  "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-11-18T06:09:38.658Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8faaab8e-4420-46e4-a52c-6d05e648b737
2022-11-18T06:09:38.658Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8faaab8e-4420-46e4-a52c-6d05e648b737 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-11-18T06:09:58.767Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 99840869-29bb-4c23-a1f0-71ed82b73566
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-11-18T06:09:58.781Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 99840869-29bb-4c23-a1f0-71ed82b73566
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-11-18T06:09:58.784Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-18T06:09:58.784Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-18T06:09:58.785Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-18T06:09:58.785Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-18T06:09:58.785Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-18T06:09:58.785Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-18T06:09:58.785Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-18T06:09:58.786Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-18T06:09:58.786Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-18T06:09:58.786Z|99840869-29bb-4c23-a1f0-71ed82b73566|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-11-18T06:09:58.791Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-18T06:10:28.791Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 99840869-29bb-4c23-a1f0-71ed82b73566 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-11-18T06:10:28.805Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 99840869-29bb-4c23-a1f0-71ed82b73566 and serviceModelVersionId: da03b14c-c88a-4ce0-a01f-f37ee4046ed0
2022-11-18T06:10:28.805Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6d29179c-beb1-49a3-9e00-67abb277c4d9
2022-11-18T06:10:37.978Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T06:10:37.979Z||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-11-18T06:10:37.979Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T06:10:43.785Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6d29179c-beb1-49a3-9e00-67abb277c4d9/model-vers/model-ver/da03b14c-c88a-4ce0-a01f-f37ee4046ed0?depth=0
2022-11-18T06:10:43.905Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-11-18T06:10:44.408Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d29179c-beb1-49a3-9e00-67abb277c4d9/model-vers/model-ver/da03b14c-c88a-4ce0-a01f-f37ee4046ed0?depth=0|INFO|500||Invoke
2022-11-18T06:10:44.418Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d29179c-beb1-49a3-9e00-67abb277c4d9/model-vers/model-ver/da03b14c-c88a-4ce0-a01f-f37ee4046ed0?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d29179c-beb1-49a3-9e00-67abb277c4d9/model-vers/model-ver/da03b14c-c88a-4ce0-a01f-f37ee4046ed0?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[99840869-29bb-4c23-a1f0-71ed82b73566], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[506e9354-31c5-4571-b523-8c03dc1d252d], X-ECOMP-RequestID=[99840869-29bb-4c23-a1f0-71ed82b73566], X-TransactionId=[], X-ONAP-RequestID=[99840869-29bb-4c23-a1f0-71ed82b73566], Content-Type=[application/merge-patch+json]}
2022-11-18T06:10:44.551Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d29179c-beb1-49a3-9e00-67abb277c4d9/model-vers/model-ver/da03b14c-c88a-4ce0-a01f-f37ee4046ed0?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-11-18T06:10:44.777Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d29179c-beb1-49a3-9e00-67abb277c4d9/model-vers/model-ver/da03b14c-c88a-4ce0-a01f-f37ee4046ed0?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/6d29179c-beb1-49a3-9e00-67abb277c4d9/model-vers/model-ver/da03b14c-c88a-4ce0-a01f-f37ee4046ed0?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-221118-06:10:42:464-96899], vertex-id=[208928], Content-Length=[0], Date=[Fri, 18 Nov 2022 06:10:42 GMT], Content-Type=[application/json]}
2022-11-18T06:10:44.779Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d29179c-beb1-49a3-9e00-67abb277c4d9/model-vers/model-ver/da03b14c-c88a-4ce0-a01f-f37ee4046ed0?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-11-18T06:10:44.780Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d29179c-beb1-49a3-9e00-67abb277c4d9/model-vers/model-ver/da03b14c-c88a-4ce0-a01f-f37ee4046ed0?depth=0|INFO|500||InvokeReturn
2022-11-18T06:10:44.784Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-18T06:10:44.784Z|99840869-29bb-4c23-a1f0-71ed82b73566|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-11-18T06:10:44.792Z|99840869-29bb-4c23-a1f0-71ed82b73566|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-11-18T06:10:44.793Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 99840869-29bb-4c23-a1f0-71ed82b73566 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-18T06:10:44.793Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-18T06:10:44.794Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-18T06:10:44.796Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T06:10:44.796Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "99840869-29bb-4c23-a1f0-71ed82b73566",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668751844793,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-18T06:10:44.896Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T06:10:44.897Z||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-11-18T06:10:44.897Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqtUncrJ6IPnBsAB) ...
2022-11-18T06:10:44.908Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:10:44.908Z||pool-18-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-18T06:10:45.522Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:10:45.523Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T06:10:45.524Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99840869-29bb-4c23-a1f0-71ed82b73566",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668751844793,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-18T06:10:45.525Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-11-18T06:10:45.810Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T06:10:45.811Z|99840869-29bb-4c23-a1f0-71ed82b73566|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-11-18T06:10:45.811Z|99840869-29bb-4c23-a1f0-71ed82b73566|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 SqtUncrJ6IPnBsAB) ...
2022-11-18T06:10:50.247Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:10:50.248Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T06:10:50.248Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"8faaab8e-4420-46e4-a52c-6d05e648b737","serviceName":"basic_onboard_RDVtCW","serviceVersion":"1.0","serviceUUID":"38ead603-60a6-4426-b8aa-1c9c21e7ca12","serviceDescription":"service","serviceInvariantUUID":"c016a58e-21cb-458b-aff3-72a5ddf67486","resources":[{"resourceInstanceName":"basic_onboard_RDVtCW 0","resourceName":"basic_onboard_RDVtCW","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f0f9ce90-ad84-48cc-80b0-9669141f9ab7","resourceInvariantUUID":"c7873c4a-67af-4088-98d2-d1e1593fd84c","resourceCustomizationUUID":"922b6854-775f-46a9-96fa-b975cb08c7ac","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/resourceInstances/basic_onboard_rdvtcw0/artifacts/vf-license-model.xml","artifactChecksum":"NzQ4ZmY1ZGFkMmEyYTBkNjQ1MjQ4ODY5ZmQ1NzQwZjI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"902dcf1f-408c-4682-8d4d-31f0433954a0","artifactVersion":"1"},{"artifactName":"basic_onboard_rdvtcw0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/resourceInstances/basic_onboard_rdvtcw0/artifacts/basic_onboard_rdvtcw0_modules.json","artifactChecksum":"Zjg1YjUxYjdkMTU5NWE3M2IwMDE2MGY1YzYyMDQzZjE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f2a499d4-8528-47f1-b33c-5bbc2703caa7","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/resourceInstances/basic_onboard_rdvtcw0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"39ddb9ee-1517-41c5-a166-1e6a581f4796","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/resourceInstances/basic_onboard_rdvtcw0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"ce0233d2-0930-4e6e-b585-9d281edf9a9a","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/resourceInstances/basic_onboard_rdvtcw0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"0784dc5d-da10-405c-8958-8cb11aa37de5","artifactVersion":"2","generatedFromUUID":"39ddb9ee-1517-41c5-a166-1e6a581f4796"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardRdvtcw-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/artifacts/service-BasicOnboardRdvtcw-template.yml","artifactChecksum":"MmM1MmYxMTExNjExNWY5NDQ2ZmI4MTljMmY5MzEzMjQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"30253e5a-55ec-4e3e-821b-7b1004412044","artifactVersion":"1"},{"artifactName":"service-BasicOnboardRdvtcw-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/artifacts/service-BasicOnboardRdvtcw-csar.csar","artifactChecksum":"ZGQzMWFkMDc5OWUyZmQ0ZTkwZTAyYzk2NWM5NjhjZDY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3cf879c4-5a53-415e-8ea8-9085ea4a4948","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-18T06:10:50.251Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T06:10:50.251Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-18T06:10:50.253Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T06:10:50.254Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "8faaab8e-4420-46e4-a52c-6d05e648b737",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668751845810,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/resourceInstances/basic_onboard_rdvtcw0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:10:50.354Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T06:10:50.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-11-18T06:10:50.355Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqtUncrJ6IPnBsAB) ...
2022-11-18T06:10:50.367Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:10:50.368Z||pool-19-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-11-18T06:10:51.254Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T06:10:51.255Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-18T06:10:51.257Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T06:10:51.257Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "8faaab8e-4420-46e4-a52c-6d05e648b737",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668751845810,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/resourceInstances/basic_onboard_rdvtcw0/artifacts/basic_onboard_rdvtcw0_modules.json",
  "status": "NOTIFIED"
}
2022-11-18T06:10:51.357Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T06:10:51.358Z||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-11-18T06:10:51.358Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqtUncrJ6IPnBsAB) ...
2022-11-18T06:10:51.370Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:10:51.370Z||pool-20-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-11-18T06:10:52.258Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T06:10:52.260Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-18T06:10:52.262Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T06:10:52.262Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "8faaab8e-4420-46e4-a52c-6d05e648b737",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668751845810,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/resourceInstances/basic_onboard_rdvtcw0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-11-18T06:10:52.362Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T06:10:52.365Z||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-11-18T06:10:52.365Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqtUncrJ6IPnBsAB) ...
2022-11-18T06:10:52.377Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:10:52.378Z||pool-21-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-18T06:10:53.263Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T06:10:53.264Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-18T06:10:53.266Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T06:10:53.267Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "8faaab8e-4420-46e4-a52c-6d05e648b737",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668751845810,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/resourceInstances/basic_onboard_rdvtcw0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:10:53.367Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T06:10:53.369Z||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-11-18T06:10:53.369Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqtUncrJ6IPnBsAB) ...
2022-11-18T06:10:53.382Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:10:53.383Z||pool-22-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-18T06:10:54.268Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T06:10:54.269Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-18T06:10:54.272Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T06:10:54.272Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "8faaab8e-4420-46e4-a52c-6d05e648b737",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668751845810,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/resourceInstances/basic_onboard_rdvtcw0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-11-18T06:10:54.372Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T06:10:54.373Z||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-11-18T06:10:54.373Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqtUncrJ6IPnBsAB) ...
2022-11-18T06:10:54.385Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:10:54.386Z||pool-23-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-18T06:10:55.273Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T06:10:55.274Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-18T06:10:55.277Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T06:10:55.277Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "8faaab8e-4420-46e4-a52c-6d05e648b737",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668751845810,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/artifacts/service-BasicOnboardRdvtcw-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:10:55.377Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T06:10:55.378Z||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-11-18T06:10:55.378Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqtUncrJ6IPnBsAB) ...
2022-11-18T06:10:55.399Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:10:55.400Z||pool-24-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-11-18T06:10:56.278Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T06:10:56.279Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-18T06:10:56.281Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T06:10:56.281Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "8faaab8e-4420-46e4-a52c-6d05e648b737",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668751845810,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/artifacts/service-BasicOnboardRdvtcw-csar.csar",
  "status": "NOTIFIED"
}
2022-11-18T06:10:56.381Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-18T06:10:56.382Z||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-11-18T06:10:56.383Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqtUncrJ6IPnBsAB) ...
2022-11-18T06:10:56.396Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:10:56.396Z||pool-25-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-11-18T06:10:57.283Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "8faaab8e-4420-46e4-a52c-6d05e648b737",
  "serviceName": "basic_onboard_RDVtCW",
  "serviceVersion": "1.0",
  "serviceUUID": "38ead603-60a6-4426-b8aa-1c9c21e7ca12",
  "serviceDescription": "service",
  "serviceInvariantUUID": "c016a58e-21cb-458b-aff3-72a5ddf67486",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_RDVtCW 0",
      "resourceCustomizationUUID": "922b6854-775f-46a9-96fa-b975cb08c7ac",
      "resourceName": "basic_onboard_RDVtCW",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "f0f9ce90-ad84-48cc-80b0-9669141f9ab7",
      "resourceInvariantUUID": "c7873c4a-67af-4088-98d2-d1e1593fd84c",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_rdvtcw0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/resourceInstances/basic_onboard_rdvtcw0/artifacts/basic_onboard_rdvtcw0_modules.json",
          "artifactChecksum": "Zjg1YjUxYjdkMTU5NWE3M2IwMDE2MGY1YzYyMDQzZjE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "f2a499d4-8528-47f1-b33c-5bbc2703caa7",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/resourceInstances/basic_onboard_rdvtcw0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "39ddb9ee-1517-41c5-a166-1e6a581f4796",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/resourceInstances/basic_onboard_rdvtcw0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "0784dc5d-da10-405c-8958-8cb11aa37de5",
            "generatedFromUUID": "39ddb9ee-1517-41c5-a166-1e6a581f4796"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/resourceInstances/basic_onboard_rdvtcw0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "0784dc5d-da10-405c-8958-8cb11aa37de5",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardRdvtcw-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/artifacts/service-BasicOnboardRdvtcw-csar.csar",
      "artifactChecksum": "ZGQzMWFkMDc5OWUyZmQ0ZTkwZTAyYzk2NWM5NjhjZDY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "3cf879c4-5a53-415e-8ea8-9085ea4a4948"
    }
  ],
  "workloadContext": "Production"
}
2022-11-18T06:10:57.283Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-18T06:10:57.284Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 38ead603-60a6-4426-b8aa-1c9c21e7ca12 ASDC
2022-11-18T06:10:57.284Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:8faaab8e-4420-46e4-a52c-6d05e648b737
ServiceName:basic_onboard_RDVtCW
ServiceVersion:1.0
ServiceUUID:38ead603-60a6-4426-b8aa-1c9c21e7ca12
ServiceInvariantUUID:c016a58e-21cb-458b-aff3-72a5ddf67486
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardRdvtcw-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/artifacts/service-BasicOnboardRdvtcw-csar.csar
ArtifactUUID:3cf879c4-5a53-415e-8ea8-9085ea4a4948
ArtifactChecksum:ZGQzMWFkMDc5OWUyZmQ0ZTkwZTAyYzk2NWM5NjhjZDY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_RDVtCW 0
ResourceCustomizationUUID:922b6854-775f-46a9-96fa-b975cb08c7ac
ResourceInvariantUUID:c7873c4a-67af-4088-98d2-d1e1593fd84c
ResourceName:basic_onboard_RDVtCW
ResourceType:VF
ResourceUUID:f0f9ce90-ad84-48cc-80b0-9669141f9ab7
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_rdvtcw0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/resourceInstances/basic_onboard_rdvtcw0/artifacts/basic_onboard_rdvtcw0_modules.json
ArtifactUUID:f2a499d4-8528-47f1-b33c-5bbc2703caa7
ArtifactChecksum:Zjg1YjUxYjdkMTU5NWE3M2IwMDE2MGY1YzYyMDQzZjE=
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/BasicOnboardRdvtcw/1.0/resourceInstances/basic_onboard_rdvtcw0/artifacts/base_ubuntu18.yaml
ArtifactUUID:39ddb9ee-1517-41c5-a166-1e6a581f4796
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/BasicOnboardRdvtcw/1.0/resourceInstances/basic_onboard_rdvtcw0/artifacts/base_ubuntu18.env
ArtifactUUID:0784dc5d-da10-405c-8958-8cb11aa37de5
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/BasicOnboardRdvtcw/1.0/resourceInstances/basic_onboard_rdvtcw0/artifacts/base_ubuntu18.env
ArtifactUUID:0784dc5d-da10-405c-8958-8cb11aa37de5
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-11-18T06:10:57.285Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 38ead603-60a6-4426-b8aa-1c9c21e7ca12 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-11-18T06:10:57.314Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-18T06:10:57.315Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-11-18T06:10:57.315Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-11-18T06:10:57.315Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 3cf879c4-5a53-415e-8ea8-9085ea4a4948 from URL: /sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/artifacts/service-BasicOnboardRdvtcw-csar.csar
2022-11-18T06:10:57.315Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-11-18T06:10:57.315Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/artifacts/service-BasicOnboardRdvtcw-csar.csar
2022-11-18T06:10:57.466Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-11-18T06:10:57.470Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/artifacts/service-BasicOnboardRdvtcw-csar.csar 3cf879c4-5a53-415e-8ea8-9085ea4a4948 75296
2022-11-18T06:10:57.470Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/artifacts/service-BasicOnboardRdvtcw-csar.csar ASDC sendASDCNotification
2022-11-18T06:10:57.470Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/artifacts/service-BasicOnboardRdvtcw-csar.csar
2022-11-18T06:10:57.470Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-18T06:10:57.471Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-18T06:10:57.473Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T06:10:57.473Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "8faaab8e-4420-46e4-a52c-6d05e648b737",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668751857470,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/artifacts/service-BasicOnboardRdvtcw-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-18T06:10:57.575Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-11-18T06:10:57.577Z||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-11-18T06:10:57.577Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqtUncrJ6IPnBsAB) ...
2022-11-18T06:10:57.595Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:10:57.595Z||pool-26-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-11-18T06:10:58.473Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-18T06:10:58.475Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-11-18T06:10:58.475Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 3cf879c4-5a53-415e-8ea8-9085ea4a4948, URL: /sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/artifacts/service-BasicOnboardRdvtcw-csar.csar to file: /app/ASDC/1/service-BasicOnboardRdvtcw-csar.csar
2022-11-18T06:10:58.476Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardRdvtcw-csar.csar
2022-11-18T06:10:58.476Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardRdvtcw-csar.csar
2022-11-18T06:10:58.476Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardRdvtcw-csar.csar
2022-11-18T06:10:58.629Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7260068575327429855/Definitions/service-BasicOnboardRdvtcw-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "compute_ubuntu18_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_ubuntu18_metadata" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "compute_ubuntu18_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu18_key_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role_tag" is not provided
2022-11-18T06:10:59.834Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-18T06:10:59.835Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-11-18T06:10:59.835Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardRdvtcw-csar.csar
2022-11-18T06:10:59.835Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-11-18T06:10:59.835Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_RDVtCW 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicOnboardRdvtcw-csar.csar
2022-11-18T06:10:59.835Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardRdvtcw-csar.csar
2022-11-18T06:10:59.835Z|8faaab8e-4420-46e4-a52c-6d05e648b737|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-BasicOnboardRdvtcw-csar.csar
2022-11-18T06:10:59.836Z|8faaab8e-4420-46e4-a52c-6d05e648b737|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-BasicOnboardRdvtcw-csar.csar
2022-11-18T06:10:59.836Z|8faaab8e-4420-46e4-a52c-6d05e648b737|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-BasicOnboardRdvtcw-csar.csar
2022-11-18T06:10:59.836Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardRdvtcw-csar.csar
2022-11-18T06:10:59.836Z|8faaab8e-4420-46e4-a52c-6d05e648b737|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-BasicOnboardRdvtcw-csar.csar
2022-11-18T06:10:59.836Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-11-18T06:10:59.837Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T06:10:59.837Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_RDVtCW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T06:10:59.837Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_RDVtCW 0 is matching search criteria
2022-11-18T06:10:59.837Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-11-18T06:10:59.837Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_RDVtCW 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-18T06:10:59.838Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T06:10:59.838Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_RDVtCW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T06:10:59.838Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_RDVtCW 0 is matching search criteria
2022-11-18T06:10:59.838Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-11-18T06:10:59.838Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_RDVtCW 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-18T06:10:59.838Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T06:10:59.839Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_RDVtCW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T06:10:59.839Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T06:10:59.839Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_RDVtCW 0 is not matching search criteria
2022-11-18T06:10:59.839Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-11-18T06:10:59.839Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-11-18T06:10:59.839Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-11-18T06:10:59.840Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-11-18T06:10:59.840Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-18T06:10:59.840Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T06:10:59.840Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_RDVtCW is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-18T06:10:59.840Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T06:10:59.840Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_RDVtCW 0 is matching search criteria
2022-11-18T06:10:59.840Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_RDVtCW 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-18T06:10:59.841Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T06:10:59.841Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_RDVtCW 0 is matching search criteria
2022-11-18T06:10:59.841Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_RDVtCW 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-18T06:10:59.841Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T06:10:59.841Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_RDVtCW 0 is matching search criteria
2022-11-18T06:10:59.842Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_RDVtCW 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-18T06:10:59.842Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T06:10:59.842Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_RDVtCW 0 is not matching search criteria
2022-11-18T06:10:59.842Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-11-18T06:10:59.842Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-11-18T06:10:59.842Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=67c8a702-1c84-46a2-923c-c0f48c46a60e
2022-11-18T06:10:59.842Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T06:10:59.843Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_RDVtCW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T06:10:59.843Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T06:10:59.843Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_RDVtCW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T06:10:59.843Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T06:10:59.843Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_RDVtCW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T06:10:59.843Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T06:10:59.844Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_RDVtCW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T06:10:59.844Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_RDVtCW
Description:service
Model UUID:38ead603-60a6-4426-b8aa-1c9c21e7ca12
Model Version:NULL
Model InvariantUuid:c016a58e-21cb-458b-aff3-72a5ddf67486
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_RDVtCW
Model UUID:7ee75df4-2560-4cdf-85c7-291e03810d79
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:c7873c4a-67af-4088-98d2-d1e1593fd84c
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:922b6854-775f-46a9-96fa-b975cb08c7ac
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:3c464942-700a-4c08-9411-da22f6c264cf
ModelName:BasicOnboardRdvtcw..base_ubuntu18..module-0
ModelUuid:ab1c6d8f-b957-4a09-a628-15b20f16e084
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:67c8a702-1c84-46a2-923c-c0f48c46a60e
ModelInvariantUuid:366aa4ac-d0a4-4ba9-ad5b-16c9b85f7e9e
ModelName:basic_onboard_RDVtCW-nodes.ubuntu18Cvfc
ModelUuid:e7c77aa4-a3a9-4c49-b532-5e18b5a75aac
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:d932513a-f1e9-47f1-99c6-d2265abeaf6b
ModelInvariantUuid:a6cd62ff-c6e4-4d24-ad12-539ea92e7c63
ModelName:BasicOnboardRdvtcw.compute.nodes.heat.ubuntu18
ModelUuid:0761f561-a531-410f-abf1-0ce123e37871
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-11-18T06:10:59.853Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: f0f9ce90-ad84-48cc-80b0-9669141f9ab7
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-11-18T06:10:59.856Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||INFO|500||basic_onboard_RDVtCW 0
2022-11-18T06:10:59.856Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f0f9ce90-ad84-48cc-80b0-9669141f9ab7
2022-11-18T06:10:59.856Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: f2a499d4-8528-47f1-b33c-5bbc2703caa7 from URL: /sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/resourceInstances/basic_onboard_rdvtcw0/artifacts/basic_onboard_rdvtcw0_modules.json
2022-11-18T06:10:59.856Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-11-18T06:10:59.857Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/resourceInstances/basic_onboard_rdvtcw0/artifacts/basic_onboard_rdvtcw0_modules.json
2022-11-18T06:10:59.915Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-11-18T06:10:59.916Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/resourceInstances/basic_onboard_rdvtcw0/artifacts/basic_onboard_rdvtcw0_modules.json f2a499d4-8528-47f1-b33c-5bbc2703caa7 798
2022-11-18T06:10:59.916Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/resourceInstances/basic_onboard_rdvtcw0/artifacts/basic_onboard_rdvtcw0_modules.json ASDC sendASDCNotification
2022-11-18T06:10:59.916Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/resourceInstances/basic_onboard_rdvtcw0/artifacts/basic_onboard_rdvtcw0_modules.json
2022-11-18T06:10:59.917Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-18T06:10:59.917Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-18T06:10:59.919Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T06:10:59.919Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "8faaab8e-4420-46e4-a52c-6d05e648b737",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668751859916,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/resourceInstances/basic_onboard_rdvtcw0/artifacts/basic_onboard_rdvtcw0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-18T06:11:00.019Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T06:11:00.021Z||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-11-18T06:11:00.021Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqtUncrJ6IPnBsAB) ...
2022-11-18T06:11:00.034Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:11:00.034Z||pool-27-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-18T06:11:00.920Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardRdvtcw..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "3c464942-700a-4c08-9411-da22f6c264cf",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "ab1c6d8f-b957-4a09-a628-15b20f16e084",
    "vfModuleModelCustomizationUUID": "ff348210-f810-4620-b1f5-71ef55115b5f",
    "isBase": true,
    "artifacts": [
      "39ddb9ee-1517-41c5-a166-1e6a581f4796",
      "0784dc5d-da10-405c-8958-8cb11aa37de5"
    ],
    "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-11-18T06:11:00.925Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardRdvtcw..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:ab1c6d8f-b957-4a09-a628-15b20f16e084
VfModuleModelInvariantUUID:3c464942-700a-4c08-9411-da22f6c264cf
VfModuleModelDescription:NULL
Artifacts UUID List:{
39ddb9ee-1517-41c5-a166-1e6a581f4796
,
0784dc5d-da10-405c-8958-8cb11aa37de5

}
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-11-18T06:11:00.927Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardRdvtcw..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "3c464942-700a-4c08-9411-da22f6c264cf",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "ab1c6d8f-b957-4a09-a628-15b20f16e084",
    "vfModuleModelCustomizationUUID": "ff348210-f810-4620-b1f5-71ef55115b5f",
    "isBase": true,
    "artifacts": [
      "39ddb9ee-1517-41c5-a166-1e6a581f4796",
      "0784dc5d-da10-405c-8958-8cb11aa37de5"
    ],
    "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-11-18T06:11:00.927Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardRdvtcw..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:ab1c6d8f-b957-4a09-a628-15b20f16e084
VfModuleModelInvariantUUID:3c464942-700a-4c08-9411-da22f6c264cf
VfModuleModelDescription:NULL
Artifacts UUID List:{
39ddb9ee-1517-41c5-a166-1e6a581f4796
,
0784dc5d-da10-405c-8958-8cb11aa37de5

}
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-11-18T06:11:00.928Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 39ddb9ee-1517-41c5-a166-1e6a581f4796 from URL: /sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/resourceInstances/basic_onboard_rdvtcw0/artifacts/base_ubuntu18.yaml
2022-11-18T06:11:00.928Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-11-18T06:11:00.928Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/resourceInstances/basic_onboard_rdvtcw0/artifacts/base_ubuntu18.yaml
2022-11-18T06:11:00.992Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-11-18T06:11:00.993Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/resourceInstances/basic_onboard_rdvtcw0/artifacts/base_ubuntu18.yaml 39ddb9ee-1517-41c5-a166-1e6a581f4796 5033
2022-11-18T06:11:00.994Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/resourceInstances/basic_onboard_rdvtcw0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-11-18T06:11:00.994Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/resourceInstances/basic_onboard_rdvtcw0/artifacts/base_ubuntu18.yaml
2022-11-18T06:11:00.994Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-18T06:11:00.995Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-18T06:11:00.997Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T06:11:00.997Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "8faaab8e-4420-46e4-a52c-6d05e648b737",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668751860994,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/resourceInstances/basic_onboard_rdvtcw0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-18T06:11:01.097Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T06:11:01.098Z||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-11-18T06:11:01.099Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqtUncrJ6IPnBsAB) ...
2022-11-18T06:11:01.124Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:11:01.125Z||pool-28-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-11-18T06:11:01.998Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 0784dc5d-da10-405c-8958-8cb11aa37de5 from URL: /sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/resourceInstances/basic_onboard_rdvtcw0/artifacts/base_ubuntu18.env
2022-11-18T06:11:01.999Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-11-18T06:11:01.999Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/resourceInstances/basic_onboard_rdvtcw0/artifacts/base_ubuntu18.env
2022-11-18T06:11:02.221Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-11-18T06:11:02.221Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/resourceInstances/basic_onboard_rdvtcw0/artifacts/base_ubuntu18.env 0784dc5d-da10-405c-8958-8cb11aa37de5 909
2022-11-18T06:11:02.222Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/resourceInstances/basic_onboard_rdvtcw0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-11-18T06:11:02.222Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/resourceInstances/basic_onboard_rdvtcw0/artifacts/base_ubuntu18.env
2022-11-18T06:11:02.222Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-18T06:11:02.223Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-18T06:11:02.225Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T06:11:02.226Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "8faaab8e-4420-46e4-a52c-6d05e648b737",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668751862222,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/resourceInstances/basic_onboard_rdvtcw0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-11-18T06:11:02.325Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-18T06:11:02.326Z||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-11-18T06:11:02.327Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqtUncrJ6IPnBsAB) ...
2022-11-18T06:11:02.350Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:11:02.351Z||pool-29-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2022-11-18T06:11:03.226Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 38ead603-60a6-4426-b8aa-1c9c21e7ca12
2022-11-18T06:11:03.227Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_RDVtCW 0 f0f9ce90-ad84-48cc-80b0-9669141f9ab7 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-11-18T06:11:03.242Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@458d7e91, org.onap.sdc.toscaparser.api.parameters.Input@2249385e, org.onap.sdc.toscaparser.api.parameters.Input@4ab2319e, org.onap.sdc.toscaparser.api.parameters.Input@d029e20, org.onap.sdc.toscaparser.api.parameters.Input@23d500e7]
2022-11-18T06:11:03.244Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T06:11:03.244Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_RDVtCW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T06:11:03.244Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 
2022-11-18T06:11:03.245Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 922b6854-775f-46a9-96fa-b975cb08c7ac
2022-11-18T06:11:03.245Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 922b6854-775f-46a9-96fa-b975cb08c7ac matches Tosca VF Customization UUID: 922b6854-775f-46a9-96fa-b975cb08c7ac
2022-11-18T06:11:03.245Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 922b6854-775f-46a9-96fa-b975cb08c7ac  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-11-18T06:11:03.248Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T06:11:03.248Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_RDVtCW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T06:11:03.248Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 922b6854-775f-46a9-96fa-b975cb08c7ac: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-11-18T06:11:03.249Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@abade86
2022-11-18T06:11:03.249Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T06:11:03.249Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_RDVtCW is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-18T06:11:03.250Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : ff348210-f810-4620-b1f5-71ef55115b5f
2022-11-18T06:11:03.250Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID ff348210-f810-4620-b1f5-71ef55115b5f
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-11-18T06:11:03.252Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T06:11:03.253Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_RDVtCW 0 is matching search criteria
2022-11-18T06:11:03.253Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_RDVtCW 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-18T06:11:03.253Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T06:11:03.254Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_RDVtCW 0 is matching search criteria
2022-11-18T06:11:03.254Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_RDVtCW 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-18T06:11:03.254Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T06:11:03.255Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_RDVtCW 0 is not matching search criteria
2022-11-18T06:11:03.255Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-11-18T06:11:03.255Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-11-18T06:11:03.255Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=67c8a702-1c84-46a2-923c-c0f48c46a60e
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-11-18T06:11:03.257Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T06:11:03.258Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_RDVtCW 0 is matching search criteria
2022-11-18T06:11:03.258Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_RDVtCW 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-18T06:11:03.258Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T06:11:03.258Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_RDVtCW 0 is matching search criteria
2022-11-18T06:11:03.259Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_RDVtCW 0] matching following query criteria: sdcType=VF, customizationUUID=922b6854-775f-46a9-96fa-b975cb08c7ac
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-11-18T06:11:03.270Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T06:11:03.270Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_RDVtCW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T06:11:03.270Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 38ead603-60a6-4426-b8aa-1c9c21e7ca12: basic_onboard_RDVtCW
2022-11-18T06:11:03.271Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T06:11:03.271Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_RDVtCW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T06:11:03.271Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T06:11:03.271Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_RDVtCW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T06:11:03.272Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T06:11:03.272Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_RDVtCW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T06:11:03.272Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T06:11:03.272Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_RDVtCW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T06:11:03.272Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T06:11:03.273Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_RDVtCW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T06:11:03.273Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||INFO|500||Saving Service: basic_onboard_RDVtCW 
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-11-18T06:11:03.350Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_RDVtCW f0f9ce90-ad84-48cc-80b0-9669141f9ab7 1 ASDC deployResourceStructure
2022-11-18T06:11:03.351Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/resourceInstances/basic_onboard_rdvtcw0/artifacts/basic_onboard_rdvtcw0_modules.json ASDC sendASDCNotification
2022-11-18T06:11:03.351Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/resourceInstances/basic_onboard_rdvtcw0/artifacts/basic_onboard_rdvtcw0_modules.json
2022-11-18T06:11:03.352Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-18T06:11:03.352Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-18T06:11:03.354Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T06:11:03.354Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "8faaab8e-4420-46e4-a52c-6d05e648b737",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668751863351,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/resourceInstances/basic_onboard_rdvtcw0/artifacts/basic_onboard_rdvtcw0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-18T06:11:03.455Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T06:11:03.456Z||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-11-18T06:11:03.456Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqtUncrJ6IPnBsAB) ...
2022-11-18T06:11:03.468Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:11:03.469Z||pool-30-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-11-18T06:11:04.355Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/resourceInstances/basic_onboard_rdvtcw0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-11-18T06:11:04.356Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/resourceInstances/basic_onboard_rdvtcw0/artifacts/base_ubuntu18.yaml
2022-11-18T06:11:04.356Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-18T06:11:04.356Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-18T06:11:04.359Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T06:11:04.359Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "8faaab8e-4420-46e4-a52c-6d05e648b737",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668751864355,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/resourceInstances/basic_onboard_rdvtcw0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-11-18T06:11:04.459Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T06:11:04.460Z||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-11-18T06:11:04.461Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqtUncrJ6IPnBsAB) ...
2022-11-18T06:11:04.472Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:11:04.473Z||pool-31-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-11-18T06:11:05.360Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/resourceInstances/basic_onboard_rdvtcw0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-11-18T06:11:05.361Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/resourceInstances/basic_onboard_rdvtcw0/artifacts/base_ubuntu18.env
2022-11-18T06:11:05.361Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-18T06:11:05.361Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-18T06:11:05.363Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T06:11:05.364Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "8faaab8e-4420-46e4-a52c-6d05e648b737",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668751865360,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/resourceInstances/basic_onboard_rdvtcw0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-11-18T06:11:05.464Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T06:11:05.465Z||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-11-18T06:11:05.465Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqtUncrJ6IPnBsAB) ...
2022-11-18T06:11:05.478Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:11:05.478Z||pool-32-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-18T06:11:06.364Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/artifacts/service-BasicOnboardRdvtcw-csar.csar ASDC sendASDCNotification
2022-11-18T06:11:06.365Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/artifacts/service-BasicOnboardRdvtcw-csar.csar
2022-11-18T06:11:06.366Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-18T06:11:06.366Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-18T06:11:06.368Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T06:11:06.368Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "8faaab8e-4420-46e4-a52c-6d05e648b737",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668751866364,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/artifacts/service-BasicOnboardRdvtcw-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-18T06:11:06.468Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T06:11:06.470Z||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-11-18T06:11:06.470Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqtUncrJ6IPnBsAB) ...
2022-11-18T06:11:06.486Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:11:06.487Z||pool-33-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-11-18T06:11:07.369Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8faaab8e-4420-46e4-a52c-6d05e648b737
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-11-18T06:11:07.379Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8faaab8e-4420-46e4-a52c-6d05e648b737
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-11-18T06:11:07.384Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-18T06:11:07.384Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-18T06:11:07.384Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-18T06:11:07.384Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-18T06:11:07.384Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-18T06:11:07.385Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-18T06:11:07.385Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-18T06:11:07.385Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-18T06:11:07.385Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-18T06:11:07.385Z|8faaab8e-4420-46e4-a52c-6d05e648b737|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-11-18T06:11:07.391Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-18T06:11:37.391Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8faaab8e-4420-46e4-a52c-6d05e648b737 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-11-18T06:11:37.401Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8faaab8e-4420-46e4-a52c-6d05e648b737 and serviceModelVersionId: 38ead603-60a6-4426-b8aa-1c9c21e7ca12
2022-11-18T06:11:37.401Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c016a58e-21cb-458b-aff3-72a5ddf67486
2022-11-18T06:11:37.402Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c016a58e-21cb-458b-aff3-72a5ddf67486/model-vers/model-ver/38ead603-60a6-4426-b8aa-1c9c21e7ca12?depth=0
2022-11-18T06:11:37.409Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-11-18T06:11:37.464Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c016a58e-21cb-458b-aff3-72a5ddf67486/model-vers/model-ver/38ead603-60a6-4426-b8aa-1c9c21e7ca12?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-11-18T06:11:37.466Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c016a58e-21cb-458b-aff3-72a5ddf67486/model-vers/model-ver/38ead603-60a6-4426-b8aa-1c9c21e7ca12?depth=0|INFO|500||Invoke
2022-11-18T06:11:37.504Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c016a58e-21cb-458b-aff3-72a5ddf67486/model-vers/model-ver/38ead603-60a6-4426-b8aa-1c9c21e7ca12?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-11-18T06:11:37.611Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c016a58e-21cb-458b-aff3-72a5ddf67486/model-vers/model-ver/38ead603-60a6-4426-b8aa-1c9c21e7ca12?depth=0|INFO|500||InvokeReturn
2022-11-18T06:11:37.613Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c016a58e-21cb-458b-aff3-72a5ddf67486/model-vers/model-ver/38ead603-60a6-4426-b8aa-1c9c21e7ca12?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221118-06:11:35:411-3176], vertex-id=[217112], Content-Length=[0], Date=[Fri, 18 Nov 2022 06:11:35 GMT], Content-Type=[application/json]}
2022-11-18T06:11:37.613Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity.
2022-11-18T06:11:37.614Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-18T06:11:37.614Z|8faaab8e-4420-46e4-a52c-6d05e648b737|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-11-18T06:11:37.620Z|8faaab8e-4420-46e4-a52c-6d05e648b737|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-11-18T06:11:37.620Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8faaab8e-4420-46e4-a52c-6d05e648b737 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-18T06:11:37.621Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-18T06:11:37.621Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-18T06:11:37.623Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T06:11:37.624Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "8faaab8e-4420-46e4-a52c-6d05e648b737",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668751897620,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-18T06:11:37.724Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-18T06:11:37.725Z||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-11-18T06:11:37.725Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqtUncrJ6IPnBsAB) ...
2022-11-18T06:11:37.739Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:11:37.740Z||pool-34-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-18T06:11:37.978Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T06:11:37.979Z||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-11-18T06:11:37.979Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T06:11:38.611Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:11:38.612Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T06:11:38.612Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8faaab8e-4420-46e4-a52c-6d05e648b737",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668751845810,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/resourceInstances/basic_onboard_rdvtcw0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:11:38.613Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:11:38.613Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T06:11:38.613Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8faaab8e-4420-46e4-a52c-6d05e648b737",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668751845810,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/resourceInstances/basic_onboard_rdvtcw0/artifacts/basic_onboard_rdvtcw0_modules.json",
  "status": "NOTIFIED"
}
2022-11-18T06:11:38.614Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:11:38.614Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T06:11:38.614Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8faaab8e-4420-46e4-a52c-6d05e648b737",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668751845810,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/resourceInstances/basic_onboard_rdvtcw0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-11-18T06:11:38.614Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:11:38.614Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T06:11:38.614Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8faaab8e-4420-46e4-a52c-6d05e648b737",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668751845810,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/resourceInstances/basic_onboard_rdvtcw0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:11:38.614Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:11:38.614Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T06:11:38.614Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8faaab8e-4420-46e4-a52c-6d05e648b737",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668751845810,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/resourceInstances/basic_onboard_rdvtcw0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-11-18T06:11:38.615Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:11:38.615Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T06:11:38.615Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8faaab8e-4420-46e4-a52c-6d05e648b737",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668751845810,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/artifacts/service-BasicOnboardRdvtcw-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:11:38.615Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:11:38.615Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T06:11:38.615Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8faaab8e-4420-46e4-a52c-6d05e648b737",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668751845810,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/artifacts/service-BasicOnboardRdvtcw-csar.csar",
  "status": "NOTIFIED"
}
2022-11-18T06:11:38.615Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:11:38.616Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T06:11:38.616Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8faaab8e-4420-46e4-a52c-6d05e648b737",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668751857470,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/artifacts/service-BasicOnboardRdvtcw-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-18T06:11:38.616Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T06:11:38.616Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T06:11:38.616Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8faaab8e-4420-46e4-a52c-6d05e648b737",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668751859916,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/resourceInstances/basic_onboard_rdvtcw0/artifacts/basic_onboard_rdvtcw0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-18T06:11:38.616Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T06:11:38.616Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T06:11:38.616Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8faaab8e-4420-46e4-a52c-6d05e648b737",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668751860994,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/resourceInstances/basic_onboard_rdvtcw0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-18T06:11:38.617Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T06:11:38.617Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T06:11:38.617Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8faaab8e-4420-46e4-a52c-6d05e648b737",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668751862222,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/resourceInstances/basic_onboard_rdvtcw0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-11-18T06:11:38.617Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T06:11:38.617Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T06:11:38.617Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8faaab8e-4420-46e4-a52c-6d05e648b737",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668751863351,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/resourceInstances/basic_onboard_rdvtcw0/artifacts/basic_onboard_rdvtcw0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-18T06:11:38.618Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T06:11:38.618Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T06:11:38.618Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8faaab8e-4420-46e4-a52c-6d05e648b737",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668751864355,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/resourceInstances/basic_onboard_rdvtcw0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-11-18T06:11:38.618Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T06:11:38.618Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T06:11:38.618Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8faaab8e-4420-46e4-a52c-6d05e648b737",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668751865360,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/resourceInstances/basic_onboard_rdvtcw0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-11-18T06:11:38.618Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T06:11:38.618Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T06:11:38.619Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8faaab8e-4420-46e4-a52c-6d05e648b737",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668751866364,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/artifacts/service-BasicOnboardRdvtcw-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-18T06:11:38.619Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T06:11:38.619Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T06:11:38.619Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8faaab8e-4420-46e4-a52c-6d05e648b737",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668751897620,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-18T06:11:38.619Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-11-18T06:11:38.638Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T06:11:38.639Z|8faaab8e-4420-46e4-a52c-6d05e648b737|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-11-18T06:11:38.639Z|8faaab8e-4420-46e4-a52c-6d05e648b737|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 SqtUncrJ6IPnBsAB) ...
2022-11-18T06:11:48.212Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:11:48.213Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T06:11:48.214Z|8faaab8e-4420-46e4-a52c-6d05e648b737|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-11-18T06:11:48.214Z|8faaab8e-4420-46e4-a52c-6d05e648b737|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 SqtUncrJ6IPnBsAB) ...
2022-11-18T06:11:57.798Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:11:57.799Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T06:11:57.800Z|8faaab8e-4420-46e4-a52c-6d05e648b737|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-11-18T06:11:57.800Z|8faaab8e-4420-46e4-a52c-6d05e648b737|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 SqtUncrJ6IPnBsAB) ...
2022-11-18T06:12:07.353Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:12:07.354Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T06:12:07.355Z|8faaab8e-4420-46e4-a52c-6d05e648b737|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-11-18T06:12:07.355Z|8faaab8e-4420-46e4-a52c-6d05e648b737|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 SqtUncrJ6IPnBsAB) ...
2022-11-18T06:12:16.907Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:12:37.971Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T06:12:37.972Z|8faaab8e-4420-46e4-a52c-6d05e648b737|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-11-18T06:12:37.972Z|8faaab8e-4420-46e4-a52c-6d05e648b737|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 SqtUncrJ6IPnBsAB) ...
2022-11-18T06:12:37.978Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T06:12:37.978Z||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-11-18T06:12:37.979Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T06:12:47.526Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:12:47.534Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:13:37.971Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T06:13:37.972Z|8faaab8e-4420-46e4-a52c-6d05e648b737|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-11-18T06:13:37.972Z|8faaab8e-4420-46e4-a52c-6d05e648b737|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 SqtUncrJ6IPnBsAB) ...
2022-11-18T06:13:37.978Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T06:13:37.978Z||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-11-18T06:13:37.979Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T06:13:47.521Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:13:47.521Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:14:37.971Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T06:14:37.972Z|8faaab8e-4420-46e4-a52c-6d05e648b737|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-11-18T06:14:37.972Z|8faaab8e-4420-46e4-a52c-6d05e648b737|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 SqtUncrJ6IPnBsAB) ...
2022-11-18T06:14:37.978Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T06:14:37.979Z||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-11-18T06:14:37.979Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T06:14:47.531Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:14:47.545Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:15:37.971Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T06:15:37.972Z|8faaab8e-4420-46e4-a52c-6d05e648b737|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-11-18T06:15:37.972Z|8faaab8e-4420-46e4-a52c-6d05e648b737|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 SqtUncrJ6IPnBsAB) ...
2022-11-18T06:15:37.978Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T06:15:37.978Z||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-11-18T06:15:37.978Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T06:15:47.525Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:15:47.528Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:16:37.971Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T06:16:37.972Z|8faaab8e-4420-46e4-a52c-6d05e648b737|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-11-18T06:16:37.972Z|8faaab8e-4420-46e4-a52c-6d05e648b737|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 SqtUncrJ6IPnBsAB) ...
2022-11-18T06:16:37.978Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T06:16:37.979Z||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-11-18T06:16:37.979Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T06:16:47.519Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:16:47.553Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:17:37.971Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T06:17:37.972Z|8faaab8e-4420-46e4-a52c-6d05e648b737|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-11-18T06:17:37.972Z|8faaab8e-4420-46e4-a52c-6d05e648b737|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 SqtUncrJ6IPnBsAB) ...
2022-11-18T06:17:37.978Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T06:17:37.978Z||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-11-18T06:17:37.979Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T06:17:47.522Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:17:47.581Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:18:37.971Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T06:18:37.972Z|8faaab8e-4420-46e4-a52c-6d05e648b737|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-11-18T06:18:37.972Z|8faaab8e-4420-46e4-a52c-6d05e648b737|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 SqtUncrJ6IPnBsAB) ...
2022-11-18T06:18:37.978Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T06:18:37.978Z||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-11-18T06:18:37.978Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T06:18:47.546Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:18:47.547Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:19:37.971Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T06:19:37.972Z|8faaab8e-4420-46e4-a52c-6d05e648b737|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-11-18T06:19:37.972Z|8faaab8e-4420-46e4-a52c-6d05e648b737|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 SqtUncrJ6IPnBsAB) ...
2022-11-18T06:19:37.978Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T06:19:37.978Z||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-11-18T06:19:37.979Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T06:19:47.527Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:19:47.552Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:20:37.971Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T06:20:37.972Z|8faaab8e-4420-46e4-a52c-6d05e648b737|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-11-18T06:20:37.972Z|8faaab8e-4420-46e4-a52c-6d05e648b737|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 SqtUncrJ6IPnBsAB) ...
2022-11-18T06:20:37.978Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T06:20:37.978Z||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-11-18T06:20:37.978Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T06:20:47.557Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:20:47.559Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:21:37.971Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T06:21:37.972Z|8faaab8e-4420-46e4-a52c-6d05e648b737|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-11-18T06:21:37.973Z|8faaab8e-4420-46e4-a52c-6d05e648b737|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 SqtUncrJ6IPnBsAB) ...
2022-11-18T06:21:37.978Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T06:21:37.978Z||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-11-18T06:21:37.978Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T06:21:38.114Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:21:38.117Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T06:21:38.118Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48320a2a-f23b-4246-8cc6-505a230efb6a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668752475201,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:21:38.119Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:21:38.120Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T06:21:38.120Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48320a2a-f23b-4246-8cc6-505a230efb6a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668752472943,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:21:38.120Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:21:38.120Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T06:21:38.120Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48320a2a-f23b-4246-8cc6-505a230efb6a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668752472943,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-11-18T06:21:38.120Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:21:38.120Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T06:21:38.120Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48320a2a-f23b-4246-8cc6-505a230efb6a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668752475201,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-11-18T06:21:38.121Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:21:38.121Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T06:21:38.121Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48320a2a-f23b-4246-8cc6-505a230efb6a",
  "consumerID": "cds",
  "timestamp": 1668752481206,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:21:38.121Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:21:38.121Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T06:21:38.121Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48320a2a-f23b-4246-8cc6-505a230efb6a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668752482958,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-18T06:21:38.121Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T06:21:38.121Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T06:21:38.121Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48320a2a-f23b-4246-8cc6-505a230efb6a",
  "consumerID": "cds",
  "timestamp": 1668752481206,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-11-18T06:21:38.162Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:21:38.163Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T06:21:38.163Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48320a2a-f23b-4246-8cc6-505a230efb6a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668752484680,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-18T06:21:38.166Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T06:21:38.166Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T06:21:38.166Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48320a2a-f23b-4246-8cc6-505a230efb6a",
  "consumerID": "cds",
  "timestamp": 1668752483989,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-18T06:21:38.166Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T06:21:38.166Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T06:21:38.166Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48320a2a-f23b-4246-8cc6-505a230efb6a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668752485685,
  "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=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-11-18T06:21:38.194Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 48320a2a-f23b-4246-8cc6-505a230efb6a
2022-11-18T06:21:38.194Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 48320a2a-f23b-4246-8cc6-505a230efb6a 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-11-18T06:21:38.204Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T06:21:38.204Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48320a2a-f23b-4246-8cc6-505a230efb6a",
  "consumerID": "cds",
  "timestamp": 1668752485023,
  "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-11-18T06:21:38.209Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 48320a2a-f23b-4246-8cc6-505a230efb6a
2022-11-18T06:21:38.210Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 48320a2a-f23b-4246-8cc6-505a230efb6a 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-11-18T06:21:38.218Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T06:21:38.218Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48320a2a-f23b-4246-8cc6-505a230efb6a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668752485005,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:21:38.219Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:21:38.219Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T06:21:38.219Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48320a2a-f23b-4246-8cc6-505a230efb6a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668752485005,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:21:38.219Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:21:38.219Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T06:21:38.219Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "424bd7fd-a278-44ad-a265-f3fc998bd9b8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668752485005,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXkcrfirb4lcvaf2qafnq/1.0/resourceInstances/pnfc58405d939000/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:21:38.219Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:21:38.219Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T06:21:38.219Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "424bd7fd-a278-44ad-a265-f3fc998bd9b8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668752485005,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXkcrfirb4lcvaf2qafnq/1.0/resourceInstances/pnfc58405d939000/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:21:38.220Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:21:38.220Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T06:21:38.220Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "424bd7fd-a278-44ad-a265-f3fc998bd9b8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668752485005,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXkcrfirb4lcvaf2qafnq/1.0/resourceInstances/pnfc58405d939000/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:21:38.220Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:21:38.220Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T06:21:38.220Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48320a2a-f23b-4246-8cc6-505a230efb6a",
  "consumerID": "aai-ml",
  "timestamp": 1668752487713,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:21:38.220Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:21:38.220Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T06:21:38.220Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48320a2a-f23b-4246-8cc6-505a230efb6a",
  "consumerID": "aai-ml",
  "timestamp": 1668752487713,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-11-18T06:21:38.220Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:21:38.220Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T06:21:38.220Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "424bd7fd-a278-44ad-a265-f3fc998bd9b8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668752485005,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXkcrfirb4lcvaf2qafnq/1.0/resourceInstances/pnfc58405d939000/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:21:38.221Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:21:38.221Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T06:21:38.221Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "424bd7fd-a278-44ad-a265-f3fc998bd9b8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668752485005,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXkcrfirb4lcvaf2qafnq/1.0/resourceInstances/pnfc58405d939000/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:21:38.221Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:21:38.221Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T06:21:38.221Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48320a2a-f23b-4246-8cc6-505a230efb6a",
  "consumerID": "aai-ml",
  "timestamp": 1668752490448,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-18T06:21:38.221Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T06:21:38.221Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T06:21:38.221Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "424bd7fd-a278-44ad-a265-f3fc998bd9b8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668752485005,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXkcrfirb4lcvaf2qafnq/1.0/resourceInstances/pnfc58405d939000/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-11-18T06:21:38.221Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:21:38.221Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T06:21:38.221Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "424bd7fd-a278-44ad-a265-f3fc998bd9b8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668752485005,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXkcrfirb4lcvaf2qafnq/1.0/artifacts/service-DemoPnfXkcrfirb4lcvaf2qafnq-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:21:38.222Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:21:38.222Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T06:21:38.222Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "424bd7fd-a278-44ad-a265-f3fc998bd9b8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668752492943,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXkcrfirb4lcvaf2qafnq/1.0/resourceInstances/pnfc58405d939000/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:21:38.222Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:21:38.222Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T06:21:38.222Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "424bd7fd-a278-44ad-a265-f3fc998bd9b8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668752485005,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXkcrfirb4lcvaf2qafnq/1.0/artifacts/service-DemoPnfXkcrfirb4lcvaf2qafnq-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:21:38.222Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:21:38.222Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T06:21:38.222Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "424bd7fd-a278-44ad-a265-f3fc998bd9b8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668752492943,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXkcrfirb4lcvaf2qafnq/1.0/resourceInstances/pnfc58405d939000/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:21:38.222Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:21:38.222Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T06:21:38.223Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48320a2a-f23b-4246-8cc6-505a230efb6a",
  "consumerID": "aai-ml",
  "timestamp": 1668752494515,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-18T06:21:38.223Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T06:21:38.223Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T06:21:38.223Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "424bd7fd-a278-44ad-a265-f3fc998bd9b8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668752495875,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXkcrfirb4lcvaf2qafnq/1.0/resourceInstances/pnfc58405d939000/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-18T06:21:38.223Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T06:21:38.223Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T06:21:38.223Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "424bd7fd-a278-44ad-a265-f3fc998bd9b8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668752492943,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXkcrfirb4lcvaf2qafnq/1.0/resourceInstances/pnfc58405d939000/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:21:38.223Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:21:38.223Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T06:21:38.224Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48320a2a-f23b-4246-8cc6-505a230efb6a",
  "consumerID": "aai-ml",
  "timestamp": 1668752495520,
  "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-11-18T06:21:38.229Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 48320a2a-f23b-4246-8cc6-505a230efb6a
2022-11-18T06:21:38.229Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 48320a2a-f23b-4246-8cc6-505a230efb6a 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-11-18T06:21:38.237Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T06:21:38.237Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "424bd7fd-a278-44ad-a265-f3fc998bd9b8",
  "consumerID": "cds",
  "timestamp": 1668752496206,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXkcrfirb4lcvaf2qafnq/1.0/resourceInstances/pnfc58405d939000/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:21:38.238Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:21:38.619Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:21:38.620Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T06:21:38.620Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"48320a2a-f23b-4246-8cc6-505a230efb6a","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"7c3830bb-0ab0-44d1-808b-7f0e13baa683","serviceDescription":"service","serviceInvariantUUID":"08e7cfa6-748d-4509-b745-d20782d9a370","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"42931d86-9ebf-41a4-b3cf-7612107a999c","resourceInvariantUUID":"c6a3e9b1-a193-4136-a5b9-40c1e08e7323","resourceCustomizationUUID":"b4fca668-73d3-469c-ad53-9990cc828a0b","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":"OTBlNzRmMzEyMThjM2YwZjJmNTEzNTQ1NmI5ZTI2ZTA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6b960a87-73ad-4494-a707-5637fd96ddd1","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"YzcwZGRkYTAyN2MzZWFjNzUyYWJkZjMzYjZlZDUwZTQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3cb1a3d1-3e9d-49d0-a75f-8b75ccd26fb8","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-18T06:21:38.625Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T06:21:38.625Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-18T06:21:38.628Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T06:21:38.628Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "48320a2a-f23b-4246-8cc6-505a230efb6a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668752497971,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:21:38.728Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T06:21:38.729Z||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-11-18T06:21:38.729Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqtUncrJ6IPnBsAB) ...
2022-11-18T06:21:38.745Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:21:38.746Z||pool-35-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-11-18T06:21:39.628Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T06:21:39.630Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-18T06:21:39.632Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T06:21:39.632Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "48320a2a-f23b-4246-8cc6-505a230efb6a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668752497971,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-11-18T06:21:39.732Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T06:21:39.733Z||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-11-18T06:21:39.734Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqtUncrJ6IPnBsAB) ...
2022-11-18T06:21:39.755Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:21:39.755Z||pool-36-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-11-18T06:21:40.634Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "48320a2a-f23b-4246-8cc6-505a230efb6a",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "7c3830bb-0ab0-44d1-808b-7f0e13baa683",
  "serviceDescription": "service",
  "serviceInvariantUUID": "08e7cfa6-748d-4509-b745-d20782d9a370",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "b4fca668-73d3-469c-ad53-9990cc828a0b",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "42931d86-9ebf-41a4-b3cf-7612107a999c",
      "resourceInvariantUUID": "c6a3e9b1-a193-4136-a5b9-40c1e08e7323",
      "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": "YzcwZGRkYTAyN2MzZWFjNzUyYWJkZjMzYjZlZDUwZTQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "3cb1a3d1-3e9d-49d0-a75f-8b75ccd26fb8"
    }
  ],
  "workloadContext": "Production"
}
2022-11-18T06:21:40.634Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-18T06:21:40.634Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 7c3830bb-0ab0-44d1-808b-7f0e13baa683 ASDC
2022-11-18T06:21:40.635Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:48320a2a-f23b-4246-8cc6-505a230efb6a
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:7c3830bb-0ab0-44d1-808b-7f0e13baa683
ServiceInvariantUUID:08e7cfa6-748d-4509-b745-d20782d9a370
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:3cb1a3d1-3e9d-49d0-a75f-8b75ccd26fb8
ArtifactChecksum:YzcwZGRkYTAyN2MzZWFjNzUyYWJkZjMzYjZlZDUwZTQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:b4fca668-73d3-469c-ad53-9990cc828a0b
ResourceInvariantUUID:c6a3e9b1-a193-4136-a5b9-40c1e08e7323
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:42931d86-9ebf-41a4-b3cf-7612107a999c
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2022-11-18T06:21:40.636Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7c3830bb-0ab0-44d1-808b-7f0e13baa683 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-11-18T06:21:40.668Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-18T06:21:40.669Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-11-18T06:21:40.669Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-11-18T06:21:40.670Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 3cb1a3d1-3e9d-49d0-a75f-8b75ccd26fb8 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-18T06:21:40.670Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-11-18T06:21:40.670Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-18T06:21:40.744Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-11-18T06:21:40.747Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 3cb1a3d1-3e9d-49d0-a75f-8b75ccd26fb8 57661
2022-11-18T06:21:40.747Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-11-18T06:21:40.748Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-18T06:21:40.748Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-18T06:21:40.749Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-18T06:21:40.751Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T06:21:40.751Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "48320a2a-f23b-4246-8cc6-505a230efb6a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668752500747,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-18T06:21:40.852Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T06:21:40.853Z||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-11-18T06:21:40.853Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqtUncrJ6IPnBsAB) ...
2022-11-18T06:21:40.890Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:21:40.891Z||pool-37-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":0,"count":1}
2022-11-18T06:21:41.752Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-18T06:21:41.754Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-11-18T06:21:41.754Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 3cb1a3d1-3e9d-49d0-a75f-8b75ccd26fb8, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-18T06:21:41.755Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-11-18T06:21:41.755Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-18T06:21:41.755Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-18T06:21:41.875Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8382242189802702885/Definitions/service-BasicNetwork-template.yml
2022-11-18T06:21:42.380Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-18T06:21:42.381Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-11-18T06:21:42.381Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-18T06:21:42.382Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-11-18T06:21:42.382Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||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-11-18T06:21:42.382Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||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-11-18T06:21:42.382Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||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-11-18T06:21:42.382Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||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-11-18T06:21:42.382Z|48320a2a-f23b-4246-8cc6-505a230efb6a|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-BasicNetwork-csar.csar
2022-11-18T06:21:42.383Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||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-11-18T06:21:42.383Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||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-11-18T06:21:42.383Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||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-11-18T06:21:42.383Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-11-18T06:21:42.383Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T06:21:42.384Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T06:21:42.384Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-11-18T06:21:42.384Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-11-18T06:21:42.384Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-18T06:21:42.385Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T06:21:42.385Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T06:21:42.385Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-11-18T06:21:42.385Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-11-18T06:21:42.385Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-18T06:21:42.386Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T06:21:42.386Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T06:21:42.386Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T06:21:42.386Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T06:21:42.387Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T06:21:42.387Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T06:21:42.387Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T06:21:42.387Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T06:21:42.387Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T06:21:42.388Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T06:21:42.388Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:7c3830bb-0ab0-44d1-808b-7f0e13baa683
Model Version:NULL
Model InvariantUuid:08e7cfa6-748d-4509-b745-d20782d9a370
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:c6a3e9b1-a193-4136-a5b9-40c1e08e7323
Model UUID:2e641a66-ec66-412d-85a3-932dd09ae3c7
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:b4fca668-73d3-469c-ad53-9990cc828a0b
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-11-18T06:21:42.397Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||INFO|500||Processing Resource Type: VL, Model UUID: 42931d86-9ebf-41a4-b3cf-7612107a999c
2022-11-18T06:21:42.397Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||INFO|500||No resources found for Service: 7c3830bb-0ab0-44d1-808b-7f0e13baa683
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-11-18T06:21:42.403Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||INFO|500||
2022-11-18T06:21:42.403Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2022-11-18T06:21:42.404Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||DEBUG|500||No resources found for Service: 7c3830bb-0ab0-44d1-808b-7f0e13baa683
2022-11-18T06:21:42.404Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 7c3830bb-0ab0-44d1-808b-7f0e13baa683
2022-11-18T06:21:42.404Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2022-11-18T06:21:42.405Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||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-11-18T06:21:42.412Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5d136e90, org.onap.sdc.toscaparser.api.parameters.Input@1175865b, org.onap.sdc.toscaparser.api.parameters.Input@7532e0b7, org.onap.sdc.toscaparser.api.parameters.Input@d1c951c, org.onap.sdc.toscaparser.api.parameters.Input@4bbd0dc1]
2022-11-18T06:21:42.413Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T06:21:42.414Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T06:21:42.414Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T06:21:42.414Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T06:21:42.415Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 7c3830bb-0ab0-44d1-808b-7f0e13baa683: Generic NeutronNet
2022-11-18T06:21:42.415Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T06:21:42.415Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T06:21:42.415Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T06:21:42.415Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||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-11-18T06:21:42.454Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T06:21:42.455Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T06:21:42.455Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T06:21:42.456Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T06:21:42.456Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T06:21:42.456Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T06:21:42.456Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||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-11-18T06:21:42.556Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2022-11-18T06:21:42.557Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-11-18T06:21:42.557Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-18T06:21:42.557Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-18T06:21:42.558Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-18T06:21:42.560Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T06:21:42.560Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "48320a2a-f23b-4246-8cc6-505a230efb6a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668752502557,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-18T06:21:42.660Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T06:21:42.661Z||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-11-18T06:21:42.661Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqtUncrJ6IPnBsAB) ...
2022-11-18T06:21:42.676Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:21:42.677Z||pool-38-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-18T06:21:43.561Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 48320a2a-f23b-4246-8cc6-505a230efb6a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-11-18T06:21:43.578Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 48320a2a-f23b-4246-8cc6-505a230efb6a
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-11-18T06:21:43.581Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-18T06:21:43.581Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-18T06:21:43.581Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-18T06:21:43.581Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-18T06:21:43.581Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-18T06:21:43.582Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-18T06:21:43.582Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-18T06:21:43.582Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-18T06:21:43.582Z|48320a2a-f23b-4246-8cc6-505a230efb6a|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-11-18T06:21:43.587Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-18T06:22:13.587Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 48320a2a-f23b-4246-8cc6-505a230efb6a 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-11-18T06:22:13.598Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 48320a2a-f23b-4246-8cc6-505a230efb6a and serviceModelVersionId: 7c3830bb-0ab0-44d1-808b-7f0e13baa683
2022-11-18T06:22:13.599Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 08e7cfa6-748d-4509-b745-d20782d9a370
2022-11-18T06:22:13.601Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/08e7cfa6-748d-4509-b745-d20782d9a370/model-vers/model-ver/7c3830bb-0ab0-44d1-808b-7f0e13baa683?depth=0
2022-11-18T06:22:13.608Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-11-18T06:22:13.675Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08e7cfa6-748d-4509-b745-d20782d9a370/model-vers/model-ver/7c3830bb-0ab0-44d1-808b-7f0e13baa683?depth=0|INFO|500||Invoke
2022-11-18T06:22:13.676Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08e7cfa6-748d-4509-b745-d20782d9a370/model-vers/model-ver/7c3830bb-0ab0-44d1-808b-7f0e13baa683?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08e7cfa6-748d-4509-b745-d20782d9a370/model-vers/model-ver/7c3830bb-0ab0-44d1-808b-7f0e13baa683?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[48320a2a-f23b-4246-8cc6-505a230efb6a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[59b707fa-d5a0-4995-b300-149c9c427b02], X-ECOMP-RequestID=[48320a2a-f23b-4246-8cc6-505a230efb6a], X-TransactionId=[], X-ONAP-RequestID=[48320a2a-f23b-4246-8cc6-505a230efb6a], Content-Type=[application/merge-patch+json]}
2022-11-18T06:22:13.704Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08e7cfa6-748d-4509-b745-d20782d9a370/model-vers/model-ver/7c3830bb-0ab0-44d1-808b-7f0e13baa683?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-11-18T06:22:13.794Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08e7cfa6-748d-4509-b745-d20782d9a370/model-vers/model-ver/7c3830bb-0ab0-44d1-808b-7f0e13baa683?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/08e7cfa6-748d-4509-b745-d20782d9a370/model-vers/model-ver/7c3830bb-0ab0-44d1-808b-7f0e13baa683?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221118-06:22:11:545-33462], vertex-id=[393440], Content-Length=[0], Date=[Fri, 18 Nov 2022 06:22:11 GMT], Content-Type=[application/json]}
2022-11-18T06:22:13.795Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08e7cfa6-748d-4509-b745-d20782d9a370/model-vers/model-ver/7c3830bb-0ab0-44d1-808b-7f0e13baa683?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-11-18T06:22:13.795Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08e7cfa6-748d-4509-b745-d20782d9a370/model-vers/model-ver/7c3830bb-0ab0-44d1-808b-7f0e13baa683?depth=0|INFO|500||InvokeReturn
2022-11-18T06:22:13.796Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-18T06:22:13.796Z|48320a2a-f23b-4246-8cc6-505a230efb6a|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-11-18T06:22:13.803Z|48320a2a-f23b-4246-8cc6-505a230efb6a|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-11-18T06:22:13.803Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 48320a2a-f23b-4246-8cc6-505a230efb6a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-18T06:22:13.804Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-18T06:22:13.805Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-18T06:22:13.807Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T06:22:13.807Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "48320a2a-f23b-4246-8cc6-505a230efb6a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668752533804,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-18T06:22:13.908Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-18T06:22:13.909Z||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-11-18T06:22:13.909Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqtUncrJ6IPnBsAB) ...
2022-11-18T06:22:13.944Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:22:13.945Z||pool-39-thread-1|||||INFO|500||cambria reply ok (37 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-11-18T06:22:14.821Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T06:22:14.822Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"424bd7fd-a278-44ad-a265-f3fc998bd9b8","serviceName":"Demo_pNF_xKCRFIrB4lcVAf2QaFNQ","serviceVersion":"1.0","serviceUUID":"bf310434-43ec-4d96-b03b-394eb95bce20","serviceDescription":"catalog service description","serviceInvariantUUID":"8b722697-0387-4d1d-81af-19a46a7d4910","resources":[{"resourceInstanceName":"pNF c58405d9-3900 0","resourceName":"pNF c58405d9-3900","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"d086c85d-cafe-4261-a572-1187219878b6","resourceInvariantUUID":"df1e07eb-fe71-4c34-9e8b-792d9ff0843a","resourceCustomizationUUID":"70c09230-0e9c-45cd-9575-eeddccb2462d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfXkcrfirb4lcvaf2qafnq/1.0/resourceInstances/pnfc58405d939000/artifacts/vf-license-model.xml","artifactChecksum":"YjQ3ZDA4YjA0ODdmYjJhMzc2ZDQ5YmEyMDE0ZjFlOGM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0f310c10-fe5a-4f3f-9f91-dfabbc30a7f4","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfXkcrfirb4lcvaf2qafnq/1.0/resourceInstances/pnfc58405d939000/artifacts/pNF.csar","artifactChecksum":"ZTM0OGFjYTg5ZGE3NDlmOTA1NGE4MTkxMzRhYzE5MWE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4457ed64-0eb7-472d-ba3a-a1005f7a7966","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfXkcrfirb4lcvaf2qafnq/1.0/resourceInstances/pnfc58405d939000/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"402fe8f2-d0c0-47e5-9d4c-e6ed0045aab7","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfXkcrfirb4lcvaf2qafnq/1.0/resourceInstances/pnfc58405d939000/artifacts/vendor-license-model.xml","artifactChecksum":"MGNlZjVhZjU4NjBkOGM2YjE2MDA1OGM1NGVhODIwMjI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"7f4c8bc1-7016-44b4-9341-cecc99e606f6","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfXkcrfirb4lcvaf2qafnq/1.0/resourceInstances/pnfc58405d939000/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a6383ac0-9991-4f3d-9630-6fbe9950c667","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfXkcrfirb4lcvaf2qafnq/1.0/resourceInstances/pnfc58405d939000/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"43f30acf-1256-4e27-8f9d-357b58ca0100","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfXkcrfirb4lcvaf2qafnq-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfXkcrfirb4lcvaf2qafnq/1.0/artifacts/service-DemoPnfXkcrfirb4lcvaf2qafnq-template.yml","artifactChecksum":"YTAwMWI0YTMyMDc2ZDQ1NmFiNWQ1OWU5ZmI2ODYwYjI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ce2f4ee2-d3fe-4bf4-a30c-9c4e7224eab7","artifactVersion":"1"},{"artifactName":"service-DemoPnfXkcrfirb4lcvaf2qafnq-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfXkcrfirb4lcvaf2qafnq/1.0/artifacts/service-DemoPnfXkcrfirb4lcvaf2qafnq-csar.csar","artifactChecksum":"ZmFlMTIzNGUzNGM0NWJhOTAyOGE1M2Q5YzczZWM4MzU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"be700f48-42b2-427e-9344-418ac0eb33de","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-18T06:22:14.822Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T06:22:14.823Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-18T06:22:14.825Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T06:22:14.825Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "424bd7fd-a278-44ad-a265-f3fc998bd9b8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668752497971,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXkcrfirb4lcvaf2qafnq/1.0/resourceInstances/pnfc58405d939000/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:22:14.925Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T06:22:14.926Z||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-11-18T06:22:14.926Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqtUncrJ6IPnBsAB) ...
2022-11-18T06:22:14.938Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:22:14.938Z||pool-40-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-11-18T06:22:15.825Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T06:22:15.826Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-18T06:22:15.829Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T06:22:15.829Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "424bd7fd-a278-44ad-a265-f3fc998bd9b8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668752497971,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXkcrfirb4lcvaf2qafnq/1.0/resourceInstances/pnfc58405d939000/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:22:15.929Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T06:22:15.930Z||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-11-18T06:22:15.930Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqtUncrJ6IPnBsAB) ...
2022-11-18T06:22:15.942Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:22:15.942Z||pool-41-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-18T06:22:16.830Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T06:22:16.830Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-18T06:22:16.833Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T06:22:16.833Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "424bd7fd-a278-44ad-a265-f3fc998bd9b8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668752497971,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXkcrfirb4lcvaf2qafnq/1.0/resourceInstances/pnfc58405d939000/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:22:16.933Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T06:22:16.934Z||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-11-18T06:22:16.935Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqtUncrJ6IPnBsAB) ...
2022-11-18T06:22:16.947Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:22:16.948Z||pool-42-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-18T06:22:17.834Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T06:22:17.834Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-18T06:22:17.836Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T06:22:17.837Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "424bd7fd-a278-44ad-a265-f3fc998bd9b8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668752497971,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXkcrfirb4lcvaf2qafnq/1.0/resourceInstances/pnfc58405d939000/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:22:17.937Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T06:22:17.938Z||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-11-18T06:22:17.938Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqtUncrJ6IPnBsAB) ...
2022-11-18T06:22:17.948Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:22:17.948Z||pool-43-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-18T06:22:18.837Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T06:22:18.838Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-18T06:22:18.841Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T06:22:18.841Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "424bd7fd-a278-44ad-a265-f3fc998bd9b8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668752497971,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXkcrfirb4lcvaf2qafnq/1.0/resourceInstances/pnfc58405d939000/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:22:18.941Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T06:22:18.942Z||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-11-18T06:22:18.942Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqtUncrJ6IPnBsAB) ...
2022-11-18T06:22:18.966Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:22:18.967Z||pool-44-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2022-11-18T06:22:19.842Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T06:22:19.843Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-18T06:22:19.846Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T06:22:19.846Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "424bd7fd-a278-44ad-a265-f3fc998bd9b8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668752497971,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXkcrfirb4lcvaf2qafnq/1.0/resourceInstances/pnfc58405d939000/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:22:19.946Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T06:22:19.947Z||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-11-18T06:22:19.947Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqtUncrJ6IPnBsAB) ...
2022-11-18T06:22:19.959Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:22:19.960Z||pool-45-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-18T06:22:20.847Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T06:22:20.849Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-18T06:22:20.852Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T06:22:20.852Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "424bd7fd-a278-44ad-a265-f3fc998bd9b8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668752497971,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXkcrfirb4lcvaf2qafnq/1.0/artifacts/service-DemoPnfXkcrfirb4lcvaf2qafnq-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:22:20.952Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T06:22:20.953Z||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-11-18T06:22:20.953Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqtUncrJ6IPnBsAB) ...
2022-11-18T06:22:20.965Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:22:20.966Z||pool-46-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-18T06:22:21.852Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T06:22:21.854Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-18T06:22:21.856Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T06:22:21.856Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "424bd7fd-a278-44ad-a265-f3fc998bd9b8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668752497971,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXkcrfirb4lcvaf2qafnq/1.0/artifacts/service-DemoPnfXkcrfirb4lcvaf2qafnq-csar.csar",
  "status": "NOTIFIED"
}
2022-11-18T06:22:21.956Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T06:22:21.957Z||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-11-18T06:22:21.958Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqtUncrJ6IPnBsAB) ...
2022-11-18T06:22:21.970Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:22:21.970Z||pool-47-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-18T06:22:22.857Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "424bd7fd-a278-44ad-a265-f3fc998bd9b8",
  "serviceName": "Demo_pNF_xKCRFIrB4lcVAf2QaFNQ",
  "serviceVersion": "1.0",
  "serviceUUID": "bf310434-43ec-4d96-b03b-394eb95bce20",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "8b722697-0387-4d1d-81af-19a46a7d4910",
  "resources": [
    {
      "resourceInstanceName": "pNF c58405d9-3900 0",
      "resourceCustomizationUUID": "70c09230-0e9c-45cd-9575-eeddccb2462d",
      "resourceName": "pNF c58405d9-3900",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "d086c85d-cafe-4261-a572-1187219878b6",
      "resourceInvariantUUID": "df1e07eb-fe71-4c34-9e8b-792d9ff0843a",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfXkcrfirb4lcvaf2qafnq-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfXkcrfirb4lcvaf2qafnq/1.0/artifacts/service-DemoPnfXkcrfirb4lcvaf2qafnq-csar.csar",
      "artifactChecksum": "ZmFlMTIzNGUzNGM0NWJhOTAyOGE1M2Q5YzczZWM4MzU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "be700f48-42b2-427e-9344-418ac0eb33de"
    }
  ],
  "workloadContext": "Production"
}
2022-11-18T06:22:22.858Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-18T06:22:22.858Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 bf310434-43ec-4d96-b03b-394eb95bce20 ASDC
2022-11-18T06:22:22.859Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:424bd7fd-a278-44ad-a265-f3fc998bd9b8
ServiceName:Demo_pNF_xKCRFIrB4lcVAf2QaFNQ
ServiceVersion:1.0
ServiceUUID:bf310434-43ec-4d96-b03b-394eb95bce20
ServiceInvariantUUID:8b722697-0387-4d1d-81af-19a46a7d4910
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfXkcrfirb4lcvaf2qafnq-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfXkcrfirb4lcvaf2qafnq/1.0/artifacts/service-DemoPnfXkcrfirb4lcvaf2qafnq-csar.csar
ArtifactUUID:be700f48-42b2-427e-9344-418ac0eb33de
ArtifactChecksum:ZmFlMTIzNGUzNGM0NWJhOTAyOGE1M2Q5YzczZWM4MzU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF c58405d9-3900 0
ResourceCustomizationUUID:70c09230-0e9c-45cd-9575-eeddccb2462d
ResourceInvariantUUID:df1e07eb-fe71-4c34-9e8b-792d9ff0843a
ResourceName:pNF c58405d9-3900
ResourceType:PNF
ResourceUUID:d086c85d-cafe-4261-a572-1187219878b6
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-11-18T06:22:22.859Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF bf310434-43ec-4d96-b03b-394eb95bce20 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-11-18T06:22:22.891Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-18T06:22:22.892Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-11-18T06:22:22.892Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-11-18T06:22:22.893Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: be700f48-42b2-427e-9344-418ac0eb33de from URL: /sdc/v1/catalog/services/DemoPnfXkcrfirb4lcvaf2qafnq/1.0/artifacts/service-DemoPnfXkcrfirb4lcvaf2qafnq-csar.csar
2022-11-18T06:22:22.893Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-11-18T06:22:22.894Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfXkcrfirb4lcvaf2qafnq/1.0/artifacts/service-DemoPnfXkcrfirb4lcvaf2qafnq-csar.csar
2022-11-18T06:22:22.961Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-11-18T06:22:22.966Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfXkcrfirb4lcvaf2qafnq/1.0/artifacts/service-DemoPnfXkcrfirb4lcvaf2qafnq-csar.csar be700f48-42b2-427e-9344-418ac0eb33de 87780
2022-11-18T06:22:22.966Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfXkcrfirb4lcvaf2qafnq/1.0/artifacts/service-DemoPnfXkcrfirb4lcvaf2qafnq-csar.csar ASDC sendASDCNotification
2022-11-18T06:22:22.966Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfXkcrfirb4lcvaf2qafnq/1.0/artifacts/service-DemoPnfXkcrfirb4lcvaf2qafnq-csar.csar
2022-11-18T06:22:22.966Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-18T06:22:22.966Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-18T06:22:22.968Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T06:22:22.968Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "424bd7fd-a278-44ad-a265-f3fc998bd9b8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668752542966,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXkcrfirb4lcvaf2qafnq/1.0/artifacts/service-DemoPnfXkcrfirb4lcvaf2qafnq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-18T06:22:23.069Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T06:22:23.069Z||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-11-18T06:22:23.070Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqtUncrJ6IPnBsAB) ...
2022-11-18T06:22:23.081Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:22:23.081Z||pool-48-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-18T06:22:23.969Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-18T06:22:23.970Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-11-18T06:22:23.970Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: be700f48-42b2-427e-9344-418ac0eb33de, URL: /sdc/v1/catalog/services/DemoPnfXkcrfirb4lcvaf2qafnq/1.0/artifacts/service-DemoPnfXkcrfirb4lcvaf2qafnq-csar.csar to file: /app/ASDC/1/service-DemoPnfXkcrfirb4lcvaf2qafnq-csar.csar
2022-11-18T06:22:23.971Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfXkcrfirb4lcvaf2qafnq-csar.csar
2022-11-18T06:22:23.972Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfXkcrfirb4lcvaf2qafnq-csar.csar
2022-11-18T06:22:23.972Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfXkcrfirb4lcvaf2qafnq-csar.csar
2022-11-18T06:22:24.196Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2094208034247193870/Definitions/service-DemoPnfXkcrfirb4lcvaf2qafnq-template.yml
2022-11-18T06:22:25.088Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-18T06:22:25.088Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-11-18T06:22:25.089Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfXkcrfirb4lcvaf2qafnq-csar.csar
2022-11-18T06:22:25.089Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-11-18T06:22:25.089Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||||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-DemoPnfXkcrfirb4lcvaf2qafnq-csar.csar
2022-11-18T06:22:25.089Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfXkcrfirb4lcvaf2qafnq-csar.csar
2022-11-18T06:22:25.090Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||||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-DemoPnfXkcrfirb4lcvaf2qafnq-csar.csar
2022-11-18T06:22:25.090Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|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-DemoPnfXkcrfirb4lcvaf2qafnq-csar.csar
2022-11-18T06:22:25.090Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|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-DemoPnfXkcrfirb4lcvaf2qafnq-csar.csar
2022-11-18T06:22:25.090Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|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-DemoPnfXkcrfirb4lcvaf2qafnq-csar.csar
2022-11-18T06:22:25.091Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF c58405d9-3900 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-DemoPnfXkcrfirb4lcvaf2qafnq-csar.csar
2022-11-18T06:22:25.091Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-11-18T06:22:25.091Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T06:22:25.091Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_xKCRFIrB4lcVAf2QaFNQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T06:22:25.092Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||||DEBUG|500||Node template pNF c58405d9-3900 0 is matching search criteria
2022-11-18T06:22:25.092Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-11-18T06:22:25.092Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF c58405d9-3900 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-18T06:22:25.093Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T06:22:25.093Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_xKCRFIrB4lcVAf2QaFNQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T06:22:25.093Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||||DEBUG|500||Node template pNF c58405d9-3900 0 is matching search criteria
2022-11-18T06:22:25.093Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-11-18T06:22:25.094Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF c58405d9-3900 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-18T06:22:25.094Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T06:22:25.094Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_xKCRFIrB4lcVAf2QaFNQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T06:22:25.095Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T06:22:25.095Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_xKCRFIrB4lcVAf2QaFNQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T06:22:25.096Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T06:22:25.096Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_xKCRFIrB4lcVAf2QaFNQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T06:22:25.096Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T06:22:25.096Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_xKCRFIrB4lcVAf2QaFNQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T06:22:25.097Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T06:22:25.097Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_xKCRFIrB4lcVAf2QaFNQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T06:22:25.097Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_xKCRFIrB4lcVAf2QaFNQ
Description:catalog service description
Model UUID:bf310434-43ec-4d96-b03b-394eb95bce20
Model Version:NULL
Model InvariantUuid:8b722697-0387-4d1d-81af-19a46a7d4910
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-11-18T06:22:25.107Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||||INFO|500||Processing Resource Type: PNF, Model UUID: d086c85d-cafe-4261-a572-1187219878b6
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-11-18T06:22:25.111Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||||INFO|500||pNF c58405d9-3900 0
2022-11-18T06:22:25.111Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: d086c85d-cafe-4261-a572-1187219878b6
2022-11-18T06:22:25.112Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||||DEBUG|500||No resources found for Service: bf310434-43ec-4d96-b03b-394eb95bce20
2022-11-18T06:22:25.112Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: bf310434-43ec-4d96-b03b-394eb95bce20
2022-11-18T06:22:25.112Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF c58405d9-3900 0 d086c85d-cafe-4261-a572-1187219878b6 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-11-18T06:22:25.120Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@592a6ab3, org.onap.sdc.toscaparser.api.parameters.Input@6236ed0f, org.onap.sdc.toscaparser.api.parameters.Input@5777cb90, org.onap.sdc.toscaparser.api.parameters.Input@1f0fc5bb, org.onap.sdc.toscaparser.api.parameters.Input@15fa5b1b]
2022-11-18T06:22:25.120Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T06:22:25.120Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_xKCRFIrB4lcVAf2QaFNQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T06:22:25.121Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid bf310434-43ec-4d96-b03b-394eb95bce20: pNF c58405d9-3900
2022-11-18T06:22:25.121Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||||INFO|500||Processing PNF resource: d086c85d-cafe-4261-a572-1187219878b6
2022-11-18T06:22:25.121Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T06:22:25.122Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_xKCRFIrB4lcVAf2QaFNQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T06:22:25.122Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||||INFO|500||Resource customization UUID: 70c09230-0e9c-45cd-9575-eeddccb2462d is the same as notified resource customizationUUID: 70c09230-0e9c-45cd-9575-eeddccb2462d
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-11-18T06:22:25.163Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF c58405d9-3900 d086c85d-cafe-4261-a572-1187219878b6 0 ASDC deployResourceStructure
2022-11-18T06:22:25.164Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfXkcrfirb4lcvaf2qafnq/1.0/artifacts/service-DemoPnfXkcrfirb4lcvaf2qafnq-csar.csar ASDC sendASDCNotification
2022-11-18T06:22:25.164Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfXkcrfirb4lcvaf2qafnq/1.0/artifacts/service-DemoPnfXkcrfirb4lcvaf2qafnq-csar.csar
2022-11-18T06:22:25.164Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-18T06:22:25.164Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-18T06:22:25.166Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T06:22:25.166Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "424bd7fd-a278-44ad-a265-f3fc998bd9b8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668752545164,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXkcrfirb4lcvaf2qafnq/1.0/artifacts/service-DemoPnfXkcrfirb4lcvaf2qafnq-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-18T06:22:25.266Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T06:22:25.268Z||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-11-18T06:22:25.268Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqtUncrJ6IPnBsAB) ...
2022-11-18T06:22:25.284Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:22:25.284Z||pool-49-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-18T06:22:26.169Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 424bd7fd-a278-44ad-a265-f3fc998bd9b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-11-18T06:22:26.181Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 424bd7fd-a278-44ad-a265-f3fc998bd9b8
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-11-18T06:22:26.183Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-18T06:22:26.184Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-18T06:22:26.184Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-18T06:22:37.978Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T06:22:37.979Z||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-11-18T06:22:37.980Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T06:22:38.010Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:22:38.011Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T06:22:38.011Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "424bd7fd-a278-44ad-a265-f3fc998bd9b8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668752497109,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXkcrfirb4lcvaf2qafnq/1.0/resourceInstances/pnfc58405d939000/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-11-18T06:22:38.012Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T06:22:56.184Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 424bd7fd-a278-44ad-a265-f3fc998bd9b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-11-18T06:22:56.195Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 424bd7fd-a278-44ad-a265-f3fc998bd9b8
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-11-18T06:22:56.200Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-18T06:22:56.200Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-18T06:22:56.201Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-18T06:23:26.201Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 424bd7fd-a278-44ad-a265-f3fc998bd9b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-11-18T06:23:26.211Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 424bd7fd-a278-44ad-a265-f3fc998bd9b8
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-11-18T06:23:26.214Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-18T06:23:26.214Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-18T06:23:26.214Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-18T06:23:37.978Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T06:23:37.979Z||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-11-18T06:23:37.979Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T06:23:38.007Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:23:38.008Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T06:23:38.008Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "424bd7fd-a278-44ad-a265-f3fc998bd9b8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668752492943,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXkcrfirb4lcvaf2qafnq/1.0/resourceInstances/pnfc58405d939000/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:23:38.009Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:23:56.214Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 424bd7fd-a278-44ad-a265-f3fc998bd9b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-11-18T06:23:56.224Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 424bd7fd-a278-44ad-a265-f3fc998bd9b8
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-11-18T06:23:56.226Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-18T06:23:56.226Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-18T06:23:56.226Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-18T06:24:26.227Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 424bd7fd-a278-44ad-a265-f3fc998bd9b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-11-18T06:24:26.240Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 424bd7fd-a278-44ad-a265-f3fc998bd9b8
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-11-18T06:24:26.242Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-18T06:24:26.242Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-18T06:24:26.243Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-18T06:24:37.978Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T06:24:37.979Z||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-11-18T06:24:37.979Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T06:24:38.019Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:24:38.022Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T06:24:38.022Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48320a2a-f23b-4246-8cc6-505a230efb6a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668752497971,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:24:38.023Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:24:38.023Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T06:24:38.023Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "424bd7fd-a278-44ad-a265-f3fc998bd9b8",
  "consumerID": "aai-ml",
  "timestamp": 1668752487713,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXkcrfirb4lcvaf2qafnq/1.0/resourceInstances/pnfc58405d939000/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:24:38.024Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:24:38.024Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T06:24:38.024Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "424bd7fd-a278-44ad-a265-f3fc998bd9b8",
  "consumerID": "cds",
  "timestamp": 1668752496206,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXkcrfirb4lcvaf2qafnq/1.0/resourceInstances/pnfc58405d939000/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:24:38.024Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:24:38.024Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T06:24:38.024Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "424bd7fd-a278-44ad-a265-f3fc998bd9b8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668752498114,
  "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-11-18T06:24:38.031Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 424bd7fd-a278-44ad-a265-f3fc998bd9b8
2022-11-18T06:24:38.031Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 424bd7fd-a278-44ad-a265-f3fc998bd9b8 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-11-18T06:24:38.051Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T06:24:38.052Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "424bd7fd-a278-44ad-a265-f3fc998bd9b8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668752492943,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXkcrfirb4lcvaf2qafnq/1.0/resourceInstances/pnfc58405d939000/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:24:38.052Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:24:38.052Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T06:24:38.052Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48320a2a-f23b-4246-8cc6-505a230efb6a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668752497971,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-11-18T06:24:38.053Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:24:38.053Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T06:24:38.053Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "424bd7fd-a278-44ad-a265-f3fc998bd9b8",
  "consumerID": "aai-ml",
  "timestamp": 1668752487713,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXkcrfirb4lcvaf2qafnq/1.0/resourceInstances/pnfc58405d939000/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:24:38.053Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:24:38.053Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T06:24:38.053Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "424bd7fd-a278-44ad-a265-f3fc998bd9b8",
  "consumerID": "cds",
  "timestamp": 1668752496206,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXkcrfirb4lcvaf2qafnq/1.0/resourceInstances/pnfc58405d939000/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:24:38.054Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:24:38.054Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T06:24:38.054Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "424bd7fd-a278-44ad-a265-f3fc998bd9b8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668752492943,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXkcrfirb4lcvaf2qafnq/1.0/resourceInstances/pnfc58405d939000/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:24:38.054Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:24:38.054Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T06:24:38.055Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "424bd7fd-a278-44ad-a265-f3fc998bd9b8",
  "consumerID": "aai-ml",
  "timestamp": 1668752487713,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXkcrfirb4lcvaf2qafnq/1.0/resourceInstances/pnfc58405d939000/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:24:38.055Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:24:38.055Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T06:24:38.055Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "424bd7fd-a278-44ad-a265-f3fc998bd9b8",
  "consumerID": "cds",
  "timestamp": 1668752496206,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXkcrfirb4lcvaf2qafnq/1.0/resourceInstances/pnfc58405d939000/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:24:38.056Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:24:38.056Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T06:24:38.056Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48320a2a-f23b-4246-8cc6-505a230efb6a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668752500747,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-18T06:24:38.056Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T06:24:38.057Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T06:24:38.057Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "424bd7fd-a278-44ad-a265-f3fc998bd9b8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668752492943,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXkcrfirb4lcvaf2qafnq/1.0/artifacts/service-DemoPnfXkcrfirb4lcvaf2qafnq-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:24:38.057Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:24:38.057Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T06:24:38.057Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "424bd7fd-a278-44ad-a265-f3fc998bd9b8",
  "consumerID": "aai-ml",
  "timestamp": 1668752487713,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXkcrfirb4lcvaf2qafnq/1.0/resourceInstances/pnfc58405d939000/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:24:38.058Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:24:38.058Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T06:24:38.058Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "424bd7fd-a278-44ad-a265-f3fc998bd9b8",
  "consumerID": "cds",
  "timestamp": 1668752496206,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXkcrfirb4lcvaf2qafnq/1.0/resourceInstances/pnfc58405d939000/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:24:38.058Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:24:38.058Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T06:24:38.059Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "424bd7fd-a278-44ad-a265-f3fc998bd9b8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668752492943,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXkcrfirb4lcvaf2qafnq/1.0/artifacts/service-DemoPnfXkcrfirb4lcvaf2qafnq-csar.csar",
  "status": "NOTIFIED"
}
2022-11-18T06:24:38.059Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:24:38.059Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T06:24:38.059Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48320a2a-f23b-4246-8cc6-505a230efb6a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668752502557,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-18T06:24:38.059Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T06:24:38.060Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T06:24:38.060Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "424bd7fd-a278-44ad-a265-f3fc998bd9b8",
  "consumerID": "aai-ml",
  "timestamp": 1668752487713,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXkcrfirb4lcvaf2qafnq/1.0/resourceInstances/pnfc58405d939000/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:24:38.060Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:24:38.060Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T06:24:38.060Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "424bd7fd-a278-44ad-a265-f3fc998bd9b8",
  "consumerID": "cds",
  "timestamp": 1668752496206,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXkcrfirb4lcvaf2qafnq/1.0/resourceInstances/pnfc58405d939000/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:24:38.061Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:24:38.061Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T06:24:38.061Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "424bd7fd-a278-44ad-a265-f3fc998bd9b8",
  "consumerID": "aai-ml",
  "timestamp": 1668752487713,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXkcrfirb4lcvaf2qafnq/1.0/resourceInstances/pnfc58405d939000/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:24:38.061Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:24:38.061Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T06:24:38.061Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "424bd7fd-a278-44ad-a265-f3fc998bd9b8",
  "consumerID": "cds",
  "timestamp": 1668752496206,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXkcrfirb4lcvaf2qafnq/1.0/artifacts/service-DemoPnfXkcrfirb4lcvaf2qafnq-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:24:38.062Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:24:38.062Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T06:24:38.062Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "424bd7fd-a278-44ad-a265-f3fc998bd9b8",
  "consumerID": "aai-ml",
  "timestamp": 1668752487713,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXkcrfirb4lcvaf2qafnq/1.0/artifacts/service-DemoPnfXkcrfirb4lcvaf2qafnq-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:24:38.062Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:24:38.063Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T06:24:38.063Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "424bd7fd-a278-44ad-a265-f3fc998bd9b8",
  "consumerID": "cds",
  "timestamp": 1668752496206,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXkcrfirb4lcvaf2qafnq/1.0/artifacts/service-DemoPnfXkcrfirb4lcvaf2qafnq-csar.csar",
  "status": "NOTIFIED"
}
2022-11-18T06:24:38.063Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:24:38.063Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T06:24:38.063Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "424bd7fd-a278-44ad-a265-f3fc998bd9b8",
  "consumerID": "aai-ml",
  "timestamp": 1668752487713,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXkcrfirb4lcvaf2qafnq/1.0/artifacts/service-DemoPnfXkcrfirb4lcvaf2qafnq-csar.csar",
  "status": "NOTIFIED"
}
2022-11-18T06:24:38.064Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:24:38.064Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T06:24:38.064Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "424bd7fd-a278-44ad-a265-f3fc998bd9b8",
  "consumerID": "cds",
  "timestamp": 1668752504961,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXkcrfirb4lcvaf2qafnq/1.0/artifacts/service-DemoPnfXkcrfirb4lcvaf2qafnq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-18T06:24:38.064Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T06:24:38.064Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T06:24:38.064Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "424bd7fd-a278-44ad-a265-f3fc998bd9b8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668752505201,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXkcrfirb4lcvaf2qafnq/1.0/resourceInstances/pnfc58405d939000/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:24:38.065Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:24:38.065Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T06:24:38.065Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "424bd7fd-a278-44ad-a265-f3fc998bd9b8",
  "consumerID": "cds",
  "timestamp": 1668752505972,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXkcrfirb4lcvaf2qafnq/1.0/artifacts/service-DemoPnfXkcrfirb4lcvaf2qafnq-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-11-18T06:24:38.072Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 424bd7fd-a278-44ad-a265-f3fc998bd9b8
2022-11-18T06:24:38.073Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 424bd7fd-a278-44ad-a265-f3fc998bd9b8 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-11-18T06:24:38.081Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T06:24:38.081Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "424bd7fd-a278-44ad-a265-f3fc998bd9b8",
  "consumerID": "aai-ml",
  "timestamp": 1668752504678,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXkcrfirb4lcvaf2qafnq/1.0/artifacts/service-DemoPnfXkcrfirb4lcvaf2qafnq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-18T06:24:38.082Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T06:24:38.082Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T06:24:38.082Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "424bd7fd-a278-44ad-a265-f3fc998bd9b8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668752505201,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXkcrfirb4lcvaf2qafnq/1.0/resourceInstances/pnfc58405d939000/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:24:38.082Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:24:38.082Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T06:24:38.083Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "424bd7fd-a278-44ad-a265-f3fc998bd9b8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668752505201,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXkcrfirb4lcvaf2qafnq/1.0/resourceInstances/pnfc58405d939000/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:24:38.083Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:24:38.083Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T06:24:38.083Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "424bd7fd-a278-44ad-a265-f3fc998bd9b8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668752505201,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXkcrfirb4lcvaf2qafnq/1.0/resourceInstances/pnfc58405d939000/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:24:38.083Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:24:38.084Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T06:24:38.084Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "424bd7fd-a278-44ad-a265-f3fc998bd9b8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668752505201,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXkcrfirb4lcvaf2qafnq/1.0/resourceInstances/pnfc58405d939000/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:24:38.084Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:24:38.084Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T06:24:38.084Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "424bd7fd-a278-44ad-a265-f3fc998bd9b8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668752505201,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXkcrfirb4lcvaf2qafnq/1.0/resourceInstances/pnfc58405d939000/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:24:38.085Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:24:38.085Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T06:24:38.085Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "424bd7fd-a278-44ad-a265-f3fc998bd9b8",
  "consumerID": "aai-ml",
  "timestamp": 1668752509628,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXkcrfirb4lcvaf2qafnq/1.0/artifacts/service-DemoPnfXkcrfirb4lcvaf2qafnq-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-18T06:24:38.085Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T06:24:38.085Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T06:24:38.085Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "424bd7fd-a278-44ad-a265-f3fc998bd9b8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668752505201,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXkcrfirb4lcvaf2qafnq/1.0/artifacts/service-DemoPnfXkcrfirb4lcvaf2qafnq-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:24:38.086Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:24:38.086Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T06:24:38.086Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "424bd7fd-a278-44ad-a265-f3fc998bd9b8",
  "consumerID": "aai-ml",
  "timestamp": 1668752510632,
  "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-11-18T06:24:38.092Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 424bd7fd-a278-44ad-a265-f3fc998bd9b8
2022-11-18T06:24:38.092Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 424bd7fd-a278-44ad-a265-f3fc998bd9b8 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-11-18T06:24:38.108Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T06:24:38.108Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "424bd7fd-a278-44ad-a265-f3fc998bd9b8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668752505201,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXkcrfirb4lcvaf2qafnq/1.0/artifacts/service-DemoPnfXkcrfirb4lcvaf2qafnq-csar.csar",
  "status": "NOTIFIED"
}
2022-11-18T06:24:38.108Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:24:38.108Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T06:24:38.108Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "424bd7fd-a278-44ad-a265-f3fc998bd9b8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668752513961,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXkcrfirb4lcvaf2qafnq/1.0/artifacts/service-DemoPnfXkcrfirb4lcvaf2qafnq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-18T06:24:38.109Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T06:24:38.109Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T06:24:38.109Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "424bd7fd-a278-44ad-a265-f3fc998bd9b8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668752515938,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXkcrfirb4lcvaf2qafnq/1.0/artifacts/service-DemoPnfXkcrfirb4lcvaf2qafnq-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-18T06:24:38.109Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T06:24:38.109Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T06:24:38.109Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "424bd7fd-a278-44ad-a265-f3fc998bd9b8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668752516942,
  "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-11-18T06:24:38.115Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 424bd7fd-a278-44ad-a265-f3fc998bd9b8
2022-11-18T06:24:38.115Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 424bd7fd-a278-44ad-a265-f3fc998bd9b8 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-11-18T06:24:38.124Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T06:24:38.124Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48320a2a-f23b-4246-8cc6-505a230efb6a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668752533804,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-18T06:24:38.124Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T06:24:38.125Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T06:24:38.125Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "143c3022-4def-425d-b6bc-d69538137f50",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668752525005,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:24:38.125Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:24:38.125Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T06:24:38.125Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "143c3022-4def-425d-b6bc-d69538137f50",
  "consumerID": "cds",
  "timestamp": 1668752526206,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:24:38.125Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:24:38.125Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T06:24:38.125Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "424bd7fd-a278-44ad-a265-f3fc998bd9b8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668752497971,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXkcrfirb4lcvaf2qafnq/1.0/resourceInstances/pnfc58405d939000/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:24:38.125Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:24:38.125Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T06:24:38.125Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "143c3022-4def-425d-b6bc-d69538137f50",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668752532943,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:24:38.126Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:24:38.126Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T06:24:38.126Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "143c3022-4def-425d-b6bc-d69538137f50",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668752525005,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:24:38.126Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:24:38.126Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T06:24:38.126Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "143c3022-4def-425d-b6bc-d69538137f50",
  "consumerID": "cds",
  "timestamp": 1668752526206,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:24:38.126Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:24:38.126Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T06:24:38.126Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "424bd7fd-a278-44ad-a265-f3fc998bd9b8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668752497971,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXkcrfirb4lcvaf2qafnq/1.0/resourceInstances/pnfc58405d939000/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:24:38.126Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:24:38.127Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T06:24:38.127Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "143c3022-4def-425d-b6bc-d69538137f50",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668752535201,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:24:38.127Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:24:38.127Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T06:24:38.127Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "143c3022-4def-425d-b6bc-d69538137f50",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668752532943,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-11-18T06:24:38.127Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:24:38.127Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T06:24:38.127Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "143c3022-4def-425d-b6bc-d69538137f50",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668752525005,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:24:38.127Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:24:38.127Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T06:24:38.127Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "143c3022-4def-425d-b6bc-d69538137f50",
  "consumerID": "cds",
  "timestamp": 1668752526206,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:24:38.128Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:24:38.128Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T06:24:38.128Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "424bd7fd-a278-44ad-a265-f3fc998bd9b8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668752497971,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXkcrfirb4lcvaf2qafnq/1.0/resourceInstances/pnfc58405d939000/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:24:38.128Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:24:38.128Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T06:24:38.128Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "143c3022-4def-425d-b6bc-d69538137f50",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668752535201,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:24:38.128Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:24:38.128Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T06:24:38.128Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "143c3022-4def-425d-b6bc-d69538137f50",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668752532943,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-11-18T06:24:38.128Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:24:38.128Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T06:24:38.129Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "143c3022-4def-425d-b6bc-d69538137f50",
  "consumerID": "cds",
  "timestamp": 1668752526206,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:24:38.129Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:24:38.129Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T06:24:38.129Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "143c3022-4def-425d-b6bc-d69538137f50",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668752525005,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:24:38.129Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:24:38.129Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T06:24:38.129Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "424bd7fd-a278-44ad-a265-f3fc998bd9b8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668752497971,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXkcrfirb4lcvaf2qafnq/1.0/resourceInstances/pnfc58405d939000/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:24:38.129Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:24:38.129Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T06:24:38.129Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "143c3022-4def-425d-b6bc-d69538137f50",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668752535201,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:24:38.130Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:24:38.130Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T06:24:38.130Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "143c3022-4def-425d-b6bc-d69538137f50",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668752532943,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:24:38.130Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:24:38.130Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T06:24:38.130Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "143c3022-4def-425d-b6bc-d69538137f50",
  "consumerID": "cds",
  "timestamp": 1668752526206,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:24:38.130Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:24:38.130Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T06:24:38.130Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "143c3022-4def-425d-b6bc-d69538137f50",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668752525005,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:24:38.130Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:24:38.131Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T06:24:38.131Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "424bd7fd-a278-44ad-a265-f3fc998bd9b8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668752497971,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXkcrfirb4lcvaf2qafnq/1.0/resourceInstances/pnfc58405d939000/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:24:38.131Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:24:38.131Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T06:24:38.131Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "143c3022-4def-425d-b6bc-d69538137f50",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668752535201,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:24:38.131Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:24:38.132Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T06:24:38.132Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "143c3022-4def-425d-b6bc-d69538137f50",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668752532943,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-11-18T06:24:38.132Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:24:38.132Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T06:24:38.132Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "143c3022-4def-425d-b6bc-d69538137f50",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668752525005,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:24:38.132Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:24:38.132Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T06:24:38.132Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "143c3022-4def-425d-b6bc-d69538137f50",
  "consumerID": "cds",
  "timestamp": 1668752526206,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:24:38.132Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:24:38.132Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T06:24:38.133Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "424bd7fd-a278-44ad-a265-f3fc998bd9b8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668752497971,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXkcrfirb4lcvaf2qafnq/1.0/resourceInstances/pnfc58405d939000/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:24:38.133Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:24:38.133Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T06:24:38.133Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "143c3022-4def-425d-b6bc-d69538137f50",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668752535201,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:24:38.133Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:24:38.133Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T06:24:38.133Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "143c3022-4def-425d-b6bc-d69538137f50",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668752532943,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:24:38.133Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:24:38.133Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T06:24:38.134Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "143c3022-4def-425d-b6bc-d69538137f50",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668752525005,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:24:38.134Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:24:38.134Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T06:24:38.134Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "143c3022-4def-425d-b6bc-d69538137f50",
  "consumerID": "cds",
  "timestamp": 1668752526206,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-11-18T06:24:38.134Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:24:38.134Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T06:24:38.134Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "424bd7fd-a278-44ad-a265-f3fc998bd9b8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668752497971,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXkcrfirb4lcvaf2qafnq/1.0/artifacts/service-DemoPnfXkcrfirb4lcvaf2qafnq-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:24:38.134Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:24:38.134Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T06:24:38.135Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "143c3022-4def-425d-b6bc-d69538137f50",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668752535201,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:24:38.135Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:24:38.135Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T06:24:38.135Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "143c3022-4def-425d-b6bc-d69538137f50",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668752532943,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-11-18T06:24:38.135Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:24:38.135Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T06:24:38.135Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "424bd7fd-a278-44ad-a265-f3fc998bd9b8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668752497971,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXkcrfirb4lcvaf2qafnq/1.0/artifacts/service-DemoPnfXkcrfirb4lcvaf2qafnq-csar.csar",
  "status": "NOTIFIED"
}
2022-11-18T06:24:38.135Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:24:38.136Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T06:24:38.136Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "143c3022-4def-425d-b6bc-d69538137f50",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668752535201,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-11-18T06:24:38.136Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:24:38.136Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T06:24:38.136Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "143c3022-4def-425d-b6bc-d69538137f50",
  "consumerID": "cds",
  "timestamp": 1668752541073,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-18T06:24:38.136Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T06:24:38.136Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T06:24:38.136Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "143c3022-4def-425d-b6bc-d69538137f50",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668752540716,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-18T06:24:38.136Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T06:24:38.137Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T06:24:38.137Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "143c3022-4def-425d-b6bc-d69538137f50",
  "consumerID": "cds",
  "timestamp": 1668752542087,
  "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-11-18T06:24:38.149Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 143c3022-4def-425d-b6bc-d69538137f50
2022-11-18T06:24:38.150Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 143c3022-4def-425d-b6bc-d69538137f50 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-11-18T06:24:38.162Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T06:24:38.163Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "143c3022-4def-425d-b6bc-d69538137f50",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668752542958,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-18T06:24:38.163Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T06:24:38.163Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T06:24:38.163Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "424bd7fd-a278-44ad-a265-f3fc998bd9b8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668752542966,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXkcrfirb4lcvaf2qafnq/1.0/artifacts/service-DemoPnfXkcrfirb4lcvaf2qafnq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-18T06:24:38.163Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T06:24:38.163Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T06:24:38.164Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "143c3022-4def-425d-b6bc-d69538137f50",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668752541797,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-18T06:24:38.164Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T06:24:38.164Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T06:24:38.164Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "143c3022-4def-425d-b6bc-d69538137f50",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668752542864,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-11-18T06:24:38.164Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T06:24:38.164Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T06:24:38.164Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "424bd7fd-a278-44ad-a265-f3fc998bd9b8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668752545164,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXkcrfirb4lcvaf2qafnq/1.0/artifacts/service-DemoPnfXkcrfirb4lcvaf2qafnq-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-18T06:24:38.164Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T06:24:38.164Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T06:24:38.164Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "143c3022-4def-425d-b6bc-d69538137f50",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668752545352,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-18T06:24:38.165Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T06:24:38.165Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T06:24:38.165Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "143c3022-4def-425d-b6bc-d69538137f50",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668752543894,
  "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-11-18T06:24:38.170Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 143c3022-4def-425d-b6bc-d69538137f50
2022-11-18T06:24:38.171Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 143c3022-4def-425d-b6bc-d69538137f50 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-11-18T06:24:38.180Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T06:24:38.180Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "143c3022-4def-425d-b6bc-d69538137f50",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668752546357,
  "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-11-18T06:24:38.185Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 143c3022-4def-425d-b6bc-d69538137f50
2022-11-18T06:24:38.185Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 143c3022-4def-425d-b6bc-d69538137f50 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-11-18T06:24:38.195Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T06:24:38.195Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "143c3022-4def-425d-b6bc-d69538137f50",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668752544898,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-18T06:24:38.195Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T06:24:38.195Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T06:24:38.195Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "143c3022-4def-425d-b6bc-d69538137f50",
  "consumerID": "aai-ml",
  "timestamp": 1668752547713,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:24:38.196Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:24:38.196Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T06:24:38.196Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "143c3022-4def-425d-b6bc-d69538137f50",
  "consumerID": "aai-ml",
  "timestamp": 1668752547713,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:24:38.196Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:24:38.196Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T06:24:38.197Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "143c3022-4def-425d-b6bc-d69538137f50",
  "consumerID": "aai-ml",
  "timestamp": 1668752547713,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:24:38.197Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:24:38.197Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T06:24:38.197Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "143c3022-4def-425d-b6bc-d69538137f50",
  "consumerID": "aai-ml",
  "timestamp": 1668752547713,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:24:38.197Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:24:38.197Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T06:24:38.197Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "143c3022-4def-425d-b6bc-d69538137f50",
  "consumerID": "aai-ml",
  "timestamp": 1668752547713,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:24:38.198Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:24:38.198Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T06:24:38.198Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "143c3022-4def-425d-b6bc-d69538137f50",
  "consumerID": "aai-ml",
  "timestamp": 1668752547713,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:24:38.198Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:24:38.198Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T06:24:38.198Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "143c3022-4def-425d-b6bc-d69538137f50",
  "consumerID": "aai-ml",
  "timestamp": 1668752547713,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-11-18T06:24:38.199Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:24:38.199Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T06:24:38.199Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "143c3022-4def-425d-b6bc-d69538137f50",
  "consumerID": "aai-ml",
  "timestamp": 1668752555458,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-18T06:24:38.199Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T06:24:56.243Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 424bd7fd-a278-44ad-a265-f3fc998bd9b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-11-18T06:24:56.254Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 424bd7fd-a278-44ad-a265-f3fc998bd9b8
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-11-18T06:24:56.259Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-18T06:24:56.259Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-18T06:24:56.259Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-18T06:24:56.259Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-18T06:24:56.259Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-18T06:24:56.259Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-18T06:24:56.260Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-18T06:24:56.260Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-18T06:24:56.260Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-18T06:24:56.260Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|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-11-18T06:24:56.266Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-18T06:25:26.266Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 424bd7fd-a278-44ad-a265-f3fc998bd9b8 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-11-18T06:25:26.271Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 424bd7fd-a278-44ad-a265-f3fc998bd9b8 and serviceModelVersionId: bf310434-43ec-4d96-b03b-394eb95bce20
2022-11-18T06:25:26.272Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8b722697-0387-4d1d-81af-19a46a7d4910
2022-11-18T06:25:26.273Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8b722697-0387-4d1d-81af-19a46a7d4910/model-vers/model-ver/bf310434-43ec-4d96-b03b-394eb95bce20?depth=0
2022-11-18T06:25:26.277Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-11-18T06:25:26.326Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b722697-0387-4d1d-81af-19a46a7d4910/model-vers/model-ver/bf310434-43ec-4d96-b03b-394eb95bce20?depth=0|INFO|500||Invoke
2022-11-18T06:25:26.327Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b722697-0387-4d1d-81af-19a46a7d4910/model-vers/model-ver/bf310434-43ec-4d96-b03b-394eb95bce20?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b722697-0387-4d1d-81af-19a46a7d4910/model-vers/model-ver/bf310434-43ec-4d96-b03b-394eb95bce20?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[424bd7fd-a278-44ad-a265-f3fc998bd9b8], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[4df35764-d205-4d88-97f8-7fb90c46c290], X-ECOMP-RequestID=[424bd7fd-a278-44ad-a265-f3fc998bd9b8], X-TransactionId=[], X-ONAP-RequestID=[424bd7fd-a278-44ad-a265-f3fc998bd9b8], Content-Type=[application/merge-patch+json]}
2022-11-18T06:25:26.346Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b722697-0387-4d1d-81af-19a46a7d4910/model-vers/model-ver/bf310434-43ec-4d96-b03b-394eb95bce20?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-11-18T06:25:26.443Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b722697-0387-4d1d-81af-19a46a7d4910/model-vers/model-ver/bf310434-43ec-4d96-b03b-394eb95bce20?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/8b722697-0387-4d1d-81af-19a46a7d4910/model-vers/model-ver/bf310434-43ec-4d96-b03b-394eb95bce20?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221118-06:25:24:169-82650], vertex-id=[168168], Content-Length=[0], Date=[Fri, 18 Nov 2022 06:25:24 GMT], Content-Type=[application/json]}
2022-11-18T06:25:26.443Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b722697-0387-4d1d-81af-19a46a7d4910/model-vers/model-ver/bf310434-43ec-4d96-b03b-394eb95bce20?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-11-18T06:25:26.444Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b722697-0387-4d1d-81af-19a46a7d4910/model-vers/model-ver/bf310434-43ec-4d96-b03b-394eb95bce20?depth=0|INFO|500||InvokeReturn
2022-11-18T06:25:26.445Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-18T06:25:26.445Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|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-11-18T06:25:26.450Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|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-11-18T06:25:26.451Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 424bd7fd-a278-44ad-a265-f3fc998bd9b8 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-18T06:25:26.451Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-18T06:25:26.451Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-18T06:25:26.453Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T06:25:26.453Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "424bd7fd-a278-44ad-a265-f3fc998bd9b8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668752726451,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-18T06:25:26.554Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T06:25:26.555Z||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-11-18T06:25:26.555Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqtUncrJ6IPnBsAB) ...
2022-11-18T06:25:26.568Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:25:26.568Z||pool-50-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-18T06:25:27.469Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T06:25:27.470Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|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-11-18T06:25:27.470Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|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 SqtUncrJ6IPnBsAB) ...
2022-11-18T06:25:31.881Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:25:31.882Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T06:25:31.882Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"143c3022-4def-425d-b6bc-d69538137f50","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"29b18bd5-fbeb-421c-8457-acec99ae4c7e","serviceDescription":"service","serviceInvariantUUID":"2e9120c9-485a-4138-a5ac-9c2076b91f75","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ae43df99-81ab-4b4c-bc21-33bee8727a0f","resourceInvariantUUID":"ba455a52-8fea-418d-880b-dc3949ebe975","resourceCustomizationUUID":"0b623550-0d7e-4494-b230-02026334f4af","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":"MGZhNjljYzlmYjJlNGU1NTc1MjZmMmZmYjMwM2M0MjQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f4d47d54-028e-4793-a6ab-d45a71d64da4","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":"ZDJiMWU2NWRhYmRmOTQzMTNiODE3YjdkZDI0OTk2ODc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"8b870e10-7e39-4c22-baa2-206e783e84e4","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":"e1055b38-c850-4744-bf75-887414e46477","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":"1dbb158f-21ca-4416-a408-9996b10c6179","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":"1cce183c-9a49-4171-9d0e-6814b619c2fa","artifactVersion":"2","generatedFromUUID":"e1055b38-c850-4744-bf75-887414e46477"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"ZTE4NDE3MDhlYjYyYjcyN2RjMmRiMTUxMTRlYzFlNTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ed41a656-09e1-4105-bfee-044c4897e23a","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"ZDc0MjZmNjExNDNjMDRmMmVlYTdjYmYxOGE4NWNjZjU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"897b5421-eb78-45be-a24e-fe111c7e320a","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-18T06:25:31.885Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T06:25:31.885Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-18T06:25:31.887Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T06:25:31.887Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "143c3022-4def-425d-b6bc-d69538137f50",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668752727469,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:25:31.988Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-18T06:25:31.989Z||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-11-18T06:25:31.989Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqtUncrJ6IPnBsAB) ...
2022-11-18T06:25:32.002Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:25:32.003Z||pool-51-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-18T06:25:32.888Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T06:25:32.889Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-18T06:25:32.891Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T06:25:32.891Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "143c3022-4def-425d-b6bc-d69538137f50",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668752727469,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-11-18T06:25:32.991Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T06:25:32.993Z||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-11-18T06:25:32.993Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqtUncrJ6IPnBsAB) ...
2022-11-18T06:25:33.005Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:25:33.006Z||pool-52-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-18T06:25:33.892Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T06:25:33.894Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-18T06:25:33.896Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T06:25:33.896Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "143c3022-4def-425d-b6bc-d69538137f50",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668752727469,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-11-18T06:25:33.997Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T06:25:33.998Z||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-11-18T06:25:33.998Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqtUncrJ6IPnBsAB) ...
2022-11-18T06:25:34.011Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:25:34.012Z||pool-53-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-18T06:25:34.897Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T06:25:34.898Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-18T06:25:34.902Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T06:25:34.902Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "143c3022-4def-425d-b6bc-d69538137f50",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668752727469,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:25:35.003Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-18T06:25:35.004Z||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-11-18T06:25:35.005Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqtUncrJ6IPnBsAB) ...
2022-11-18T06:25:35.026Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:25:35.027Z||pool-54-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-11-18T06:25:35.903Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T06:25:35.904Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-18T06:25:35.907Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T06:25:35.907Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "143c3022-4def-425d-b6bc-d69538137f50",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668752727469,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-11-18T06:25:36.007Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T06:25:36.008Z||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-11-18T06:25:36.008Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqtUncrJ6IPnBsAB) ...
2022-11-18T06:25:36.020Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:25:36.021Z||pool-55-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-18T06:25:36.908Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T06:25:36.909Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-18T06:25:36.911Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T06:25:36.912Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "143c3022-4def-425d-b6bc-d69538137f50",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668752727469,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:25:37.012Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T06:25:37.013Z||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-11-18T06:25:37.013Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqtUncrJ6IPnBsAB) ...
2022-11-18T06:25:37.024Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:25:37.025Z||pool-56-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-11-18T06:25:37.919Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T06:25:37.920Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-18T06:25:37.925Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T06:25:37.925Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "143c3022-4def-425d-b6bc-d69538137f50",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668752727469,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-11-18T06:25:37.978Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T06:25:37.978Z||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-11-18T06:25:37.979Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T06:25:38.025Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T06:25:38.026Z||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-11-18T06:25:38.026Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqtUncrJ6IPnBsAB) ...
2022-11-18T06:25:38.029Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:25:38.031Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T06:25:38.031Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f791d2b-82b0-4e2b-9247-553be995eee1",
  "consumerID": "cds",
  "timestamp": 1668752556206,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:25:38.032Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:25:38.032Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T06:25:38.032Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f791d2b-82b0-4e2b-9247-553be995eee1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668752552943,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:25:38.032Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:25:38.032Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T06:25:38.032Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f791d2b-82b0-4e2b-9247-553be995eee1",
  "consumerID": "cds",
  "timestamp": 1668752556206,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:25:38.032Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:25:38.032Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T06:25:38.032Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f791d2b-82b0-4e2b-9247-553be995eee1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668752552943,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-11-18T06:25:38.032Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:25:38.032Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T06:25:38.033Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f791d2b-82b0-4e2b-9247-553be995eee1",
  "consumerID": "cds",
  "timestamp": 1668752556206,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:25:38.033Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:25:38.033Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T06:25:38.033Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f791d2b-82b0-4e2b-9247-553be995eee1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668752552943,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-11-18T06:25:38.033Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:25:38.033Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T06:25:38.033Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f791d2b-82b0-4e2b-9247-553be995eee1",
  "consumerID": "cds",
  "timestamp": 1668752556206,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:25:38.033Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:25:38.033Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T06:25:38.033Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f791d2b-82b0-4e2b-9247-553be995eee1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668752552943,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-11-18T06:25:38.034Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:25:38.034Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T06:25:38.034Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f791d2b-82b0-4e2b-9247-553be995eee1",
  "consumerID": "cds",
  "timestamp": 1668752556206,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:25:38.034Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:25:38.034Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T06:25:38.034Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f791d2b-82b0-4e2b-9247-553be995eee1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668752552943,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-11-18T06:25:38.034Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:25:38.034Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T06:25:38.034Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f791d2b-82b0-4e2b-9247-553be995eee1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668752552943,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:25:38.034Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:25:38.035Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T06:25:38.035Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f791d2b-82b0-4e2b-9247-553be995eee1",
  "consumerID": "cds",
  "timestamp": 1668752556206,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:25:38.035Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:25:38.035Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T06:25:38.035Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f791d2b-82b0-4e2b-9247-553be995eee1",
  "consumerID": "cds",
  "timestamp": 1668752556206,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:25:38.035Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:25:38.035Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T06:25:38.036Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f791d2b-82b0-4e2b-9247-553be995eee1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668752552943,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-11-18T06:25:38.036Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:25:38.036Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T06:25:38.036Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "143c3022-4def-425d-b6bc-d69538137f50",
  "consumerID": "aai-ml",
  "timestamp": 1668752562282,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-18T06:25:38.036Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:25:38.036Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T06:25:38.036Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T06:25:38.037Z||pool-57-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-18T06:25:38.037Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f791d2b-82b0-4e2b-9247-553be995eee1",
  "consumerID": "cds",
  "timestamp": 1668752556206,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:25:38.037Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:25:38.037Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T06:25:38.037Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f791d2b-82b0-4e2b-9247-553be995eee1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668752552943,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:25:38.037Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:25:38.037Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T06:25:38.037Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "143c3022-4def-425d-b6bc-d69538137f50",
  "consumerID": "aai-ml",
  "timestamp": 1668752563285,
  "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-11-18T06:25:38.044Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 143c3022-4def-425d-b6bc-d69538137f50
2022-11-18T06:25:38.044Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 143c3022-4def-425d-b6bc-d69538137f50 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-11-18T06:25:38.052Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T06:25:38.053Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f791d2b-82b0-4e2b-9247-553be995eee1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668752565201,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:25:38.053Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:25:38.053Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T06:25:38.053Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f791d2b-82b0-4e2b-9247-553be995eee1",
  "consumerID": "cds",
  "timestamp": 1668752556206,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-11-18T06:25:38.053Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:25:38.053Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T06:25:38.053Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f791d2b-82b0-4e2b-9247-553be995eee1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668752552943,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-11-18T06:25:38.053Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:25:38.054Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T06:25:38.054Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f791d2b-82b0-4e2b-9247-553be995eee1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668752565005,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:25:38.054Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:25:38.054Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T06:25:38.054Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f791d2b-82b0-4e2b-9247-553be995eee1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668752565201,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:25:38.054Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:25:38.054Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T06:25:38.054Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f791d2b-82b0-4e2b-9247-553be995eee1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668752565938,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-18T06:25:38.054Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T06:25:38.054Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T06:25:38.055Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f791d2b-82b0-4e2b-9247-553be995eee1",
  "consumerID": "cds",
  "timestamp": 1668752566645,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-18T06:25:38.055Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T06:25:38.055Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T06:25:38.055Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f791d2b-82b0-4e2b-9247-553be995eee1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668752565005,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:25:38.055Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:25:38.055Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T06:25:38.055Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f791d2b-82b0-4e2b-9247-553be995eee1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668752565201,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:25:38.055Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:25:38.055Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T06:25:38.056Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f791d2b-82b0-4e2b-9247-553be995eee1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668752565005,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:25:38.056Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:25:38.056Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T06:25:38.056Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f791d2b-82b0-4e2b-9247-553be995eee1",
  "consumerID": "cds",
  "timestamp": 1668752567652,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-18T06:25:38.069Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9f791d2b-82b0-4e2b-9247-553be995eee1
2022-11-18T06:25:38.069Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9f791d2b-82b0-4e2b-9247-553be995eee1 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-11-18T06:25:38.078Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T06:25:38.079Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f791d2b-82b0-4e2b-9247-553be995eee1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668752566999,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-18T06:25:38.079Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T06:25:38.079Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T06:25:38.079Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f791d2b-82b0-4e2b-9247-553be995eee1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668752565201,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:25:38.080Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:25:38.080Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T06:25:38.080Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f791d2b-82b0-4e2b-9247-553be995eee1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668752565005,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:25:38.080Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:25:38.080Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T06:25:38.080Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f791d2b-82b0-4e2b-9247-553be995eee1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668752568054,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-11-18T06:25:38.080Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T06:25:38.081Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T06:25:38.081Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f791d2b-82b0-4e2b-9247-553be995eee1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668752565201,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:25:38.081Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:25:38.081Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T06:25:38.081Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f791d2b-82b0-4e2b-9247-553be995eee1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668752565005,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:25:38.081Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:25:38.081Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T06:25:38.081Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f791d2b-82b0-4e2b-9247-553be995eee1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668752569117,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-11-18T06:25:38.081Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T06:25:38.082Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T06:25:38.082Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f791d2b-82b0-4e2b-9247-553be995eee1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668752565201,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:25:38.082Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:25:38.082Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T06:25:38.082Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f791d2b-82b0-4e2b-9247-553be995eee1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668752565005,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:25:38.082Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:25:38.082Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T06:25:38.082Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f791d2b-82b0-4e2b-9247-553be995eee1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668752570209,
  "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-11-18T06:25:38.089Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9f791d2b-82b0-4e2b-9247-553be995eee1
2022-11-18T06:25:38.089Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9f791d2b-82b0-4e2b-9247-553be995eee1 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-11-18T06:25:38.098Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T06:25:38.098Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f791d2b-82b0-4e2b-9247-553be995eee1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668752565201,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:25:38.098Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:25:38.098Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T06:25:38.098Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f791d2b-82b0-4e2b-9247-553be995eee1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668752565005,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:25:38.099Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:25:38.099Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T06:25:38.099Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f791d2b-82b0-4e2b-9247-553be995eee1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668752571217,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-18T06:25:38.099Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T06:25:38.099Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T06:25:38.099Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f791d2b-82b0-4e2b-9247-553be995eee1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668752565201,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:25:38.100Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:25:38.100Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T06:25:38.100Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f791d2b-82b0-4e2b-9247-553be995eee1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668752565005,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:25:38.100Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:25:38.100Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T06:25:38.100Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f791d2b-82b0-4e2b-9247-553be995eee1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668752565201,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-11-18T06:25:38.100Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:25:38.100Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T06:25:38.100Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f791d2b-82b0-4e2b-9247-553be995eee1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668752565005,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:25:38.101Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:25:38.101Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T06:25:38.101Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f791d2b-82b0-4e2b-9247-553be995eee1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668752574961,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-18T06:25:38.101Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T06:25:38.101Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T06:25:38.101Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f791d2b-82b0-4e2b-9247-553be995eee1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668752577314,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-18T06:25:38.102Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T06:25:38.102Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T06:25:38.102Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f791d2b-82b0-4e2b-9247-553be995eee1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668752578318,
  "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-11-18T06:25:38.107Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9f791d2b-82b0-4e2b-9247-553be995eee1
2022-11-18T06:25:38.107Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9f791d2b-82b0-4e2b-9247-553be995eee1 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-11-18T06:25:38.115Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T06:25:38.116Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f791d2b-82b0-4e2b-9247-553be995eee1",
  "consumerID": "aai-ml",
  "timestamp": 1668752577713,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:25:38.116Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:25:38.116Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T06:25:38.116Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f791d2b-82b0-4e2b-9247-553be995eee1",
  "consumerID": "aai-ml",
  "timestamp": 1668752577713,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:25:38.116Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:25:38.116Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T06:25:38.116Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f791d2b-82b0-4e2b-9247-553be995eee1",
  "consumerID": "aai-ml",
  "timestamp": 1668752577713,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:25:38.116Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:25:38.116Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T06:25:38.117Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f791d2b-82b0-4e2b-9247-553be995eee1",
  "consumerID": "aai-ml",
  "timestamp": 1668752577713,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:25:38.117Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:25:38.117Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T06:25:38.117Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f791d2b-82b0-4e2b-9247-553be995eee1",
  "consumerID": "aai-ml",
  "timestamp": 1668752577713,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:25:38.117Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:25:38.117Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T06:25:38.117Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f791d2b-82b0-4e2b-9247-553be995eee1",
  "consumerID": "aai-ml",
  "timestamp": 1668752577713,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:25:38.117Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:25:38.117Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T06:25:38.117Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f791d2b-82b0-4e2b-9247-553be995eee1",
  "consumerID": "aai-ml",
  "timestamp": 1668752577713,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:25:38.117Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:25:38.118Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T06:25:38.118Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f791d2b-82b0-4e2b-9247-553be995eee1",
  "consumerID": "aai-ml",
  "timestamp": 1668752577713,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:25:38.118Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:25:38.118Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T06:25:38.118Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f791d2b-82b0-4e2b-9247-553be995eee1",
  "consumerID": "aai-ml",
  "timestamp": 1668752577713,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-11-18T06:25:38.118Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:25:38.118Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T06:25:38.118Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f791d2b-82b0-4e2b-9247-553be995eee1",
  "consumerID": "aai-ml",
  "timestamp": 1668752587443,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-18T06:25:38.118Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T06:25:38.119Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T06:25:38.119Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f791d2b-82b0-4e2b-9247-553be995eee1",
  "consumerID": "aai-ml",
  "timestamp": 1668752593869,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-18T06:25:38.119Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T06:25:38.119Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T06:25:38.119Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f791d2b-82b0-4e2b-9247-553be995eee1",
  "consumerID": "aai-ml",
  "timestamp": 1668752594873,
  "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-11-18T06:25:38.124Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 9f791d2b-82b0-4e2b-9247-553be995eee1
2022-11-18T06:25:38.124Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9f791d2b-82b0-4e2b-9247-553be995eee1 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-11-18T06:25:38.926Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "143c3022-4def-425d-b6bc-d69538137f50",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "29b18bd5-fbeb-421c-8457-acec99ae4c7e",
  "serviceDescription": "service",
  "serviceInvariantUUID": "2e9120c9-485a-4138-a5ac-9c2076b91f75",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "0b623550-0d7e-4494-b230-02026334f4af",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "ae43df99-81ab-4b4c-bc21-33bee8727a0f",
      "resourceInvariantUUID": "ba455a52-8fea-418d-880b-dc3949ebe975",
      "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": "ZDJiMWU2NWRhYmRmOTQzMTNiODE3YjdkZDI0OTk2ODc\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "8b870e10-7e39-4c22-baa2-206e783e84e4",
          "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": "e1055b38-c850-4744-bf75-887414e46477",
          "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": "1cce183c-9a49-4171-9d0e-6814b619c2fa",
            "generatedFromUUID": "e1055b38-c850-4744-bf75-887414e46477"
          },
          "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": "1cce183c-9a49-4171-9d0e-6814b619c2fa",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "ZDc0MjZmNjExNDNjMDRmMmVlYTdjYmYxOGE4NWNjZjU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "897b5421-eb78-45be-a24e-fe111c7e320a"
    }
  ],
  "workloadContext": "Production"
}
2022-11-18T06:25:38.927Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-18T06:25:38.927Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 29b18bd5-fbeb-421c-8457-acec99ae4c7e ASDC
2022-11-18T06:25:38.928Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:143c3022-4def-425d-b6bc-d69538137f50
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:29b18bd5-fbeb-421c-8457-acec99ae4c7e
ServiceInvariantUUID:2e9120c9-485a-4138-a5ac-9c2076b91f75
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:897b5421-eb78-45be-a24e-fe111c7e320a
ArtifactChecksum:ZDc0MjZmNjExNDNjMDRmMmVlYTdjYmYxOGE4NWNjZjU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:0b623550-0d7e-4494-b230-02026334f4af
ResourceInvariantUUID:ba455a52-8fea-418d-880b-dc3949ebe975
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:ae43df99-81ab-4b4c-bc21-33bee8727a0f
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:8b870e10-7e39-4c22-baa2-206e783e84e4
ArtifactChecksum:ZDJiMWU2NWRhYmRmOTQzMTNiODE3YjdkZDI0OTk2ODc=
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:e1055b38-c850-4744-bf75-887414e46477
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:1cce183c-9a49-4171-9d0e-6814b619c2fa
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:1cce183c-9a49-4171-9d0e-6814b619c2fa
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-11-18T06:25:38.928Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 29b18bd5-fbeb-421c-8457-acec99ae4c7e 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-11-18T06:25:38.964Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-18T06:25:38.965Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-11-18T06:25:38.965Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-11-18T06:25:38.965Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 897b5421-eb78-45be-a24e-fe111c7e320a from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-11-18T06:25:38.965Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-11-18T06:25:38.965Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-11-18T06:25:39.102Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-11-18T06:25:39.105Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 897b5421-eb78-45be-a24e-fe111c7e320a 74800
2022-11-18T06:25:39.106Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-11-18T06:25:39.106Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-11-18T06:25:39.106Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-18T06:25:39.107Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-18T06:25:39.110Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T06:25:39.110Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "143c3022-4def-425d-b6bc-d69538137f50",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668752739106,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-18T06:25:39.209Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-18T06:25:39.210Z||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-11-18T06:25:39.210Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqtUncrJ6IPnBsAB) ...
2022-11-18T06:25:39.223Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:25:39.223Z||pool-58-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-18T06:25:40.111Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-18T06:25:40.113Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-11-18T06:25:40.113Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 897b5421-eb78-45be-a24e-fe111c7e320a, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-11-18T06:25:40.113Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-11-18T06:25:40.114Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-11-18T06:25:40.114Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-11-18T06:25:40.270Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7860407330340165251/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "compute_ubuntu20_key_name" is not provided
Log warning: The required parameter "compute_ubuntu20_name" is not provided
Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu20_metadata" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-11-18T06:25:41.474Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-18T06:25:41.474Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-11-18T06:25:41.474Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-11-18T06:25:41.475Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-11-18T06:25:41.475Z|143c3022-4def-425d-b6bc-d69538137f50|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-BasicVm-csar.csar
2022-11-18T06:25:41.475Z|143c3022-4def-425d-b6bc-d69538137f50|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-BasicVm-csar.csar
2022-11-18T06:25:41.475Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-11-18T06:25:41.475Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-11-18T06:25:41.476Z|143c3022-4def-425d-b6bc-d69538137f50|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-BasicVm-csar.csar
2022-11-18T06:25:41.476Z|143c3022-4def-425d-b6bc-d69538137f50|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-BasicVm-csar.csar
2022-11-18T06:25:41.476Z|143c3022-4def-425d-b6bc-d69538137f50|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-BasicVm-csar.csar
2022-11-18T06:25:41.476Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-11-18T06:25:41.477Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T06:25:41.477Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T06:25:41.477Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-18T06:25:41.478Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-11-18T06:25:41.478Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-18T06:25:41.478Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T06:25:41.478Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T06:25:41.478Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-18T06:25:41.479Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-11-18T06:25:41.479Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-18T06:25:41.479Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T06:25:41.479Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T06:25:41.480Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T06:25:41.480Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-11-18T06:25:41.480Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-11-18T06:25:41.480Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-11-18T06:25:41.480Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-11-18T06:25:41.481Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-11-18T06:25:41.481Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-18T06:25:41.481Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T06:25:41.481Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-18T06:25:41.482Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T06:25:41.482Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-18T06:25:41.482Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-18T06:25:41.482Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T06:25:41.482Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-18T06:25:41.483Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-18T06:25:41.483Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T06:25:41.483Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-18T06:25:41.483Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-18T06:25:41.484Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T06:25:41.484Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-11-18T06:25:41.484Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-11-18T06:25:41.484Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-11-18T06:25:41.484Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=129821a8-17ac-4fef-a3fe-ea2e799a0949
2022-11-18T06:25:41.485Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T06:25:41.485Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T06:25:41.485Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T06:25:41.485Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T06:25:41.485Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T06:25:41.485Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T06:25:41.486Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T06:25:41.486Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T06:25:41.486Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:29b18bd5-fbeb-421c-8457-acec99ae4c7e
Model Version:NULL
Model InvariantUuid:2e9120c9-485a-4138-a5ac-9c2076b91f75
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:d95a35c2-6d22-4ce4-89fd-054b8c59663e
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:ba455a52-8fea-418d-880b-dc3949ebe975
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:0b623550-0d7e-4494-b230-02026334f4af
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:3a9a852d-7eed-44b1-8b06-6350acf06892
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:32a73145-4652-4368-ad91-8e8ae20c07c4
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:129821a8-17ac-4fef-a3fe-ea2e799a0949
ModelInvariantUuid:b38a56bc-4761-4a29-a6b9-193f3471d880
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:1d47c043-e117-43ea-8afa-7e5f222ebd4b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:16cf8d1d-1529-4753-bccb-d80ca6f35050
ModelInvariantUuid:6cd5002d-b091-4d7b-aaa9-bd3b8d083006
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:383628aa-9a0f-41c9-bc54-e41ab332c86a
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-11-18T06:25:41.494Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: ae43df99-81ab-4b4c-bc21-33bee8727a0f
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-11-18T06:25:41.497Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||INFO|500||basic_vm 0
2022-11-18T06:25:41.497Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: ae43df99-81ab-4b4c-bc21-33bee8727a0f
2022-11-18T06:25:41.497Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 8b870e10-7e39-4c22-baa2-206e783e84e4 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-11-18T06:25:41.497Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-11-18T06:25:41.498Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||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-11-18T06:25:41.548Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-11-18T06:25:41.549Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 8b870e10-7e39-4c22-baa2-206e783e84e4 787
2022-11-18T06:25:41.549Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||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-11-18T06:25:41.549Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||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-11-18T06:25:41.550Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-18T06:25:41.550Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-18T06:25:41.553Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T06:25:41.553Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "143c3022-4def-425d-b6bc-d69538137f50",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668752741549,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-18T06:25:41.653Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T06:25:41.655Z||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-11-18T06:25:41.656Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqtUncrJ6IPnBsAB) ...
2022-11-18T06:25:41.668Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:25:41.669Z||pool-59-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-18T06:25:42.554Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "3a9a852d-7eed-44b1-8b06-6350acf06892",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "32a73145-4652-4368-ad91-8e8ae20c07c4",
    "vfModuleModelCustomizationUUID": "589cf038-72de-49db-846a-4733b817cf71",
    "isBase": true,
    "artifacts": [
      "e1055b38-c850-4744-bf75-887414e46477",
      "1cce183c-9a49-4171-9d0e-6814b619c2fa"
    ],
    "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-11-18T06:25:42.569Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:32a73145-4652-4368-ad91-8e8ae20c07c4
VfModuleModelInvariantUUID:3a9a852d-7eed-44b1-8b06-6350acf06892
VfModuleModelDescription:NULL
Artifacts UUID List:{
e1055b38-c850-4744-bf75-887414e46477
,
1cce183c-9a49-4171-9d0e-6814b619c2fa

}
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-11-18T06:25:42.571Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "3a9a852d-7eed-44b1-8b06-6350acf06892",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "32a73145-4652-4368-ad91-8e8ae20c07c4",
    "vfModuleModelCustomizationUUID": "589cf038-72de-49db-846a-4733b817cf71",
    "isBase": true,
    "artifacts": [
      "e1055b38-c850-4744-bf75-887414e46477",
      "1cce183c-9a49-4171-9d0e-6814b619c2fa"
    ],
    "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-11-18T06:25:42.571Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:32a73145-4652-4368-ad91-8e8ae20c07c4
VfModuleModelInvariantUUID:3a9a852d-7eed-44b1-8b06-6350acf06892
VfModuleModelDescription:NULL
Artifacts UUID List:{
e1055b38-c850-4744-bf75-887414e46477
,
1cce183c-9a49-4171-9d0e-6814b619c2fa

}
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-11-18T06:25:42.571Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: e1055b38-c850-4744-bf75-887414e46477 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-11-18T06:25:42.571Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-11-18T06:25:42.572Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||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-11-18T06:25:42.627Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-11-18T06:25:42.627Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml e1055b38-c850-4744-bf75-887414e46477 5033
2022-11-18T06:25:42.627Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||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-11-18T06:25:42.628Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||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-11-18T06:25:42.628Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-18T06:25:42.628Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-18T06:25:42.630Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T06:25:42.630Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "143c3022-4def-425d-b6bc-d69538137f50",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668752742627,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-18T06:25:42.730Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T06:25:42.732Z||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-11-18T06:25:42.732Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqtUncrJ6IPnBsAB) ...
2022-11-18T06:25:42.748Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:25:42.750Z||pool-60-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-11-18T06:25:43.631Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 1cce183c-9a49-4171-9d0e-6814b619c2fa from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-11-18T06:25:43.631Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-11-18T06:25:43.632Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||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-11-18T06:25:43.682Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-11-18T06:25:43.683Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 1cce183c-9a49-4171-9d0e-6814b619c2fa 903
2022-11-18T06:25:43.683Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||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-11-18T06:25:43.683Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||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-11-18T06:25:43.684Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-18T06:25:43.684Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-18T06:25:43.686Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T06:25:43.686Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "143c3022-4def-425d-b6bc-d69538137f50",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668752743683,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-11-18T06:25:43.786Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T06:25:43.787Z||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-11-18T06:25:43.787Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqtUncrJ6IPnBsAB) ...
2022-11-18T06:25:43.804Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:25:43.805Z||pool-61-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-11-18T06:25:44.687Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 29b18bd5-fbeb-421c-8457-acec99ae4c7e
2022-11-18T06:25:44.687Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 ae43df99-81ab-4b4c-bc21-33bee8727a0f ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-18T06:25:44.700Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2063f557, org.onap.sdc.toscaparser.api.parameters.Input@5a11950f, org.onap.sdc.toscaparser.api.parameters.Input@89ed212, org.onap.sdc.toscaparser.api.parameters.Input@37e72a85, org.onap.sdc.toscaparser.api.parameters.Input@891a863]
2022-11-18T06:25:44.701Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T06:25:44.702Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T06:25:44.702Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 
2022-11-18T06:25:44.702Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 0b623550-0d7e-4494-b230-02026334f4af
2022-11-18T06:25:44.702Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 0b623550-0d7e-4494-b230-02026334f4af matches Tosca VF Customization UUID: 0b623550-0d7e-4494-b230-02026334f4af
2022-11-18T06:25:44.702Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 0b623550-0d7e-4494-b230-02026334f4af  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-11-18T06:25:44.705Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T06:25:44.705Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T06:25:44.705Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 0b623550-0d7e-4494-b230-02026334f4af: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-11-18T06:25:44.705Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2e330f9a
2022-11-18T06:25:44.705Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T06:25:44.705Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-18T06:25:44.706Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 589cf038-72de-49db-846a-4733b817cf71
2022-11-18T06:25:44.706Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 589cf038-72de-49db-846a-4733b817cf71
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-11-18T06:25:44.708Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T06:25:44.708Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-18T06:25:44.709Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-18T06:25:44.709Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T06:25:44.709Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-18T06:25:44.709Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-18T06:25:44.710Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T06:25:44.710Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-11-18T06:25:44.710Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-11-18T06:25:44.710Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-11-18T06:25:44.710Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=129821a8-17ac-4fef-a3fe-ea2e799a0949
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-11-18T06:25:44.713Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T06:25:44.713Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-18T06:25:44.713Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-18T06:25:44.713Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T06:25:44.714Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-18T06:25:44.714Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=0b623550-0d7e-4494-b230-02026334f4af
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-11-18T06:25:44.715Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T06:25:44.715Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T06:25:44.715Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 29b18bd5-fbeb-421c-8457-acec99ae4c7e: basic_vm
2022-11-18T06:25:44.715Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T06:25:44.716Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T06:25:44.716Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T06:25:44.716Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T06:25:44.716Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T06:25:44.716Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T06:25:44.716Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T06:25:44.716Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T06:25:44.717Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T06:25:44.717Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T06:25:44.717Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||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-11-18T06:25:44.797Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm ae43df99-81ab-4b4c-bc21-33bee8727a0f 1 ASDC deployResourceStructure
2022-11-18T06:25:44.798Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||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-11-18T06:25:44.798Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||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-11-18T06:25:44.798Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-18T06:25:44.798Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-18T06:25:44.800Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T06:25:44.800Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "143c3022-4def-425d-b6bc-d69538137f50",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668752744798,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-18T06:25:44.902Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-11-18T06:25:44.903Z||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-11-18T06:25:44.903Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqtUncrJ6IPnBsAB) ...
2022-11-18T06:25:44.915Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:25:44.915Z||pool-62-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-18T06:25:45.801Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||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-11-18T06:25:45.802Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||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-11-18T06:25:45.802Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-18T06:25:45.802Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-18T06:25:45.804Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T06:25:45.804Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "143c3022-4def-425d-b6bc-d69538137f50",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668752745801,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-11-18T06:25:45.907Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-11-18T06:25:45.908Z||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-11-18T06:25:45.909Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqtUncrJ6IPnBsAB) ...
2022-11-18T06:25:45.921Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:25:45.922Z||pool-63-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-11-18T06:25:46.806Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||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-11-18T06:25:46.806Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||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-11-18T06:25:46.806Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-18T06:25:46.807Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-18T06:25:46.809Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T06:25:46.809Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "143c3022-4def-425d-b6bc-d69538137f50",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668752746806,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-11-18T06:25:46.909Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T06:25:46.910Z||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-11-18T06:25:46.911Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqtUncrJ6IPnBsAB) ...
2022-11-18T06:25:46.923Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:25:46.923Z||pool-64-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-18T06:25:47.810Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-11-18T06:25:47.810Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-11-18T06:25:47.810Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-18T06:25:47.811Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-18T06:25:47.813Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T06:25:47.814Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "143c3022-4def-425d-b6bc-d69538137f50",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668752747810,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-18T06:25:47.914Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-18T06:25:47.915Z||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-11-18T06:25:47.915Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqtUncrJ6IPnBsAB) ...
2022-11-18T06:25:47.925Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:25:47.930Z||pool-65-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-18T06:25:48.814Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 143c3022-4def-425d-b6bc-d69538137f50
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-11-18T06:25:48.826Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 143c3022-4def-425d-b6bc-d69538137f50
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-11-18T06:25:48.829Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-18T06:25:48.829Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-18T06:25:48.829Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-18T06:25:48.829Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-18T06:25:48.829Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-18T06:25:48.829Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-18T06:25:48.830Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-18T06:25:48.830Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-18T06:25:48.830Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-18T06:25:48.830Z|143c3022-4def-425d-b6bc-d69538137f50|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-11-18T06:25:48.835Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-18T06:26:18.835Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 143c3022-4def-425d-b6bc-d69538137f50 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-11-18T06:26:18.841Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 143c3022-4def-425d-b6bc-d69538137f50 and serviceModelVersionId: 29b18bd5-fbeb-421c-8457-acec99ae4c7e
2022-11-18T06:26:18.841Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2e9120c9-485a-4138-a5ac-9c2076b91f75
2022-11-18T06:26:18.842Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2e9120c9-485a-4138-a5ac-9c2076b91f75/model-vers/model-ver/29b18bd5-fbeb-421c-8457-acec99ae4c7e?depth=0
2022-11-18T06:26:18.847Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-11-18T06:26:18.908Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2e9120c9-485a-4138-a5ac-9c2076b91f75/model-vers/model-ver/29b18bd5-fbeb-421c-8457-acec99ae4c7e?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-11-18T06:26:18.910Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2e9120c9-485a-4138-a5ac-9c2076b91f75/model-vers/model-ver/29b18bd5-fbeb-421c-8457-acec99ae4c7e?depth=0|INFO|500||Invoke
2022-11-18T06:26:18.931Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2e9120c9-485a-4138-a5ac-9c2076b91f75/model-vers/model-ver/29b18bd5-fbeb-421c-8457-acec99ae4c7e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-11-18T06:26:19.014Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2e9120c9-485a-4138-a5ac-9c2076b91f75/model-vers/model-ver/29b18bd5-fbeb-421c-8457-acec99ae4c7e?depth=0|INFO|500||InvokeReturn
2022-11-18T06:26:19.017Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2e9120c9-485a-4138-a5ac-9c2076b91f75/model-vers/model-ver/29b18bd5-fbeb-421c-8457-acec99ae4c7e?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-221118-06:26:16:747-66453], vertex-id=[266272], Content-Length=[0], Date=[Fri, 18 Nov 2022 06:26:16 GMT], Content-Type=[application/json]}
2022-11-18T06:26:19.017Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity.
2022-11-18T06:26:19.017Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-18T06:26:19.018Z|143c3022-4def-425d-b6bc-d69538137f50|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-11-18T06:26:19.022Z|143c3022-4def-425d-b6bc-d69538137f50|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-11-18T06:26:19.022Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 143c3022-4def-425d-b6bc-d69538137f50 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-18T06:26:19.023Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-18T06:26:19.023Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-18T06:26:19.025Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T06:26:19.025Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "143c3022-4def-425d-b6bc-d69538137f50",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668752779023,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-18T06:26:19.125Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T06:26:19.126Z||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-11-18T06:26:19.126Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqtUncrJ6IPnBsAB) ...
2022-11-18T06:26:19.143Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:26:19.144Z||pool-66-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-18T06:26:20.063Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T06:26:20.063Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"9f791d2b-82b0-4e2b-9247-553be995eee1","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"b60dd4ac-8b56-425f-a3c8-8bc77ee72727","serviceDescription":"service","serviceInvariantUUID":"53e2c64d-6bbb-4720-96f0-d73855878c04","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"178c902f-c02e-43f8-aeac-33273243a4e6","resourceInvariantUUID":"660bbc35-f915-4908-8cb1-211611b287e0","resourceCustomizationUUID":"e000e98e-b677-4c06-9045-8657df42185a","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":"MTEyMDQ3OTlhODZjY2NjNmIwNzVmNjY4YTA3NmY4ZDM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"54794b7e-08fd-4703-ad4a-2344a6985bf5","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":"f9c30b31-07bd-4313-8150-581aa102772c","artifactVersion":"2","generatedFromUUID":"724d2688-3f6c-4ea2-8630-ba5c63c362ca"},{"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":"724d2688-3f6c-4ea2-8630-ba5c63c362ca","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":"NWIyYmRjMjdiYzhmMTE5MDFlNWUyNjVjYjliYmNmZDM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"8583ca6b-8f97-473e-a31f-16dd675ef54e","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":"5b1c4eca-4fbe-459b-844f-7e8cc35eb5f3","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":"4a195a18-d899-41c3-847c-f691d730cca2","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":"f4f9beb1-61ea-407a-a3e6-c17ed6724294","artifactVersion":"2","generatedFromUUID":"5b1c4eca-4fbe-459b-844f-7e8cc35eb5f3"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"ZWY0MzQzYjE0YjcwZTRhYjk0NmU4NjFjYTY0Y2I5YTU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"10e46b59-7d47-455e-aa9a-85f57f2fede9","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"Mzk3OWViNjlmNGY1NTk2OGUyN2QzMDUwZjQxMDQ3MWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b2f17787-8a90-4e00-a027-9c30392d0bad","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-18T06:26:20.064Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T06:26:20.064Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-18T06:26:20.066Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T06:26:20.066Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "9f791d2b-82b0-4e2b-9247-553be995eee1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668752727469,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:26:20.166Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T06:26:20.167Z||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-11-18T06:26:20.168Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqtUncrJ6IPnBsAB) ...
2022-11-18T06:26:20.183Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:26:20.184Z||pool-67-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-18T06:26:21.066Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T06:26:21.071Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-18T06:26:21.073Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T06:26:21.074Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "9f791d2b-82b0-4e2b-9247-553be995eee1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668752727469,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-11-18T06:26:21.175Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-18T06:26:21.176Z||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-11-18T06:26:21.176Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqtUncrJ6IPnBsAB) ...
2022-11-18T06:26:21.187Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:26:21.188Z||pool-68-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-11-18T06:26:22.075Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T06:26:22.075Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-18T06:26:22.079Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T06:26:22.079Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "9f791d2b-82b0-4e2b-9247-553be995eee1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668752727469,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-11-18T06:26:22.187Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 108 ms
2022-11-18T06:26:22.188Z||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-11-18T06:26:22.188Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqtUncrJ6IPnBsAB) ...
2022-11-18T06:26:22.205Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:26:22.206Z||pool-69-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-11-18T06:26:23.080Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T06:26:23.080Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-18T06:26:23.082Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T06:26:23.082Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "9f791d2b-82b0-4e2b-9247-553be995eee1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668752727469,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-11-18T06:26:23.182Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T06:26:23.183Z||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-11-18T06:26:23.183Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqtUncrJ6IPnBsAB) ...
2022-11-18T06:26:23.196Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:26:23.197Z||pool-70-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-18T06:26:24.083Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T06:26:24.084Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-18T06:26:24.085Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T06:26:24.086Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "9f791d2b-82b0-4e2b-9247-553be995eee1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668752727469,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-11-18T06:26:24.186Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T06:26:24.187Z||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-11-18T06:26:24.187Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqtUncrJ6IPnBsAB) ...
2022-11-18T06:26:24.203Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:26:24.204Z||pool-71-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-11-18T06:26:25.087Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T06:26:25.088Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-18T06:26:25.089Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T06:26:25.090Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "9f791d2b-82b0-4e2b-9247-553be995eee1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668752727469,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:26:25.190Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T06:26:25.191Z||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-11-18T06:26:25.191Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqtUncrJ6IPnBsAB) ...
2022-11-18T06:26:25.203Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:26:25.203Z||pool-72-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-18T06:26:26.090Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T06:26:26.091Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-18T06:26:26.093Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T06:26:26.093Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "9f791d2b-82b0-4e2b-9247-553be995eee1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668752727469,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-11-18T06:26:26.193Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T06:26:26.194Z||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-11-18T06:26:26.194Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqtUncrJ6IPnBsAB) ...
2022-11-18T06:26:26.205Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:26:26.206Z||pool-73-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-18T06:26:27.094Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T06:26:27.095Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-18T06:26:27.097Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T06:26:27.097Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "9f791d2b-82b0-4e2b-9247-553be995eee1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668752727469,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:26:27.197Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T06:26:27.198Z||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-11-18T06:26:27.198Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqtUncrJ6IPnBsAB) ...
2022-11-18T06:26:27.213Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:26:27.214Z||pool-74-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-18T06:26:28.097Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T06:26:28.098Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-18T06:26:28.100Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T06:26:28.100Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "9f791d2b-82b0-4e2b-9247-553be995eee1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668752727469,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-11-18T06:26:28.200Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T06:26:28.202Z||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-11-18T06:26:28.202Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqtUncrJ6IPnBsAB) ...
2022-11-18T06:26:28.211Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:26:28.212Z||pool-75-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-18T06:26:29.101Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "9f791d2b-82b0-4e2b-9247-553be995eee1",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "b60dd4ac-8b56-425f-a3c8-8bc77ee72727",
  "serviceDescription": "service",
  "serviceInvariantUUID": "53e2c64d-6bbb-4720-96f0-d73855878c04",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "e000e98e-b677-4c06-9045-8657df42185a",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "178c902f-c02e-43f8-aeac-33273243a4e6",
      "resourceInvariantUUID": "660bbc35-f915-4908-8cb1-211611b287e0",
      "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": "f9c30b31-07bd-4313-8150-581aa102772c",
          "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": "724d2688-3f6c-4ea2-8630-ba5c63c362ca",
          "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": "NWIyYmRjMjdiYzhmMTE5MDFlNWUyNjVjYjliYmNmZDM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "8583ca6b-8f97-473e-a31f-16dd675ef54e",
          "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": "5b1c4eca-4fbe-459b-844f-7e8cc35eb5f3",
          "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": "f4f9beb1-61ea-407a-a3e6-c17ed6724294",
            "generatedFromUUID": "5b1c4eca-4fbe-459b-844f-7e8cc35eb5f3"
          },
          "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": "f4f9beb1-61ea-407a-a3e6-c17ed6724294",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "Mzk3OWViNjlmNGY1NTk2OGUyN2QzMDUwZjQxMDQ3MWU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "b2f17787-8a90-4e00-a027-9c30392d0bad"
    }
  ],
  "workloadContext": "Production"
}
2022-11-18T06:26:29.102Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-18T06:26:29.102Z|143c3022-4def-425d-b6bc-d69538137f50|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 b60dd4ac-8b56-425f-a3c8-8bc77ee72727 ASDC
2022-11-18T06:26:29.103Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:9f791d2b-82b0-4e2b-9247-553be995eee1
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:b60dd4ac-8b56-425f-a3c8-8bc77ee72727
ServiceInvariantUUID:53e2c64d-6bbb-4720-96f0-d73855878c04
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:b2f17787-8a90-4e00-a027-9c30392d0bad
ArtifactChecksum:Mzk3OWViNjlmNGY1NTk2OGUyN2QzMDUwZjQxMDQ3MWU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:e000e98e-b677-4c06-9045-8657df42185a
ResourceInvariantUUID:660bbc35-f915-4908-8cb1-211611b287e0
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:178c902f-c02e-43f8-aeac-33273243a4e6
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:f9c30b31-07bd-4313-8150-581aa102772c
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:724d2688-3f6c-4ea2-8630-ba5c63c362ca
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:8583ca6b-8f97-473e-a31f-16dd675ef54e
ArtifactChecksum:NWIyYmRjMjdiYzhmMTE5MDFlNWUyNjVjYjliYmNmZDM=
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:5b1c4eca-4fbe-459b-844f-7e8cc35eb5f3
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:f4f9beb1-61ea-407a-a3e6-c17ed6724294
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:f4f9beb1-61ea-407a-a3e6-c17ed6724294
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-11-18T06:26:29.103Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b60dd4ac-8b56-425f-a3c8-8bc77ee72727 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-11-18T06:26:29.135Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-18T06:26:29.136Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-11-18T06:26:29.136Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-11-18T06:26:29.136Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: b2f17787-8a90-4e00-a027-9c30392d0bad from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-11-18T06:26:29.136Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-11-18T06:26:29.136Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-11-18T06:26:29.263Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-11-18T06:26:29.267Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar b2f17787-8a90-4e00-a027-9c30392d0bad 73676
2022-11-18T06:26:29.267Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-11-18T06:26:29.267Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-11-18T06:26:29.268Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-18T06:26:29.268Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-18T06:26:29.270Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T06:26:29.270Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "9f791d2b-82b0-4e2b-9247-553be995eee1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668752789267,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-18T06:26:29.370Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T06:26:29.371Z||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-11-18T06:26:29.371Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqtUncrJ6IPnBsAB) ...
2022-11-18T06:26:29.389Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:26:29.390Z||pool-76-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-11-18T06:26:30.270Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-18T06:26:30.272Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-11-18T06:26:30.272Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: b2f17787-8a90-4e00-a027-9c30392d0bad, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-11-18T06:26:30.272Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-11-18T06:26:30.273Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-11-18T06:26:30.273Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-11-18T06:26:30.431Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3338862489153606887/Definitions/service-BasicCnf-template.yml
Log warning: The required parameter "compute_dummy_metadata" is not provided
Log warning: The required parameter "compute_dummy_name" is not provided
2022-11-18T06:26:31.659Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-18T06:26:31.659Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-11-18T06:26:31.659Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-11-18T06:26:31.659Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-11-18T06:26:31.659Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||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-11-18T06:26:31.659Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-11-18T06:26:31.660Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||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-11-18T06:26:31.660Z|9f791d2b-82b0-4e2b-9247-553be995eee1|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-BasicCnf-csar.csar
2022-11-18T06:26:31.660Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-11-18T06:26:31.660Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T06:26:31.660Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T06:26:31.660Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-11-18T06:26:31.660Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-11-18T06:26:31.661Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-18T06:26:31.661Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T06:26:31.661Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T06:26:31.661Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-11-18T06:26:31.661Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-11-18T06:26:31.661Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-18T06:26:31.662Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T06:26:31.662Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T06:26:31.662Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T06:26:31.662Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-11-18T06:26:31.662Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-11-18T06:26:31.662Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||Node template dummy is not matching search criteria
2022-11-18T06:26:31.662Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-18T06:26:31.663Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T06:26:31.663Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-18T06:26:31.663Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T06:26:31.663Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-11-18T06:26:31.663Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-18T06:26:31.663Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T06:26:31.664Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-11-18T06:26:31.664Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-18T06:26:31.664Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T06:26:31.664Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-11-18T06:26:31.664Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-18T06:26:31.664Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T06:26:31.665Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-11-18T06:26:31.665Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-11-18T06:26:31.665Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=fca519a6-d0c3-4f52-93be-69573370174f
2022-11-18T06:26:31.665Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T06:26:31.665Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T06:26:31.665Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T06:26:31.665Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T06:26:31.666Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T06:26:31.666Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T06:26:31.666Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T06:26:31.666Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T06:26:31.666Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:b60dd4ac-8b56-425f-a3c8-8bc77ee72727
Model Version:NULL
Model InvariantUuid:53e2c64d-6bbb-4720-96f0-d73855878c04
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:a1c1c4e0-aebc-442c-ac4e-c090d91e8b57
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:660bbc35-f915-4908-8cb1-211611b287e0
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:e000e98e-b677-4c06-9045-8657df42185a
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:697799d7-5eb7-48c8-abfe-ea48e3e38afe
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:76927432-8492-43f6-8c46-51b9f45f787c
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:fca519a6-d0c3-4f52-93be-69573370174f
ModelInvariantUuid:10e54cff-cce2-4c13-a352-df5558018a5c
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:2ce28750-0fa8-4eb2-bd00-18dfc9d1834f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:5df776a5-86bd-4ea5-885b-4ea74585672c
ModelInvariantUuid:e22e462f-d543-4f94-adbf-808c9236c7c4
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:44c90fc0-0427-499d-86f0-a3ad114cb596
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-11-18T06:26:31.672Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 178c902f-c02e-43f8-aeac-33273243a4e6
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-11-18T06:26:31.676Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||basic_cnf 0
2022-11-18T06:26:31.676Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 178c902f-c02e-43f8-aeac-33273243a4e6
2022-11-18T06:26:31.677Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: f9c30b31-07bd-4313-8150-581aa102772c from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-11-18T06:26:31.677Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-11-18T06:26:31.677Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||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-11-18T06:26:31.738Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-11-18T06:26:31.738Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env f9c30b31-07bd-4313-8150-581aa102772c 12
2022-11-18T06:26:31.739Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||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-11-18T06:26:31.739Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||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-11-18T06:26:31.740Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-18T06:26:31.740Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-18T06:26:31.743Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T06:26:31.744Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "9f791d2b-82b0-4e2b-9247-553be995eee1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668752791739,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-11-18T06:26:31.843Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-18T06:26:31.844Z||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-11-18T06:26:31.844Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqtUncrJ6IPnBsAB) ...
2022-11-18T06:26:31.860Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:26:31.860Z||pool-77-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-18T06:26:32.746Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 724d2688-3f6c-4ea2-8630-ba5c63c362ca from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-11-18T06:26:32.746Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-11-18T06:26:32.747Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||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-11-18T06:26:32.800Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-11-18T06:26:32.800Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 724d2688-3f6c-4ea2-8630-ba5c63c362ca 2688
2022-11-18T06:26:32.800Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||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-11-18T06:26:32.801Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||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-11-18T06:26:32.801Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-18T06:26:32.801Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-18T06:26:32.803Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T06:26:32.803Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "9f791d2b-82b0-4e2b-9247-553be995eee1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668752792800,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-11-18T06:26:32.905Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-11-18T06:26:32.906Z||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-11-18T06:26:32.907Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqtUncrJ6IPnBsAB) ...
2022-11-18T06:26:32.920Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:26:32.921Z||pool-78-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-11-18T06:26:33.805Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 8583ca6b-8f97-473e-a31f-16dd675ef54e from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-11-18T06:26:33.806Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-11-18T06:26:33.806Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||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-11-18T06:26:33.855Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-11-18T06:26:33.856Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 8583ca6b-8f97-473e-a31f-16dd675ef54e 828
2022-11-18T06:26:33.856Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||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-11-18T06:26:33.856Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||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-11-18T06:26:33.856Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-18T06:26:33.856Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-18T06:26:33.858Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T06:26:33.858Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "9f791d2b-82b0-4e2b-9247-553be995eee1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668752793856,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-18T06:26:33.959Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T06:26:33.960Z||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-11-18T06:26:33.960Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqtUncrJ6IPnBsAB) ...
2022-11-18T06:26:33.970Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:26:33.970Z||pool-79-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-11-18T06:26:34.859Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "697799d7-5eb7-48c8-abfe-ea48e3e38afe",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "76927432-8492-43f6-8c46-51b9f45f787c",
    "vfModuleModelCustomizationUUID": "108a72ae-87c2-426f-8c23-af8f147b41dc",
    "isBase": true,
    "artifacts": [
      "5b1c4eca-4fbe-459b-844f-7e8cc35eb5f3",
      "724d2688-3f6c-4ea2-8630-ba5c63c362ca",
      "f4f9beb1-61ea-407a-a3e6-c17ed6724294"
    ],
    "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-11-18T06:26:34.864Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:76927432-8492-43f6-8c46-51b9f45f787c
VfModuleModelInvariantUUID:697799d7-5eb7-48c8-abfe-ea48e3e38afe
VfModuleModelDescription:NULL
Artifacts UUID List:{
5b1c4eca-4fbe-459b-844f-7e8cc35eb5f3
,
724d2688-3f6c-4ea2-8630-ba5c63c362ca
,
f4f9beb1-61ea-407a-a3e6-c17ed6724294

}
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-11-18T06:26:34.867Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "697799d7-5eb7-48c8-abfe-ea48e3e38afe",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "76927432-8492-43f6-8c46-51b9f45f787c",
    "vfModuleModelCustomizationUUID": "108a72ae-87c2-426f-8c23-af8f147b41dc",
    "isBase": true,
    "artifacts": [
      "5b1c4eca-4fbe-459b-844f-7e8cc35eb5f3",
      "724d2688-3f6c-4ea2-8630-ba5c63c362ca",
      "f4f9beb1-61ea-407a-a3e6-c17ed6724294"
    ],
    "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-11-18T06:26:34.867Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:76927432-8492-43f6-8c46-51b9f45f787c
VfModuleModelInvariantUUID:697799d7-5eb7-48c8-abfe-ea48e3e38afe
VfModuleModelDescription:NULL
Artifacts UUID List:{
5b1c4eca-4fbe-459b-844f-7e8cc35eb5f3
,
724d2688-3f6c-4ea2-8630-ba5c63c362ca
,
f4f9beb1-61ea-407a-a3e6-c17ed6724294

}
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-11-18T06:26:34.867Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 5b1c4eca-4fbe-459b-844f-7e8cc35eb5f3 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-11-18T06:26:34.867Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-11-18T06:26:34.868Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||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-11-18T06:26:34.922Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-11-18T06:26:34.923Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 5b1c4eca-4fbe-459b-844f-7e8cc35eb5f3 1164
2022-11-18T06:26:34.923Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||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-11-18T06:26:34.924Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||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-11-18T06:26:34.924Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-18T06:26:34.924Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-18T06:26:34.927Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T06:26:34.927Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "9f791d2b-82b0-4e2b-9247-553be995eee1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668752794923,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-18T06:26:35.027Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T06:26:35.028Z||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-11-18T06:26:35.028Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqtUncrJ6IPnBsAB) ...
2022-11-18T06:26:35.039Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:26:35.039Z||pool-80-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-11-18T06:26:35.928Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: f4f9beb1-61ea-407a-a3e6-c17ed6724294 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-11-18T06:26:35.928Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-11-18T06:26:35.929Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||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-11-18T06:26:35.976Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-11-18T06:26:35.977Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env f4f9beb1-61ea-407a-a3e6-c17ed6724294 200
2022-11-18T06:26:35.978Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||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-11-18T06:26:35.978Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||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-11-18T06:26:35.978Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-18T06:26:35.978Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-18T06:26:35.980Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T06:26:35.980Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "9f791d2b-82b0-4e2b-9247-553be995eee1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668752795978,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-11-18T06:26:36.081Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-18T06:26:36.081Z||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-11-18T06:26:36.082Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqtUncrJ6IPnBsAB) ...
2022-11-18T06:26:36.093Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:26:36.094Z||pool-81-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-18T06:26:36.981Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: b60dd4ac-8b56-425f-a3c8-8bc77ee72727
2022-11-18T06:26:36.982Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 178c902f-c02e-43f8-aeac-33273243a4e6 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select 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-11-18T06:26:36.998Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||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 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-11-18T06:26:37.003Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6165223a, org.onap.sdc.toscaparser.api.parameters.Input@2ccd9b46, org.onap.sdc.toscaparser.api.parameters.Input@4d895ffd, org.onap.sdc.toscaparser.api.parameters.Input@4df4e7bb, org.onap.sdc.toscaparser.api.parameters.Input@54878cd]
2022-11-18T06:26:37.004Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T06:26:37.005Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T06:26:37.005Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 
2022-11-18T06:26:37.005Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= e000e98e-b677-4c06-9045-8657df42185a
2022-11-18T06:26:37.005Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: e000e98e-b677-4c06-9045-8657df42185a matches Tosca VF Customization UUID: e000e98e-b677-4c06-9045-8657df42185a
2022-11-18T06:26:37.005Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: e000e98e-b677-4c06-9045-8657df42185a  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-11-18T06:26:37.007Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T06:26:37.007Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T06:26:37.008Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id e000e98e-b677-4c06-9045-8657df42185a: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-11-18T06:26:37.008Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@284de3b9
2022-11-18T06:26:37.008Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T06:26:37.008Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-18T06:26:37.008Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 108a72ae-87c2-426f-8c23-af8f147b41dc
2022-11-18T06:26:37.009Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 108a72ae-87c2-426f-8c23-af8f147b41dc
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-11-18T06:26:37.010Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T06:26:37.011Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-11-18T06:26:37.011Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-18T06:26:37.011Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T06:26:37.011Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-11-18T06:26:37.011Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-18T06:26:37.012Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T06:26:37.012Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-11-18T06:26:37.012Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-11-18T06:26:37.012Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=fca519a6-d0c3-4f52-93be-69573370174f
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-11-18T06:26:37.013Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T06:26:37.014Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-11-18T06:26:37.014Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-18T06:26:37.014Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T06:26:37.014Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-11-18T06:26:37.014Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=e000e98e-b677-4c06-9045-8657df42185a
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-11-18T06:26:37.016Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T06:26:37.016Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T06:26:37.016Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid b60dd4ac-8b56-425f-a3c8-8bc77ee72727: basic_cnf
2022-11-18T06:26:37.017Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T06:26:37.017Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T06:26:37.018Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T06:26:37.018Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T06:26:37.018Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T06:26:37.018Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T06:26:37.018Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T06:26:37.019Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T06:26:37.019Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T06:26:37.019Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T06:26:37.019Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||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-11-18T06:26:37.079Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 178c902f-c02e-43f8-aeac-33273243a4e6 1 ASDC deployResourceStructure
2022-11-18T06:26:37.080Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||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-11-18T06:26:37.080Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||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-11-18T06:26:37.080Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-11-18T06:26:37.081Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-18T06:26:37.083Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T06:26:37.083Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "9f791d2b-82b0-4e2b-9247-553be995eee1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668752797079,
  "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-11-18T06:26:37.183Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T06:26:37.184Z||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-11-18T06:26:37.184Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqtUncrJ6IPnBsAB) ...
2022-11-18T06:26:37.194Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:26:37.196Z||pool-82-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-18T06:26:37.978Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T06:26:37.979Z||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-11-18T06:26:37.979Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T06:26:38.016Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:26:38.016Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T06:26:38.016Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "424bd7fd-a278-44ad-a265-f3fc998bd9b8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668752726451,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-18T06:26:38.018Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T06:26:38.018Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T06:26:38.018Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "143c3022-4def-425d-b6bc-d69538137f50",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668752727469,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:26:38.019Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:26:38.019Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T06:26:38.019Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "143c3022-4def-425d-b6bc-d69538137f50",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668752727469,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-11-18T06:26:38.019Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:26:38.019Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T06:26:38.019Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "143c3022-4def-425d-b6bc-d69538137f50",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668752727469,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-11-18T06:26:38.020Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:26:38.020Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T06:26:38.020Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "143c3022-4def-425d-b6bc-d69538137f50",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668752727469,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:26:38.020Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:26:38.020Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T06:26:38.020Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "143c3022-4def-425d-b6bc-d69538137f50",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668752727469,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-11-18T06:26:38.021Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:26:38.021Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T06:26:38.021Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "143c3022-4def-425d-b6bc-d69538137f50",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668752727469,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:26:38.021Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:26:38.084Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||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-11-18T06:26:38.084Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||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-11-18T06:26:38.084Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-11-18T06:26:38.084Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-18T06:26:38.086Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T06:26:38.086Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "9f791d2b-82b0-4e2b-9247-553be995eee1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668752798083,
  "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-11-18T06:26:38.186Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T06:26:38.188Z||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-11-18T06:26:38.188Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqtUncrJ6IPnBsAB) ...
2022-11-18T06:26:38.205Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:26:38.205Z||pool-83-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-11-18T06:26:39.088Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||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-11-18T06:26:39.088Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||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-11-18T06:26:39.088Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-18T06:26:39.089Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-18T06:26:39.091Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T06:26:39.091Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "9f791d2b-82b0-4e2b-9247-553be995eee1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668752799088,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-18T06:26:39.191Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T06:26:39.193Z||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-11-18T06:26:39.193Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqtUncrJ6IPnBsAB) ...
2022-11-18T06:26:39.209Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:26:39.213Z||pool-84-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-11-18T06:26:40.093Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||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-11-18T06:26:40.093Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||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-11-18T06:26:40.094Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-18T06:26:40.094Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-18T06:26:40.096Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T06:26:40.096Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "9f791d2b-82b0-4e2b-9247-553be995eee1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668752800093,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-11-18T06:26:40.197Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-18T06:26:40.198Z||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-11-18T06:26:40.198Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqtUncrJ6IPnBsAB) ...
2022-11-18T06:26:40.211Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:26:40.212Z||pool-85-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-11-18T06:26:41.097Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||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-11-18T06:26:41.098Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||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-11-18T06:26:41.098Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-18T06:26:41.098Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-18T06:26:41.100Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T06:26:41.100Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "9f791d2b-82b0-4e2b-9247-553be995eee1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668752801097,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-11-18T06:26:41.200Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T06:26:41.202Z||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-11-18T06:26:41.202Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqtUncrJ6IPnBsAB) ...
2022-11-18T06:26:41.219Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:26:41.219Z||pool-86-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-11-18T06:26:42.104Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-11-18T06:26:42.104Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-11-18T06:26:42.104Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-18T06:26:42.104Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-18T06:26:42.106Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T06:26:42.106Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "9f791d2b-82b0-4e2b-9247-553be995eee1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668752802103,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-18T06:26:42.207Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-18T06:26:42.208Z||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-11-18T06:26:42.208Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqtUncrJ6IPnBsAB) ...
2022-11-18T06:26:42.218Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:26:42.219Z||pool-87-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-18T06:26:43.107Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9f791d2b-82b0-4e2b-9247-553be995eee1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-11-18T06:26:43.118Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9f791d2b-82b0-4e2b-9247-553be995eee1
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-11-18T06:26:43.120Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-18T06:26:43.120Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-18T06:26:43.120Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-18T06:26:43.120Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-18T06:26:43.120Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-18T06:26:43.120Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-18T06:26:43.121Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-18T06:26:43.121Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-18T06:26:43.121Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-18T06:26:43.121Z|9f791d2b-82b0-4e2b-9247-553be995eee1|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-11-18T06:26:43.125Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-18T06:27:13.125Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9f791d2b-82b0-4e2b-9247-553be995eee1 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-11-18T06:27:13.132Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9f791d2b-82b0-4e2b-9247-553be995eee1 and serviceModelVersionId: b60dd4ac-8b56-425f-a3c8-8bc77ee72727
2022-11-18T06:27:13.132Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 53e2c64d-6bbb-4720-96f0-d73855878c04
2022-11-18T06:27:13.133Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/53e2c64d-6bbb-4720-96f0-d73855878c04/model-vers/model-ver/b60dd4ac-8b56-425f-a3c8-8bc77ee72727?depth=0
2022-11-18T06:27:13.139Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-11-18T06:27:13.200Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/53e2c64d-6bbb-4720-96f0-d73855878c04/model-vers/model-ver/b60dd4ac-8b56-425f-a3c8-8bc77ee72727?depth=0|INFO|500||Invoke
2022-11-18T06:27:13.201Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/53e2c64d-6bbb-4720-96f0-d73855878c04/model-vers/model-ver/b60dd4ac-8b56-425f-a3c8-8bc77ee72727?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/53e2c64d-6bbb-4720-96f0-d73855878c04/model-vers/model-ver/b60dd4ac-8b56-425f-a3c8-8bc77ee72727?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[9f791d2b-82b0-4e2b-9247-553be995eee1], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c79dec3e-2af4-4216-8f09-10490d5b2dd1], X-ECOMP-RequestID=[9f791d2b-82b0-4e2b-9247-553be995eee1], X-TransactionId=[], X-ONAP-RequestID=[9f791d2b-82b0-4e2b-9247-553be995eee1], Content-Type=[application/merge-patch+json]}
2022-11-18T06:27:13.228Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/53e2c64d-6bbb-4720-96f0-d73855878c04/model-vers/model-ver/b60dd4ac-8b56-425f-a3c8-8bc77ee72727?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-11-18T06:27:13.317Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/53e2c64d-6bbb-4720-96f0-d73855878c04/model-vers/model-ver/b60dd4ac-8b56-425f-a3c8-8bc77ee72727?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/53e2c64d-6bbb-4720-96f0-d73855878c04/model-vers/model-ver/b60dd4ac-8b56-425f-a3c8-8bc77ee72727?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-221118-06:27:11:040-98166], vertex-id=[253976], Content-Length=[0], Date=[Fri, 18 Nov 2022 06:27:11 GMT], Content-Type=[application/json]}
2022-11-18T06:27:13.318Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/53e2c64d-6bbb-4720-96f0-d73855878c04/model-vers/model-ver/b60dd4ac-8b56-425f-a3c8-8bc77ee72727?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-11-18T06:27:13.319Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/53e2c64d-6bbb-4720-96f0-d73855878c04/model-vers/model-ver/b60dd4ac-8b56-425f-a3c8-8bc77ee72727?depth=0|INFO|500||InvokeReturn
2022-11-18T06:27:13.320Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-18T06:27:13.320Z|9f791d2b-82b0-4e2b-9247-553be995eee1|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-11-18T06:27:13.327Z|9f791d2b-82b0-4e2b-9247-553be995eee1|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-11-18T06:27:13.328Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9f791d2b-82b0-4e2b-9247-553be995eee1 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-18T06:27:13.328Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-18T06:27:13.328Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-18T06:27:13.331Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T06:27:13.331Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "9f791d2b-82b0-4e2b-9247-553be995eee1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668752833328,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-18T06:27:13.431Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T06:27:13.432Z||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-11-18T06:27:13.433Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqtUncrJ6IPnBsAB) ...
2022-11-18T06:27:13.452Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:27:13.453Z||pool-88-thread-1|||||INFO|500||cambria reply ok (21 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-11-18T06:27:14.343Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T06:27:14.344Z|9f791d2b-82b0-4e2b-9247-553be995eee1|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-11-18T06:27:14.344Z|9f791d2b-82b0-4e2b-9247-553be995eee1|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 SqtUncrJ6IPnBsAB) ...
2022-11-18T06:27:23.922Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:27:23.923Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T06:27:23.924Z||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-11-18T06:27:23.924Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T06:27:33.497Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:27:33.498Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T06:27:33.499Z||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-11-18T06:27:33.499Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T06:27:37.978Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T06:27:37.979Z||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-11-18T06:27:37.979Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T06:27:38.009Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:27:38.009Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-18T06:27:38.009Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "143c3022-4def-425d-b6bc-d69538137f50",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668752727469,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-11-18T06:27:38.010Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:27:43.100Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:27:43.101Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T06:27:43.102Z||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-11-18T06:27:43.102Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T06:27:52.663Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:27:52.663Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T06:27:52.664Z||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-11-18T06:27:52.664Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T06:28:02.223Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:28:37.971Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T06:28:37.972Z||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-11-18T06:28:37.972Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T06:28:37.977Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T06:28:37.978Z||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-11-18T06:28:37.978Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T06:28:38.040Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:28:38.041Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-18T06:28:38.041Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "143c3022-4def-425d-b6bc-d69538137f50",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668752739106,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-18T06:28:38.042Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T06:28:38.042Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-18T06:28:38.042Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "143c3022-4def-425d-b6bc-d69538137f50",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668752741549,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-18T06:28:38.042Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T06:28:38.043Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-18T06:28:38.043Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "143c3022-4def-425d-b6bc-d69538137f50",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668752742627,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-18T06:28:38.043Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T06:28:38.043Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-18T06:28:38.043Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "143c3022-4def-425d-b6bc-d69538137f50",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668752743683,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-11-18T06:28:38.043Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T06:28:38.043Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-18T06:28:38.043Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "143c3022-4def-425d-b6bc-d69538137f50",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668752744798,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-18T06:28:38.043Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T06:28:38.043Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-18T06:28:38.044Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "143c3022-4def-425d-b6bc-d69538137f50",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668752745801,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-11-18T06:28:38.044Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T06:28:38.044Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-18T06:28:38.044Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "143c3022-4def-425d-b6bc-d69538137f50",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668752746806,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-11-18T06:28:38.044Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T06:28:38.044Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-18T06:28:38.044Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "143c3022-4def-425d-b6bc-d69538137f50",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668752747810,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-18T06:28:38.044Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T06:28:38.044Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-18T06:28:38.044Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "143c3022-4def-425d-b6bc-d69538137f50",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668752779023,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-18T06:28:38.044Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T06:28:38.045Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-18T06:28:38.045Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f791d2b-82b0-4e2b-9247-553be995eee1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668752727469,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:28:38.045Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:28:38.045Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-18T06:28:38.045Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f791d2b-82b0-4e2b-9247-553be995eee1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668752727469,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-11-18T06:28:38.045Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:28:38.045Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-18T06:28:38.045Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f791d2b-82b0-4e2b-9247-553be995eee1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668752727469,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-11-18T06:28:38.045Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:28:38.045Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-18T06:28:38.045Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f791d2b-82b0-4e2b-9247-553be995eee1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668752727469,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-11-18T06:28:38.046Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:28:38.046Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-18T06:28:38.046Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f791d2b-82b0-4e2b-9247-553be995eee1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668752727469,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-11-18T06:28:38.046Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:28:38.046Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-18T06:28:38.046Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f791d2b-82b0-4e2b-9247-553be995eee1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668752727469,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:28:38.046Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:28:38.046Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-18T06:28:38.046Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f791d2b-82b0-4e2b-9247-553be995eee1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668752727469,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-11-18T06:28:38.046Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:28:38.047Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-18T06:28:38.047Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f791d2b-82b0-4e2b-9247-553be995eee1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668752727469,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:28:38.047Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:28:38.047Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-18T06:28:38.047Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f791d2b-82b0-4e2b-9247-553be995eee1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668752727469,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-11-18T06:28:38.047Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:28:38.047Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-18T06:28:38.047Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f791d2b-82b0-4e2b-9247-553be995eee1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668752789267,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-18T06:28:38.047Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T06:28:38.047Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-18T06:28:38.048Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f791d2b-82b0-4e2b-9247-553be995eee1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668752791739,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-11-18T06:28:38.048Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T06:28:38.048Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-18T06:28:38.048Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f791d2b-82b0-4e2b-9247-553be995eee1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668752792800,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-11-18T06:28:38.048Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T06:28:38.048Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-18T06:28:38.048Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f791d2b-82b0-4e2b-9247-553be995eee1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668752793856,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-18T06:28:38.048Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T06:28:38.048Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-18T06:28:38.048Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f791d2b-82b0-4e2b-9247-553be995eee1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668752794923,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-18T06:28:38.049Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T06:28:38.049Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-18T06:28:38.049Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f791d2b-82b0-4e2b-9247-553be995eee1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668752795978,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-11-18T06:28:38.049Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T06:28:38.049Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-18T06:28:38.049Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f791d2b-82b0-4e2b-9247-553be995eee1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668752797079,
  "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-11-18T06:28:38.049Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T06:28:47.589Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:29:37.971Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T06:29:37.971Z||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-11-18T06:29:37.971Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T06:29:37.978Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T06:29:37.978Z||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-11-18T06:29:37.978Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T06:29:38.514Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:29:38.515Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-18T06:29:38.515Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f791d2b-82b0-4e2b-9247-553be995eee1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668752798083,
  "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-11-18T06:29:38.516Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T06:29:38.516Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-18T06:29:38.516Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f791d2b-82b0-4e2b-9247-553be995eee1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668752799088,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-18T06:29:38.516Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T06:29:38.516Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-18T06:29:38.516Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f791d2b-82b0-4e2b-9247-553be995eee1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668752800093,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-11-18T06:29:38.516Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T06:29:38.516Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-18T06:29:38.517Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f791d2b-82b0-4e2b-9247-553be995eee1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668752801097,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-11-18T06:29:38.517Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T06:29:38.517Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-18T06:29:38.517Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f791d2b-82b0-4e2b-9247-553be995eee1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668752802103,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-18T06:29:38.517Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T06:29:38.517Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-18T06:29:38.517Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f791d2b-82b0-4e2b-9247-553be995eee1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668752833328,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-18T06:29:38.517Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T06:29:47.527Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:30:37.971Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T06:30:37.972Z||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-11-18T06:30:37.972Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T06:30:37.977Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T06:30:37.978Z|9f791d2b-82b0-4e2b-9247-553be995eee1|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-11-18T06:30:37.978Z|9f791d2b-82b0-4e2b-9247-553be995eee1|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 SqtUncrJ6IPnBsAB) ...
2022-11-18T06:30:47.552Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:30:47.561Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:31:37.971Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T06:31:37.972Z||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-11-18T06:31:37.972Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T06:31:37.978Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T06:31:37.978Z|9f791d2b-82b0-4e2b-9247-553be995eee1|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-11-18T06:31:37.978Z|9f791d2b-82b0-4e2b-9247-553be995eee1|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 SqtUncrJ6IPnBsAB) ...
2022-11-18T06:31:47.540Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:31:47.544Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:32:37.971Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T06:32:37.972Z||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-11-18T06:32:37.972Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T06:32:37.978Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T06:32:37.978Z||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-11-18T06:32:37.978Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T06:32:47.565Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:32:47.567Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:33:37.971Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T06:33:37.975Z||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-11-18T06:33:37.975Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T06:33:37.978Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T06:33:37.978Z||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-11-18T06:33:37.978Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T06:33:47.571Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:33:47.581Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:34:37.971Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T06:34:37.973Z||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-11-18T06:34:37.974Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T06:34:37.978Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T06:34:37.978Z||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-11-18T06:34:37.978Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T06:34:47.541Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:34:47.545Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:35:37.971Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T06:35:37.972Z||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-11-18T06:35:37.973Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T06:35:37.978Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T06:35:37.979Z||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-11-18T06:35:37.979Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T06:35:47.527Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:35:47.529Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:36:37.971Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T06:36:37.972Z||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-11-18T06:36:37.972Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T06:36:37.978Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T06:36:37.978Z||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-11-18T06:36:37.978Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T06:36:47.544Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:36:47.545Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:37:37.971Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T06:37:37.975Z||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-11-18T06:37:37.975Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T06:37:37.978Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T06:37:37.978Z||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-11-18T06:37:37.979Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T06:37:47.533Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:37:47.540Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:38:37.971Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T06:38:37.971Z||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-11-18T06:38:37.972Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T06:38:37.978Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T06:38:37.978Z||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-11-18T06:38:37.978Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T06:38:47.536Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:38:47.585Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:39:37.971Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T06:39:37.971Z||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-11-18T06:39:37.972Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T06:39:37.978Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T06:39:37.978Z|9f791d2b-82b0-4e2b-9247-553be995eee1|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-11-18T06:39:37.978Z|9f791d2b-82b0-4e2b-9247-553be995eee1|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 SqtUncrJ6IPnBsAB) ...
2022-11-18T06:39:47.539Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:39:47.561Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:40:37.971Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T06:40:37.972Z||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-11-18T06:40:37.972Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T06:40:37.978Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T06:40:37.978Z||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-11-18T06:40:37.978Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T06:40:47.569Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:40:47.570Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:41:37.971Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T06:41:37.972Z||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-11-18T06:41:37.972Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T06:41:37.978Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T06:41:37.978Z||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-11-18T06:41:37.978Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T06:41:47.536Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:41:47.549Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:42:37.971Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T06:42:37.972Z||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-11-18T06:42:37.972Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T06:42:37.978Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T06:42:37.978Z||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-11-18T06:42:37.978Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T06:42:47.532Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:42:47.550Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:43:37.971Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T06:43:37.972Z||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-11-18T06:43:37.972Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T06:43:37.978Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T06:43:37.978Z||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-11-18T06:43:37.979Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T06:43:47.530Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:43:47.531Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:44:37.971Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T06:44:37.972Z||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-11-18T06:44:37.972Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T06:44:37.977Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T06:44:37.978Z||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-11-18T06:44:37.978Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T06:44:47.543Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:44:47.547Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:45:37.971Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T06:45:37.972Z||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-11-18T06:45:37.972Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T06:45:37.978Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T06:45:37.978Z||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-11-18T06:45:37.978Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T06:45:47.564Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:45:47.566Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:46:37.971Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T06:46:37.973Z||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-11-18T06:46:37.974Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T06:46:37.978Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T06:46:37.978Z||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-11-18T06:46:37.979Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T06:46:47.611Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:46:47.629Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:47:37.971Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T06:47:37.971Z||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-11-18T06:47:37.971Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T06:47:37.978Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T06:47:37.978Z|9f791d2b-82b0-4e2b-9247-553be995eee1|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-11-18T06:47:37.978Z|9f791d2b-82b0-4e2b-9247-553be995eee1|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 SqtUncrJ6IPnBsAB) ...
2022-11-18T06:47:39.666Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:47:39.667Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T06:47:39.667Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"2e35b813-e9be-4382-bf90-d9fcbec0cd59","serviceDescription":"service","serviceInvariantUUID":"e74a1b9b-7401-4e64-862b-7869a51c6194","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"dd482bb0-33d4-4df3-8822-770dc1e50a0b","resourceInvariantUUID":"4c6ca71e-52a6-4229-ba06-548b2de3d4fa","resourceCustomizationUUID":"887e6076-a14d-4c36-b8df-c85fb2b4d75f","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":"ODdmODg0YjNkZjYxNmE0NjM3YWRkY2VkMGRmNGQ4ZDQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"4023c529-0425-4c8a-a0d0-15e37305d35b","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":"NTc3ZjA3ZTA0OWJjNjI4MzQ3Y2YxOGUzM2E4OTZhODM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"64b0baad-cffa-4125-ae8d-f2356aea1699","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":"26b9650d-f61c-4e9a-bb9b-80d9888499f6","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":"9698ef4c-8295-4a9f-8fde-ba570adf6fb6","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":"ba723358-101b-46ef-9b98-a62bf97d910b","artifactVersion":"2","generatedFromUUID":"06d7efd5-1d47-4141-ada1-6a7539216bc8"},{"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":"5b866642-224a-4ec3-bf41-a9230b742136","artifactVersion":"2","generatedFromUUID":"26b9650d-f61c-4e9a-bb9b-80d9888499f6"},{"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":"06d7efd5-1d47-4141-ada1-6a7539216bc8","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":"1bdf787b-1eed-47ec-a4d6-2f88c7d54f29","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":"MTg4ZDUyNDhjZjQ4OGUxZWU4YjZkNjMwMTYwYzBmZDI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"14059563-ffbf-46cb-a963-30b9c077ec80","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"ZGEyM2FmM2E0YWM5NjQzMDhhYzAwYTM0NDdkN2YxNjU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a52de5f8-8d80-4358-b977-e87269dc6d65","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-18T06:47:39.672Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T06:47:39.673Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-18T06:47:39.677Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T06:47:39.677Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668754057970,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:47:39.777Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T06:47:39.779Z||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-11-18T06:47:39.779Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqtUncrJ6IPnBsAB) ...
2022-11-18T06:47:39.808Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:47:39.809Z||pool-89-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":5,"count":1}
2022-11-18T06:47:39.932Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:47:39.933Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T06:47:39.933Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf",
  "consumerID": "cds",
  "timestamp": 1668754056206,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:47:39.934Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:47:39.934Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T06:47:39.934Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668754052943,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:47:39.934Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:47:39.934Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T06:47:39.934Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668754057970,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:47:39.934Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:47:40.678Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T06:47:40.679Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-18T06:47:40.682Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T06:47:40.682Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668754057970,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-11-18T06:47:40.782Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T06:47:40.783Z||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-11-18T06:47:40.783Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqtUncrJ6IPnBsAB) ...
2022-11-18T06:47:40.801Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:47:40.802Z||pool-90-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-11-18T06:47:41.682Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T06:47:41.683Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-18T06:47:41.685Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T06:47:41.685Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668754057970,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-11-18T06:47:41.786Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T06:47:41.787Z||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-11-18T06:47:41.787Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqtUncrJ6IPnBsAB) ...
2022-11-18T06:47:41.800Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:47:41.800Z||pool-91-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-11-18T06:47:42.686Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T06:47:42.687Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-18T06:47:42.689Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T06:47:42.689Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668754057970,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:47:42.789Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T06:47:42.790Z||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-11-18T06:47:42.790Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqtUncrJ6IPnBsAB) ...
2022-11-18T06:47:42.815Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:47:42.815Z||pool-92-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-11-18T06:47:43.689Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T06:47:43.691Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-18T06:47:43.693Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T06:47:43.693Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668754057970,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-11-18T06:47:43.793Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T06:47:43.794Z||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-11-18T06:47:43.795Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqtUncrJ6IPnBsAB) ...
2022-11-18T06:47:43.814Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:47:43.814Z||pool-93-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-11-18T06:47:44.694Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T06:47:44.695Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-18T06:47:44.698Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T06:47:44.698Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668754057970,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-11-18T06:47:44.798Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T06:47:44.799Z||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-11-18T06:47:44.799Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqtUncrJ6IPnBsAB) ...
2022-11-18T06:47:44.819Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:47:44.820Z||pool-94-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-11-18T06:47:45.698Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T06:47:45.699Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-18T06:47:45.702Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T06:47:45.702Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668754057970,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-11-18T06:47:45.802Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T06:47:45.803Z||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-11-18T06:47:45.803Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqtUncrJ6IPnBsAB) ...
2022-11-18T06:47:45.816Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:47:45.817Z||pool-95-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-18T06:47:46.702Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T06:47:46.703Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-18T06:47:46.706Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T06:47:46.706Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668754057970,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:47:46.806Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T06:47:46.807Z||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-11-18T06:47:46.807Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqtUncrJ6IPnBsAB) ...
2022-11-18T06:47:46.819Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:47:46.820Z||pool-96-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-11-18T06:47:47.706Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T06:47:47.707Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-18T06:47:47.710Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T06:47:47.710Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668754057970,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:47:47.811Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T06:47:47.812Z||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-11-18T06:47:47.812Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqtUncrJ6IPnBsAB) ...
2022-11-18T06:47:47.823Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:47:47.823Z||pool-97-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-18T06:47:48.711Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T06:47:48.712Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-18T06:47:48.714Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T06:47:48.714Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668754057970,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-18T06:47:48.814Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T06:47:48.816Z||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-11-18T06:47:48.816Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqtUncrJ6IPnBsAB) ...
2022-11-18T06:47:48.842Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:47:48.843Z||pool-98-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-11-18T06:47:49.716Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "2e35b813-e9be-4382-bf90-d9fcbec0cd59",
  "serviceDescription": "service",
  "serviceInvariantUUID": "e74a1b9b-7401-4e64-862b-7869a51c6194",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "887e6076-a14d-4c36-b8df-c85fb2b4d75f",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "dd482bb0-33d4-4df3-8822-770dc1e50a0b",
      "resourceInvariantUUID": "4c6ca71e-52a6-4229-ba06-548b2de3d4fa",
      "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": "NTc3ZjA3ZTA0OWJjNjI4MzQ3Y2YxOGUzM2E4OTZhODM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "64b0baad-cffa-4125-ae8d-f2356aea1699",
          "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": "26b9650d-f61c-4e9a-bb9b-80d9888499f6",
          "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": "5b866642-224a-4ec3-bf41-a9230b742136",
            "generatedFromUUID": "26b9650d-f61c-4e9a-bb9b-80d9888499f6"
          },
          "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": "ba723358-101b-46ef-9b98-a62bf97d910b",
          "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": "5b866642-224a-4ec3-bf41-a9230b742136",
          "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": "06d7efd5-1d47-4141-ada1-6a7539216bc8",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "ZGEyM2FmM2E0YWM5NjQzMDhhYzAwYTM0NDdkN2YxNjU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "a52de5f8-8d80-4358-b977-e87269dc6d65"
    }
  ],
  "workloadContext": "Production"
}
2022-11-18T06:47:49.718Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-18T06:47:49.718Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 2e35b813-e9be-4382-bf90-d9fcbec0cd59 ASDC
2022-11-18T06:47:49.720Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:2e35b813-e9be-4382-bf90-d9fcbec0cd59
ServiceInvariantUUID:e74a1b9b-7401-4e64-862b-7869a51c6194
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:a52de5f8-8d80-4358-b977-e87269dc6d65
ArtifactChecksum:ZGEyM2FmM2E0YWM5NjQzMDhhYzAwYTM0NDdkN2YxNjU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:887e6076-a14d-4c36-b8df-c85fb2b4d75f
ResourceInvariantUUID:4c6ca71e-52a6-4229-ba06-548b2de3d4fa
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:dd482bb0-33d4-4df3-8822-770dc1e50a0b
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:64b0baad-cffa-4125-ae8d-f2356aea1699
ArtifactChecksum:NTc3ZjA3ZTA0OWJjNjI4MzQ3Y2YxOGUzM2E4OTZhODM=
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:26b9650d-f61c-4e9a-bb9b-80d9888499f6
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:5b866642-224a-4ec3-bf41-a9230b742136
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:ba723358-101b-46ef-9b98-a62bf97d910b
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:5b866642-224a-4ec3-bf41-a9230b742136
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:06d7efd5-1d47-4141-ada1-6a7539216bc8
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-11-18T06:47:49.720Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2e35b813-e9be-4382-bf90-d9fcbec0cd59 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-11-18T06:47:49.770Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-18T06:47:49.772Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-11-18T06:47:49.772Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-11-18T06:47:49.772Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: a52de5f8-8d80-4358-b977-e87269dc6d65 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-11-18T06:47:49.772Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-11-18T06:47:49.773Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-11-18T06:47:49.888Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-11-18T06:47:49.897Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar a52de5f8-8d80-4358-b977-e87269dc6d65 162985
2022-11-18T06:47:49.898Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-11-18T06:47:49.898Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-11-18T06:47:49.898Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-18T06:47:49.899Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-18T06:47:49.901Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T06:47:49.901Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668754069898,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-18T06:47:50.002Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-18T06:47:50.003Z||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-11-18T06:47:50.003Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqtUncrJ6IPnBsAB) ...
2022-11-18T06:47:50.014Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:47:50.014Z||pool-99-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-18T06:47:50.903Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-18T06:47:50.906Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-11-18T06:47:50.907Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: a52de5f8-8d80-4358-b977-e87269dc6d65, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-11-18T06:47:50.908Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2022-11-18T06:47:50.910Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-11-18T06:47:50.910Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-11-18T06:47:51.114Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2821236001190359009/Definitions/service-BasicCnfMacro-template.yml
Log warning: The required parameter "compute_dummy_base_name" is not provided
2022-11-18T06:47:52.398Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-18T06:47:52.399Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-11-18T06:47:52.399Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-11-18T06:47:52.399Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-11-18T06:47:52.399Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-11-18T06:47:52.399Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-11-18T06:47:52.399Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||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-11-18T06:47:52.400Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||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-11-18T06:47:52.400Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-11-18T06:47:52.400Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T06:47:52.400Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T06:47:52.401Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-11-18T06:47:52.401Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-11-18T06:47:52.401Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-18T06:47:52.401Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T06:47:52.402Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T06:47:52.402Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-11-18T06:47:52.402Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-11-18T06:47:52.402Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-18T06:47:52.402Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T06:47:52.403Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T06:47:52.403Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T06:47:52.403Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-11-18T06:47:52.403Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2022-11-18T06:47:52.403Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||DEBUG|500||Node template dummy_base is not matching search criteria
2022-11-18T06:47:52.404Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-18T06:47:52.404Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T06:47:52.404Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-18T06:47:52.404Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T06:47:52.404Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-11-18T06:47:52.404Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-18T06:47:52.405Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T06:47:52.405Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-11-18T06:47:52.405Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-18T06:47:52.405Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T06:47:52.406Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-11-18T06:47:52.406Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-18T06:47:52.406Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T06:47:52.406Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-11-18T06:47:52.406Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-18T06:47:52.407Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T06:47:52.407Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-11-18T06:47:52.407Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2022-11-18T06:47:52.407Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=c2e3e4c6-2c60-4a15-a579-ec4f54bee378
2022-11-18T06:47:52.407Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T06:47:52.407Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T06:47:52.408Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T06:47:52.408Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T06:47:52.408Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T06:47:52.408Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T06:47:52.408Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T06:47:52.408Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T06:47:52.409Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:2e35b813-e9be-4382-bf90-d9fcbec0cd59
Model Version:NULL
Model InvariantUuid:e74a1b9b-7401-4e64-862b-7869a51c6194
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:09ef1f2e-348f-437c-a1e0-779965bb4a13
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:4c6ca71e-52a6-4229-ba06-548b2de3d4fa
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:887e6076-a14d-4c36-b8df-c85fb2b4d75f
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:29f3fdab-b3e2-4fd8-9b9c-5e368f6b3068
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:a8a909c4-77a2-442e-932e-d9c2ff002208
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:b7dbf57b-c6e6-4113-9b19-e27979e1127a
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:5e078f43-a71f-44d6-83b3-ea195cd6f026
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:c2e3e4c6-2c60-4a15-a579-ec4f54bee378
ModelInvariantUuid:f21fef53-3d94-4ddb-8641-69f3614477c6
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:ae8960e3-cbbc-4851-8e2e-c9bfe41747fb
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:934eb53d-e9c3-48ff-8887-aff665e38bea
ModelInvariantUuid:05829ef8-e2bc-4817-9c2d-fa521e55f796
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:ae12514a-454d-4f75-b489-6fe432ebb4e6
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-11-18T06:47:52.417Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: dd482bb0-33d4-4df3-8822-770dc1e50a0b
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-11-18T06:47:52.422Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||INFO|500||basic_cnf_macro 0
2022-11-18T06:47:52.422Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: dd482bb0-33d4-4df3-8822-770dc1e50a0b
2022-11-18T06:47:52.423Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 64b0baad-cffa-4125-ae8d-f2356aea1699 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-11-18T06:47:52.423Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-11-18T06:47:52.423Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||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-11-18T06:47:52.472Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-11-18T06:47:52.473Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 64b0baad-cffa-4125-ae8d-f2356aea1699 1565
2022-11-18T06:47:52.473Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||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-11-18T06:47:52.473Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||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-11-18T06:47:52.473Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-18T06:47:52.474Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-18T06:47:52.476Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T06:47:52.476Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668754072473,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-18T06:47:52.576Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T06:47:52.577Z||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-11-18T06:47:52.577Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqtUncrJ6IPnBsAB) ...
2022-11-18T06:47:52.593Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:47:52.593Z||pool-100-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-11-18T06:47:53.477Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "b7dbf57b-c6e6-4113-9b19-e27979e1127a",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "5e078f43-a71f-44d6-83b3-ea195cd6f026",
    "vfModuleModelCustomizationUUID": "9c2294d7-ff7a-4b87-994c-d24e9c82f6db",
    "isBase": true,
    "artifacts": [
      "26b9650d-f61c-4e9a-bb9b-80d9888499f6",
      "5b866642-224a-4ec3-bf41-a9230b742136"
    ],
    "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": "29f3fdab-b3e2-4fd8-9b9c-5e368f6b3068",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "a8a909c4-77a2-442e-932e-d9c2ff002208",
    "vfModuleModelCustomizationUUID": "e0469e21-7185-4d2c-924e-e092810bb019",
    "isBase": false,
    "artifacts": [
      "06d7efd5-1d47-4141-ada1-6a7539216bc8"
    ],
    "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-11-18T06:47:53.483Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5e078f43-a71f-44d6-83b3-ea195cd6f026
VfModuleModelInvariantUUID:b7dbf57b-c6e6-4113-9b19-e27979e1127a
VfModuleModelDescription:NULL
Artifacts UUID List:{
26b9650d-f61c-4e9a-bb9b-80d9888499f6
,
5b866642-224a-4ec3-bf41-a9230b742136

}
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:a8a909c4-77a2-442e-932e-d9c2ff002208
VfModuleModelInvariantUUID:29f3fdab-b3e2-4fd8-9b9c-5e368f6b3068
VfModuleModelDescription:NULL
Artifacts UUID List:{
06d7efd5-1d47-4141-ada1-6a7539216bc8

}
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-11-18T06:47:53.485Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "b7dbf57b-c6e6-4113-9b19-e27979e1127a",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "5e078f43-a71f-44d6-83b3-ea195cd6f026",
    "vfModuleModelCustomizationUUID": "9c2294d7-ff7a-4b87-994c-d24e9c82f6db",
    "isBase": true,
    "artifacts": [
      "26b9650d-f61c-4e9a-bb9b-80d9888499f6",
      "5b866642-224a-4ec3-bf41-a9230b742136"
    ],
    "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": "29f3fdab-b3e2-4fd8-9b9c-5e368f6b3068",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "a8a909c4-77a2-442e-932e-d9c2ff002208",
    "vfModuleModelCustomizationUUID": "e0469e21-7185-4d2c-924e-e092810bb019",
    "isBase": false,
    "artifacts": [
      "06d7efd5-1d47-4141-ada1-6a7539216bc8"
    ],
    "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-11-18T06:47:53.485Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5e078f43-a71f-44d6-83b3-ea195cd6f026
VfModuleModelInvariantUUID:b7dbf57b-c6e6-4113-9b19-e27979e1127a
VfModuleModelDescription:NULL
Artifacts UUID List:{
26b9650d-f61c-4e9a-bb9b-80d9888499f6
,
5b866642-224a-4ec3-bf41-a9230b742136

}
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:a8a909c4-77a2-442e-932e-d9c2ff002208
VfModuleModelInvariantUUID:29f3fdab-b3e2-4fd8-9b9c-5e368f6b3068
VfModuleModelDescription:NULL
Artifacts UUID List:{
06d7efd5-1d47-4141-ada1-6a7539216bc8

}
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-11-18T06:47:53.486Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 26b9650d-f61c-4e9a-bb9b-80d9888499f6 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-11-18T06:47:53.486Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-11-18T06:47:53.486Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||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-11-18T06:47:53.542Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-11-18T06:47:53.543Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 26b9650d-f61c-4e9a-bb9b-80d9888499f6 914
2022-11-18T06:47:53.543Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||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-11-18T06:47:53.543Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||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-11-18T06:47:53.543Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-18T06:47:53.544Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-18T06:47:53.545Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T06:47:53.546Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668754073543,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-18T06:47:53.646Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T06:47:53.646Z||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-11-18T06:47:53.647Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqtUncrJ6IPnBsAB) ...
2022-11-18T06:47:53.663Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:47:53.663Z||pool-101-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-11-18T06:47:54.546Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: ba723358-101b-46ef-9b98-a62bf97d910b from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-11-18T06:47:54.547Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-11-18T06:47:54.547Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||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-11-18T06:47:54.595Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-11-18T06:47:54.595Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ba723358-101b-46ef-9b98-a62bf97d910b 12
2022-11-18T06:47:54.596Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||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-11-18T06:47:54.596Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||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-11-18T06:47:54.596Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-18T06:47:54.596Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-18T06:47:54.598Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T06:47:54.599Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668754074596,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-11-18T06:47:54.699Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-18T06:47:54.699Z||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-11-18T06:47:54.700Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqtUncrJ6IPnBsAB) ...
2022-11-18T06:47:54.712Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:47:54.712Z||pool-102-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-18T06:47:55.599Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 5b866642-224a-4ec3-bf41-a9230b742136 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-11-18T06:47:55.600Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-11-18T06:47:55.600Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||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-11-18T06:47:55.661Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-11-18T06:47:55.662Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 5b866642-224a-4ec3-bf41-a9230b742136 96
2022-11-18T06:47:55.662Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||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-11-18T06:47:55.662Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||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-11-18T06:47:55.662Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-18T06:47:55.662Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-18T06:47:55.665Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T06:47:55.665Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668754075662,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-11-18T06:47:55.765Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T06:47:55.766Z||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-11-18T06:47:55.766Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqtUncrJ6IPnBsAB) ...
2022-11-18T06:47:55.781Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:47:55.782Z||pool-103-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-18T06:47:56.666Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 06d7efd5-1d47-4141-ada1-6a7539216bc8 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-11-18T06:47:56.666Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-11-18T06:47:56.666Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||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-11-18T06:47:56.738Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-11-18T06:47:56.739Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 06d7efd5-1d47-4141-ada1-6a7539216bc8 20206
2022-11-18T06:47:56.739Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||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-11-18T06:47:56.739Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||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-11-18T06:47:56.739Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-18T06:47:56.739Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-18T06:47:56.741Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T06:47:56.741Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668754076739,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-11-18T06:47:56.841Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T06:47:56.842Z||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-11-18T06:47:56.843Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqtUncrJ6IPnBsAB) ...
2022-11-18T06:47:56.857Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:47:56.857Z||pool-104-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-18T06:47:57.745Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 2e35b813-e9be-4382-bf90-d9fcbec0cd59
2022-11-18T06:47:57.745Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 dd482bb0-33d4-4df3-8822-770dc1e50a0b 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-11-18T06:47:57.755Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@11ec7ce0, org.onap.sdc.toscaparser.api.parameters.Input@4721f67, org.onap.sdc.toscaparser.api.parameters.Input@194d572c, org.onap.sdc.toscaparser.api.parameters.Input@22e0d860, org.onap.sdc.toscaparser.api.parameters.Input@5099bba0]
2022-11-18T06:47:57.756Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T06:47:57.757Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T06:47:57.757Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 
2022-11-18T06:47:57.757Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 887e6076-a14d-4c36-b8df-c85fb2b4d75f
2022-11-18T06:47:57.757Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 887e6076-a14d-4c36-b8df-c85fb2b4d75f matches Tosca VF Customization UUID: 887e6076-a14d-4c36-b8df-c85fb2b4d75f
2022-11-18T06:47:57.757Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 887e6076-a14d-4c36-b8df-c85fb2b4d75f  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-11-18T06:47:57.760Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T06:47:57.760Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T06:47:57.761Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 887e6076-a14d-4c36-b8df-c85fb2b4d75f: {\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"sdnc_model_name\":\"APACHE\"}
2022-11-18T06:47:57.761Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@13842930
2022-11-18T06:47:57.761Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T06:47:57.761Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-18T06:47:57.761Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : e0469e21-7185-4d2c-924e-e092810bb019
2022-11-18T06:47:57.762Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID e0469e21-7185-4d2c-924e-e092810bb019
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-11-18T06:47:57.764Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T06:47:57.764Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-11-18T06:47:57.765Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-18T06:47:57.765Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T06:47:57.765Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-11-18T06:47:57.765Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-18T06:47:57.765Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T06:47:57.766Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-11-18T06:47:57.766Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=887e6076-a14d-4c36-b8df-c85fb2b4d75f
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-11-18T06:47:57.767Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T06:47:57.767Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T06:47:57.768Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 2e35b813-e9be-4382-bf90-d9fcbec0cd59: basic_cnf_macro
2022-11-18T06:47:57.768Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T06:47:57.768Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T06:47:57.768Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T06:47:57.768Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T06:47:57.768Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T06:47:57.768Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T06:47:57.769Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T06:47:57.769Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T06:47:57.769Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T06:47:57.769Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T06:47:57.769Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||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-11-18T06:47:57.811Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro dd482bb0-33d4-4df3-8822-770dc1e50a0b 2 ASDC deployResourceStructure
2022-11-18T06:47:57.812Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||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-11-18T06:47:57.812Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||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-11-18T06:47:57.812Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-18T06:47:57.813Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-18T06:47:57.815Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T06:47:57.815Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668754077812,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-18T06:47:57.915Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T06:47:57.916Z||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-11-18T06:47:57.917Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqtUncrJ6IPnBsAB) ...
2022-11-18T06:47:57.933Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:47:57.934Z||pool-105-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-11-18T06:47:58.816Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||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-11-18T06:47:58.817Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||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-11-18T06:47:58.817Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-18T06:47:58.818Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-18T06:47:58.820Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T06:47:58.820Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668754078816,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-11-18T06:47:58.920Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T06:47:58.921Z||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-11-18T06:47:58.921Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqtUncrJ6IPnBsAB) ...
2022-11-18T06:47:58.944Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:47:58.945Z||pool-106-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-11-18T06:47:59.822Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||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-11-18T06:47:59.822Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||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-11-18T06:47:59.822Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-11-18T06:47:59.823Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-18T06:47:59.825Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T06:47:59.825Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668754079822,
  "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-11-18T06:47:59.925Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T06:47:59.926Z||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-11-18T06:47:59.926Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqtUncrJ6IPnBsAB) ...
2022-11-18T06:47:59.939Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:47:59.939Z||pool-107-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-11-18T06:48:00.827Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||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-11-18T06:48:00.827Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||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-11-18T06:48:00.827Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-18T06:48:00.828Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-18T06:48:00.829Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T06:48:00.830Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668754080827,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-11-18T06:48:00.930Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T06:48:00.931Z||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-11-18T06:48:00.931Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqtUncrJ6IPnBsAB) ...
2022-11-18T06:48:00.943Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:48:00.943Z||pool-108-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-18T06:48:01.831Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||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-11-18T06:48:01.832Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||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-11-18T06:48:01.832Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-11-18T06:48:01.832Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-18T06:48:01.835Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T06:48:01.835Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668754081831,
  "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-11-18T06:48:01.935Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T06:48:01.937Z||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-11-18T06:48:01.937Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqtUncrJ6IPnBsAB) ...
2022-11-18T06:48:01.986Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:48:01.987Z||pool-109-thread-1|||||INFO|500||cambria reply ok (51 ms):{"serverTimeMs":0,"count":1}
2022-11-18T06:48:02.836Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-11-18T06:48:02.837Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-11-18T06:48:02.837Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-18T06:48:02.837Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-18T06:48:02.839Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T06:48:02.839Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668754082836,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-18T06:48:02.940Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T06:48:02.941Z||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-11-18T06:48:02.941Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqtUncrJ6IPnBsAB) ...
2022-11-18T06:48:02.953Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:48:02.954Z||pool-110-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-18T06:48:03.841Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-11-18T06:48:03.862Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf
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-11-18T06:48:03.864Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-18T06:48:03.864Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-18T06:48:03.865Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-18T06:48:33.865Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-11-18T06:48:33.875Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf
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-11-18T06:48:33.877Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-18T06:48:33.877Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-18T06:48:33.878Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-18T06:48:37.978Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T06:48:37.979Z|9f791d2b-82b0-4e2b-9247-553be995eee1|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-11-18T06:48:37.979Z|9f791d2b-82b0-4e2b-9247-553be995eee1|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 SqtUncrJ6IPnBsAB) ...
2022-11-18T06:48:38.035Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:48:38.035Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T06:48:38.036Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf",
  "consumerID": "aai-ml",
  "timestamp": 1668754047713,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:48:38.036Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:49:03.878Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-11-18T06:49:03.910Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf
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-11-18T06:49:03.913Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-18T06:49:03.913Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-18T06:49:03.913Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-18T06:49:33.914Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-11-18T06:49:33.928Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf
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-11-18T06:49:33.930Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-18T06:49:33.930Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-18T06:49:33.930Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-18T06:49:37.978Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T06:49:37.978Z|9f791d2b-82b0-4e2b-9247-553be995eee1|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-11-18T06:49:37.979Z|9f791d2b-82b0-4e2b-9247-553be995eee1|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 SqtUncrJ6IPnBsAB) ...
2022-11-18T06:49:38.002Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:49:38.034Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T06:49:38.034Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf",
  "consumerID": "cds",
  "timestamp": 1668754056206,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:49:38.034Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:49:38.035Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T06:49:38.035Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668754057970,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-11-18T06:49:38.035Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:49:38.035Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T06:49:38.036Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668754052943,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-11-18T06:49:38.036Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:49:38.036Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T06:49:38.036Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf",
  "consumerID": "aai-ml",
  "timestamp": 1668754047713,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:49:38.036Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:49:38.037Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T06:49:38.037Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668754057970,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-11-18T06:49:38.037Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:49:38.037Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T06:49:38.037Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668754052943,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-11-18T06:49:38.037Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:49:38.038Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T06:49:38.038Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf",
  "consumerID": "cds",
  "timestamp": 1668754056206,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:49:38.038Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:49:38.038Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T06:49:38.038Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf",
  "consumerID": "aai-ml",
  "timestamp": 1668754047713,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:49:38.039Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:49:38.039Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T06:49:38.039Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668754052943,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:49:38.039Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:49:38.039Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T06:49:38.040Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf",
  "consumerID": "cds",
  "timestamp": 1668754056206,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:49:38.040Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:49:38.040Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T06:49:38.040Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668754057970,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:49:38.040Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:49:38.040Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T06:49:38.041Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf",
  "consumerID": "aai-ml",
  "timestamp": 1668754047713,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:49:38.041Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:49:38.041Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T06:49:38.041Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668754052943,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-11-18T06:49:38.041Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:49:38.041Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T06:49:38.042Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668754057970,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-11-18T06:49:38.042Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:49:38.042Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T06:49:38.042Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf",
  "consumerID": "cds",
  "timestamp": 1668754056206,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:49:38.042Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:49:38.042Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T06:49:38.043Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf",
  "consumerID": "aai-ml",
  "timestamp": 1668754047713,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:49:38.043Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:49:38.043Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T06:49:38.043Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668754057970,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-11-18T06:49:38.043Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:49:38.044Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T06:49:38.044Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668754052943,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-11-18T06:49:38.044Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:49:38.044Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T06:49:38.044Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf",
  "consumerID": "cds",
  "timestamp": 1668754056206,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:49:38.044Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:49:38.045Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T06:49:38.045Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf",
  "consumerID": "aai-ml",
  "timestamp": 1668754047713,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:49:38.045Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:49:38.045Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T06:49:38.045Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668754057970,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-11-18T06:49:38.046Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:49:38.046Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T06:49:38.046Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668754052943,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-11-18T06:49:38.046Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:49:38.046Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T06:49:38.046Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf",
  "consumerID": "cds",
  "timestamp": 1668754056206,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:49:38.047Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:49:38.047Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T06:49:38.047Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf",
  "consumerID": "aai-ml",
  "timestamp": 1668754047713,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:49:38.047Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:49:38.047Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T06:49:38.048Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668754065201,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:49:38.048Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:49:38.048Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T06:49:38.048Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668754065005,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:49:38.048Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:49:38.049Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T06:49:38.049Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668754057970,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:49:38.049Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:49:38.049Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T06:49:38.049Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668754052943,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:49:38.049Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:49:38.050Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T06:49:38.050Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf",
  "consumerID": "aai-ml",
  "timestamp": 1668754047713,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:49:38.050Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:49:38.050Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T06:49:38.050Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf",
  "consumerID": "cds",
  "timestamp": 1668754056206,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:49:38.050Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:49:38.051Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T06:49:38.051Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668754065201,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:49:38.051Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:49:38.051Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T06:49:38.051Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668754065005,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:49:38.052Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:49:38.052Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T06:49:38.052Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668754057970,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:49:38.052Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:49:38.052Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T06:49:38.052Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668754052943,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:49:38.053Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:49:38.053Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T06:49:38.053Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf",
  "consumerID": "aai-ml",
  "timestamp": 1668754047713,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:49:38.053Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:49:38.054Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T06:49:38.054Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf",
  "consumerID": "cds",
  "timestamp": 1668754056206,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:49:38.054Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:49:38.054Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T06:49:38.054Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668754065201,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:49:38.054Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:49:38.055Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T06:49:38.055Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668754065005,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:49:38.055Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:49:38.055Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T06:49:38.055Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668754052943,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-18T06:49:38.056Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:49:38.056Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T06:49:38.056Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668754057970,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-18T06:49:38.056Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:49:38.056Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T06:49:38.056Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf",
  "consumerID": "cds",
  "timestamp": 1668754056206,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-18T06:49:38.056Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:49:38.057Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T06:49:38.057Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf",
  "consumerID": "aai-ml",
  "timestamp": 1668754047713,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-18T06:49:38.057Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:49:38.057Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T06:49:38.057Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668754065201,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:49:38.057Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:49:38.058Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T06:49:38.058Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668754065005,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:49:38.058Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:49:38.058Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T06:49:38.058Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668754068215,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-18T06:49:38.058Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T06:49:38.058Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T06:49:38.059Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668754065201,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:49:38.059Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:49:38.059Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T06:49:38.059Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf",
  "consumerID": "cds",
  "timestamp": 1668754068926,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-18T06:49:38.059Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T06:49:38.059Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T06:49:38.060Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf",
  "consumerID": "aai-ml",
  "timestamp": 1668754067573,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-18T06:49:38.060Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T06:49:38.060Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T06:49:38.060Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668754069898,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-18T06:49:38.060Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T06:49:38.060Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T06:49:38.060Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668754065005,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:49:38.061Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:49:38.061Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T06:49:38.061Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668754065201,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:49:38.061Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:49:38.061Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T06:49:38.061Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668754069289,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-18T06:49:38.062Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T06:49:38.062Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T06:49:38.062Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668754065005,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:49:38.062Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:49:38.062Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T06:49:38.062Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668754065201,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:49:38.062Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:49:38.063Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T06:49:38.063Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668754070342,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-11-18T06:49:38.063Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T06:49:38.063Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T06:49:38.063Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf",
  "consumerID": "cds",
  "timestamp": 1668754071337,
  "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-11-18T06:49:38.071Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf
2022-11-18T06:49:38.071Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf 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-11-18T06:49:38.087Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T06:49:38.087Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668754072473,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-18T06:49:38.087Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T06:49:38.087Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T06:49:38.088Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668754065005,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:49:38.088Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:49:38.088Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T06:49:38.088Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668754065201,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:49:38.088Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:49:38.088Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T06:49:38.089Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668754071406,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-11-18T06:49:38.089Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T06:49:38.089Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T06:49:38.089Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668754073543,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-18T06:49:38.089Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T06:49:38.089Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T06:49:38.090Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668754065005,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:49:38.090Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:49:38.090Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T06:49:38.090Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668754065201,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:49:38.090Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:49:38.090Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T06:49:38.091Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42740b95-1a49-4551-93b4-3cffd6c05aa4",
  "consumerID": "cds",
  "timestamp": 1668754072341,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:49:38.091Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:49:38.091Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T06:49:38.091Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668754072475,
  "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-11-18T06:49:38.096Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf
2022-11-18T06:49:38.096Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf 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-11-18T06:49:38.104Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T06:49:38.104Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668754074596,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-11-18T06:49:38.104Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T06:49:38.104Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T06:49:38.105Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668754065005,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:49:38.105Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:49:38.105Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T06:49:38.105Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668754065201,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-18T06:49:38.105Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:49:38.105Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T06:49:38.106Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42740b95-1a49-4551-93b4-3cffd6c05aa4",
  "consumerID": "cds",
  "timestamp": 1668754072341,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:49:38.106Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:49:38.106Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T06:49:38.106Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668754073480,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-18T06:49:38.106Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T06:49:38.106Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T06:49:38.107Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668754065005,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:49:38.107Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:49:38.107Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T06:49:38.107Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668754075662,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-11-18T06:49:38.108Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T06:49:38.108Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T06:49:38.108Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42740b95-1a49-4551-93b4-3cffd6c05aa4",
  "consumerID": "cds",
  "timestamp": 1668754072341,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:49:38.108Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:49:38.109Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T06:49:38.109Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668754076001,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-18T06:49:38.109Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T06:49:38.109Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T06:49:38.109Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668754076739,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-11-18T06:49:38.109Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T06:49:38.109Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T06:49:38.109Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42740b95-1a49-4551-93b4-3cffd6c05aa4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668754074490,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:49:38.109Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:49:38.110Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T06:49:38.110Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42740b95-1a49-4551-93b4-3cffd6c05aa4",
  "consumerID": "cds",
  "timestamp": 1668754072341,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:49:38.110Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:49:38.110Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T06:49:38.110Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42740b95-1a49-4551-93b4-3cffd6c05aa4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668754074490,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-11-18T06:49:38.110Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:49:38.110Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T06:49:38.110Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668754077812,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-18T06:49:38.110Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T06:49:38.110Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T06:49:38.110Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42740b95-1a49-4551-93b4-3cffd6c05aa4",
  "consumerID": "cds",
  "timestamp": 1668754072341,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:49:38.110Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:49:38.111Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T06:49:38.111Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf",
  "consumerID": "aai-ml",
  "timestamp": 1668754075672,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-18T06:49:38.111Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T06:49:38.111Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T06:49:38.111Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668754078515,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-18T06:49:38.111Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T06:49:38.111Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T06:49:38.112Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42740b95-1a49-4551-93b4-3cffd6c05aa4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668754074490,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-11-18T06:49:38.112Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:49:38.112Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T06:49:38.112Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668754078816,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-11-18T06:49:38.112Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T06:49:38.112Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T06:49:38.112Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42740b95-1a49-4551-93b4-3cffd6c05aa4",
  "consumerID": "cds",
  "timestamp": 1668754072341,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:49:38.112Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:49:38.113Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T06:49:38.113Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf",
  "consumerID": "aai-ml",
  "timestamp": 1668754076675,
  "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-11-18T06:49:38.120Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf
2022-11-18T06:49:38.120Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf 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-11-18T06:49:38.128Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T06:49:38.128Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668754079521,
  "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-11-18T06:49:38.133Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf
2022-11-18T06:49:38.133Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf 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-11-18T06:49:38.141Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T06:49:38.141Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42740b95-1a49-4551-93b4-3cffd6c05aa4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668754074490,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:49:38.141Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:49:38.141Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T06:49:38.142Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668754079822,
  "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-11-18T06:49:38.142Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T06:49:38.142Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T06:49:38.142Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42740b95-1a49-4551-93b4-3cffd6c05aa4",
  "consumerID": "cds",
  "timestamp": 1668754072341,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:49:38.142Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:49:38.142Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T06:49:38.143Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42740b95-1a49-4551-93b4-3cffd6c05aa4",
  "consumerID": "aai-ml",
  "timestamp": 1668754077713,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:49:38.143Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:49:38.143Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T06:49:38.143Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42740b95-1a49-4551-93b4-3cffd6c05aa4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668754074490,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-11-18T06:49:38.143Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:49:38.143Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T06:49:38.143Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668754080827,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-11-18T06:49:38.144Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T06:49:38.144Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T06:49:38.144Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42740b95-1a49-4551-93b4-3cffd6c05aa4",
  "consumerID": "cds",
  "timestamp": 1668754072341,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-18T06:49:38.145Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:49:38.145Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T06:49:38.145Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42740b95-1a49-4551-93b4-3cffd6c05aa4",
  "consumerID": "aai-ml",
  "timestamp": 1668754077713,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:49:38.145Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:49:38.145Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T06:49:38.146Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42740b95-1a49-4551-93b4-3cffd6c05aa4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668754074490,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:49:38.146Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:49:38.146Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T06:49:38.146Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668754081831,
  "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-11-18T06:49:38.147Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T06:49:38.147Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T06:49:38.147Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42740b95-1a49-4551-93b4-3cffd6c05aa4",
  "consumerID": "cds",
  "timestamp": 1668754081141,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-18T06:49:38.147Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T06:49:38.147Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T06:49:38.147Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42740b95-1a49-4551-93b4-3cffd6c05aa4",
  "consumerID": "aai-ml",
  "timestamp": 1668754077713,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:49:38.148Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:49:38.148Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T06:49:38.148Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42740b95-1a49-4551-93b4-3cffd6c05aa4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668754074490,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:49:38.148Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:49:38.148Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T06:49:38.148Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668754082836,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-18T06:49:38.149Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T06:49:38.149Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T06:49:38.149Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42740b95-1a49-4551-93b4-3cffd6c05aa4",
  "consumerID": "cds",
  "timestamp": 1668754082359,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-18T06:49:38.161Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 42740b95-1a49-4551-93b4-3cffd6c05aa4
2022-11-18T06:49:38.162Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 42740b95-1a49-4551-93b4-3cffd6c05aa4 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-11-18T06:49:38.169Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T06:49:38.169Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42740b95-1a49-4551-93b4-3cffd6c05aa4",
  "consumerID": "aai-ml",
  "timestamp": 1668754077713,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:49:38.169Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:49:38.170Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T06:49:38.170Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42740b95-1a49-4551-93b4-3cffd6c05aa4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668754074490,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-18T06:49:38.170Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:49:38.170Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T06:49:38.170Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42740b95-1a49-4551-93b4-3cffd6c05aa4",
  "consumerID": "aai-ml",
  "timestamp": 1668754077713,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:49:38.170Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:49:38.171Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T06:49:38.171Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42740b95-1a49-4551-93b4-3cffd6c05aa4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668754083229,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-18T06:49:38.171Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T06:49:38.171Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T06:49:38.171Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42740b95-1a49-4551-93b4-3cffd6c05aa4",
  "consumerID": "aai-ml",
  "timestamp": 1668754077713,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:49:38.171Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:49:38.172Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T06:49:38.172Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42740b95-1a49-4551-93b4-3cffd6c05aa4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668754084303,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-18T06:49:38.172Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T06:49:38.172Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T06:49:38.172Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42740b95-1a49-4551-93b4-3cffd6c05aa4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668754085005,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:49:38.172Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:49:38.172Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T06:49:38.173Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42740b95-1a49-4551-93b4-3cffd6c05aa4",
  "consumerID": "aai-ml",
  "timestamp": 1668754077713,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:49:38.173Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:49:38.173Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T06:49:38.173Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42740b95-1a49-4551-93b4-3cffd6c05aa4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668754085374,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-11-18T06:49:38.173Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T06:49:38.173Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T06:49:38.174Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42740b95-1a49-4551-93b4-3cffd6c05aa4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668754085005,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:49:38.174Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:49:38.174Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T06:49:38.174Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42740b95-1a49-4551-93b4-3cffd6c05aa4",
  "consumerID": "aai-ml",
  "timestamp": 1668754077713,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-18T06:49:38.174Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:49:38.174Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T06:49:38.175Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42740b95-1a49-4551-93b4-3cffd6c05aa4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668754086399,
  "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-11-18T06:49:38.180Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 42740b95-1a49-4551-93b4-3cffd6c05aa4
2022-11-18T06:49:38.180Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 42740b95-1a49-4551-93b4-3cffd6c05aa4 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-11-18T06:49:38.189Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T06:49:38.189Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42740b95-1a49-4551-93b4-3cffd6c05aa4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668754085005,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:49:38.190Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:49:38.190Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T06:49:38.190Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42740b95-1a49-4551-93b4-3cffd6c05aa4",
  "consumerID": "aai-ml",
  "timestamp": 1668754086444,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-18T06:49:38.190Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T06:49:38.190Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T06:49:38.191Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42740b95-1a49-4551-93b4-3cffd6c05aa4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668754087402,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-18T06:49:38.191Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T06:49:38.191Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T06:49:38.191Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42740b95-1a49-4551-93b4-3cffd6c05aa4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668754085005,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:49:38.191Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:49:38.191Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T06:49:38.192Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42740b95-1a49-4551-93b4-3cffd6c05aa4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668754085005,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:49:38.192Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:49:38.192Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T06:49:38.192Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42740b95-1a49-4551-93b4-3cffd6c05aa4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668754085005,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:49:38.192Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:49:38.192Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T06:49:38.192Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42740b95-1a49-4551-93b4-3cffd6c05aa4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668754085005,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:49:38.193Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:49:38.193Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T06:49:38.193Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42740b95-1a49-4551-93b4-3cffd6c05aa4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668754085005,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:49:38.193Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:49:38.193Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T06:49:38.193Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42740b95-1a49-4551-93b4-3cffd6c05aa4",
  "consumerID": "aai-ml",
  "timestamp": 1668754092993,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-18T06:49:38.194Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T06:49:38.194Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T06:49:38.194Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac9989c7-d1e5-426b-a14d-da2a2646dd97",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668754092943,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:49:38.194Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:49:38.194Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T06:49:38.194Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac9989c7-d1e5-426b-a14d-da2a2646dd97",
  "consumerID": "cds",
  "timestamp": 1668754086206,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:49:38.194Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:49:38.195Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T06:49:38.195Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42740b95-1a49-4551-93b4-3cffd6c05aa4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668754095201,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:49:38.195Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:49:38.195Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T06:49:38.195Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42740b95-1a49-4551-93b4-3cffd6c05aa4",
  "consumerID": "aai-ml",
  "timestamp": 1668754093996,
  "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-11-18T06:49:38.201Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 42740b95-1a49-4551-93b4-3cffd6c05aa4
2022-11-18T06:49:38.201Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 42740b95-1a49-4551-93b4-3cffd6c05aa4 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-11-18T06:49:38.213Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T06:49:38.213Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac9989c7-d1e5-426b-a14d-da2a2646dd97",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668754092943,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:49:38.213Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:49:38.213Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T06:49:38.213Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac9989c7-d1e5-426b-a14d-da2a2646dd97",
  "consumerID": "cds",
  "timestamp": 1668754086206,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:49:38.213Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:49:38.214Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T06:49:38.214Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42740b95-1a49-4551-93b4-3cffd6c05aa4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668754095201,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:49:38.214Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:49:38.214Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T06:49:38.214Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac9989c7-d1e5-426b-a14d-da2a2646dd97",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668754092943,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:49:38.214Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:49:38.214Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T06:49:38.215Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac9989c7-d1e5-426b-a14d-da2a2646dd97",
  "consumerID": "cds",
  "timestamp": 1668754086206,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:49:38.215Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:49:38.215Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T06:49:38.215Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42740b95-1a49-4551-93b4-3cffd6c05aa4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668754095201,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:49:38.215Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:49:38.215Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T06:49:38.216Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac9989c7-d1e5-426b-a14d-da2a2646dd97",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668754092943,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:49:38.216Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:49:38.216Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T06:49:38.216Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac9989c7-d1e5-426b-a14d-da2a2646dd97",
  "consumerID": "cds",
  "timestamp": 1668754086206,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:49:38.216Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:49:38.216Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T06:49:38.216Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42740b95-1a49-4551-93b4-3cffd6c05aa4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668754095201,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:49:38.217Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:49:38.217Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T06:49:38.217Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac9989c7-d1e5-426b-a14d-da2a2646dd97",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668754092943,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:49:38.217Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:49:38.217Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T06:49:38.218Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac9989c7-d1e5-426b-a14d-da2a2646dd97",
  "consumerID": "cds",
  "timestamp": 1668754086206,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:49:38.218Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:49:38.218Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T06:49:38.218Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42740b95-1a49-4551-93b4-3cffd6c05aa4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668754095201,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:49:38.218Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:49:38.218Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T06:49:38.218Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac9989c7-d1e5-426b-a14d-da2a2646dd97",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668754092943,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:49:38.219Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:49:38.219Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T06:49:38.219Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac9989c7-d1e5-426b-a14d-da2a2646dd97",
  "consumerID": "cds",
  "timestamp": 1668754086206,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:49:38.219Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:49:38.219Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T06:49:38.219Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42740b95-1a49-4551-93b4-3cffd6c05aa4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668754095201,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:49:38.220Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:49:38.220Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T06:49:38.220Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac9989c7-d1e5-426b-a14d-da2a2646dd97",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668754092943,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:49:38.220Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:49:38.220Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T06:49:38.220Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac9989c7-d1e5-426b-a14d-da2a2646dd97",
  "consumerID": "cds",
  "timestamp": 1668754086206,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:49:38.221Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:49:38.221Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T06:49:38.221Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42740b95-1a49-4551-93b4-3cffd6c05aa4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668754095201,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:49:38.221Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:49:38.221Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T06:49:38.221Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac9989c7-d1e5-426b-a14d-da2a2646dd97",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668754092943,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:49:38.221Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:49:38.222Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T06:49:38.222Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac9989c7-d1e5-426b-a14d-da2a2646dd97",
  "consumerID": "cds",
  "timestamp": 1668754086206,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:49:38.222Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:49:38.222Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T06:49:38.222Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42740b95-1a49-4551-93b4-3cffd6c05aa4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668754095201,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-18T06:49:38.222Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:49:38.222Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T06:49:38.223Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac9989c7-d1e5-426b-a14d-da2a2646dd97",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668754092943,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-18T06:49:38.223Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:49:38.223Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T06:49:38.223Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac9989c7-d1e5-426b-a14d-da2a2646dd97",
  "consumerID": "cds",
  "timestamp": 1668754086206,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-18T06:49:38.223Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:49:38.223Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T06:49:38.224Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42740b95-1a49-4551-93b4-3cffd6c05aa4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668754103955,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-18T06:49:38.224Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T06:49:38.224Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T06:49:38.224Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac9989c7-d1e5-426b-a14d-da2a2646dd97",
  "consumerID": "cds",
  "timestamp": 1668754103798,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-18T06:49:38.224Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T06:49:38.224Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T06:49:38.225Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac9989c7-d1e5-426b-a14d-da2a2646dd97",
  "consumerID": "cds",
  "timestamp": 1668754105046,
  "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-11-18T06:49:38.237Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ac9989c7-d1e5-426b-a14d-da2a2646dd97
2022-11-18T06:49:38.237Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId ac9989c7-d1e5-426b-a14d-da2a2646dd97 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-11-18T06:49:38.244Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T06:49:38.245Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42740b95-1a49-4551-93b4-3cffd6c05aa4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668754106258,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-18T06:49:38.245Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T06:49:38.245Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T06:49:38.245Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac9989c7-d1e5-426b-a14d-da2a2646dd97",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668754105005,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:49:38.245Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:49:38.246Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T06:49:38.246Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42740b95-1a49-4551-93b4-3cffd6c05aa4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668754107262,
  "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-11-18T06:49:38.251Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 42740b95-1a49-4551-93b4-3cffd6c05aa4
2022-11-18T06:49:38.252Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 42740b95-1a49-4551-93b4-3cffd6c05aa4 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-11-18T06:49:38.268Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T06:49:38.268Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac9989c7-d1e5-426b-a14d-da2a2646dd97",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668754105005,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:49:38.269Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:49:38.269Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T06:49:38.269Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac9989c7-d1e5-426b-a14d-da2a2646dd97",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668754095201,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:49:38.270Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:49:38.270Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T06:49:38.270Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac9989c7-d1e5-426b-a14d-da2a2646dd97",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668754105005,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:49:38.271Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:49:38.271Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T06:49:38.271Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac9989c7-d1e5-426b-a14d-da2a2646dd97",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668754095201,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:49:38.271Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:49:38.271Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T06:49:38.271Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac9989c7-d1e5-426b-a14d-da2a2646dd97",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668754105005,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:49:38.272Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:49:38.272Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T06:49:38.272Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac9989c7-d1e5-426b-a14d-da2a2646dd97",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668754095201,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:49:38.272Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:49:38.272Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T06:49:38.272Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac9989c7-d1e5-426b-a14d-da2a2646dd97",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668754105005,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:49:38.273Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:49:38.273Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T06:49:38.273Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac9989c7-d1e5-426b-a14d-da2a2646dd97",
  "consumerID": "aai-ml",
  "timestamp": 1668754107713,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:49:38.273Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:49:38.273Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T06:49:38.273Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac9989c7-d1e5-426b-a14d-da2a2646dd97",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668754095201,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:49:38.273Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:49:38.274Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T06:49:38.274Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac9989c7-d1e5-426b-a14d-da2a2646dd97",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668754105005,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:49:38.274Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:49:38.274Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T06:49:38.274Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac9989c7-d1e5-426b-a14d-da2a2646dd97",
  "consumerID": "aai-ml",
  "timestamp": 1668754107713,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:49:38.274Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:49:38.274Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T06:49:38.275Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac9989c7-d1e5-426b-a14d-da2a2646dd97",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668754095201,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:49:38.275Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:49:38.275Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T06:49:38.275Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac9989c7-d1e5-426b-a14d-da2a2646dd97",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668754105005,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-11-18T06:49:38.275Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:49:38.275Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T06:49:38.276Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac9989c7-d1e5-426b-a14d-da2a2646dd97",
  "consumerID": "aai-ml",
  "timestamp": 1668754107713,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:49:38.276Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:49:38.276Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T06:49:38.276Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac9989c7-d1e5-426b-a14d-da2a2646dd97",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668754095201,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:49:38.276Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:49:38.276Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T06:49:38.276Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac9989c7-d1e5-426b-a14d-da2a2646dd97",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668754105005,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:49:38.277Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:49:38.277Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T06:49:38.277Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac9989c7-d1e5-426b-a14d-da2a2646dd97",
  "consumerID": "aai-ml",
  "timestamp": 1668754107713,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:49:38.277Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:49:38.277Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T06:49:38.277Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac9989c7-d1e5-426b-a14d-da2a2646dd97",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668754095201,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:49:38.278Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:49:38.278Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T06:49:38.278Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac9989c7-d1e5-426b-a14d-da2a2646dd97",
  "consumerID": "aai-ml",
  "timestamp": 1668754107713,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:49:38.278Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:49:38.278Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T06:49:38.279Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac9989c7-d1e5-426b-a14d-da2a2646dd97",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668754105005,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:49:38.279Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:49:38.279Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T06:49:38.279Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac9989c7-d1e5-426b-a14d-da2a2646dd97",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668754095201,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:49:38.279Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:49:38.279Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T06:49:38.280Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac9989c7-d1e5-426b-a14d-da2a2646dd97",
  "consumerID": "aai-ml",
  "timestamp": 1668754107713,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:49:38.280Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:49:38.280Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T06:49:38.280Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac9989c7-d1e5-426b-a14d-da2a2646dd97",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668754114817,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-18T06:49:38.280Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T06:49:38.280Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T06:49:38.280Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac9989c7-d1e5-426b-a14d-da2a2646dd97",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668754095201,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-18T06:49:38.281Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:49:38.281Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T06:49:38.281Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac9989c7-d1e5-426b-a14d-da2a2646dd97",
  "consumerID": "aai-ml",
  "timestamp": 1668754107713,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:49:38.281Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:49:38.281Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T06:49:38.281Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac9989c7-d1e5-426b-a14d-da2a2646dd97",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668754115853,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-11-18T06:49:38.282Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T06:49:38.282Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T06:49:38.282Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac9989c7-d1e5-426b-a14d-da2a2646dd97",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668754117356,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-18T06:49:38.282Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T06:49:38.282Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T06:49:38.282Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac9989c7-d1e5-426b-a14d-da2a2646dd97",
  "consumerID": "aai-ml",
  "timestamp": 1668754107713,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:49:38.282Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:49:38.283Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T06:49:38.283Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac9989c7-d1e5-426b-a14d-da2a2646dd97",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668754116856,
  "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-11-18T06:49:38.288Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of ac9989c7-d1e5-426b-a14d-da2a2646dd97
2022-11-18T06:49:38.288Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId ac9989c7-d1e5-426b-a14d-da2a2646dd97 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-11-18T06:50:03.931Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-11-18T06:50:03.949Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf
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-11-18T06:50:03.954Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-18T06:50:03.954Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-18T06:50:03.954Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-18T06:50:03.955Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-18T06:50:03.955Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-18T06:50:03.957Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-18T06:50:03.958Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-18T06:50:03.958Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-18T06:50:03.958Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-18T06:50:03.958Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-18T06:50:03.992Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-18T06:50:33.992Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf 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-11-18T06:50:34.008Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf and serviceModelVersionId: 2e35b813-e9be-4382-bf90-d9fcbec0cd59
2022-11-18T06:50:34.008Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e74a1b9b-7401-4e64-862b-7869a51c6194
2022-11-18T06:50:34.009Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e74a1b9b-7401-4e64-862b-7869a51c6194/model-vers/model-ver/2e35b813-e9be-4382-bf90-d9fcbec0cd59?depth=0
2022-11-18T06:50:34.015Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-11-18T06:50:34.067Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e74a1b9b-7401-4e64-862b-7869a51c6194/model-vers/model-ver/2e35b813-e9be-4382-bf90-d9fcbec0cd59?depth=0|INFO|500||Invoke
2022-11-18T06:50:34.068Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e74a1b9b-7401-4e64-862b-7869a51c6194/model-vers/model-ver/2e35b813-e9be-4382-bf90-d9fcbec0cd59?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e74a1b9b-7401-4e64-862b-7869a51c6194/model-vers/model-ver/2e35b813-e9be-4382-bf90-d9fcbec0cd59?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[0d8c7951-b62d-49c7-a9ff-3598036147b2], X-ECOMP-RequestID=[c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf], X-TransactionId=[], X-ONAP-RequestID=[c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf], Content-Type=[application/merge-patch+json]}
2022-11-18T06:50:34.092Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e74a1b9b-7401-4e64-862b-7869a51c6194/model-vers/model-ver/2e35b813-e9be-4382-bf90-d9fcbec0cd59?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-11-18T06:50:34.171Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e74a1b9b-7401-4e64-862b-7869a51c6194/model-vers/model-ver/2e35b813-e9be-4382-bf90-d9fcbec0cd59?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/e74a1b9b-7401-4e64-862b-7869a51c6194/model-vers/model-ver/2e35b813-e9be-4382-bf90-d9fcbec0cd59?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-221118-06:50:31:764-9833], vertex-id=[290848], Content-Length=[0], Date=[Fri, 18 Nov 2022 06:50:31 GMT], Content-Type=[application/json]}
2022-11-18T06:50:34.172Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e74a1b9b-7401-4e64-862b-7869a51c6194/model-vers/model-ver/2e35b813-e9be-4382-bf90-d9fcbec0cd59?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-11-18T06:50:34.173Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e74a1b9b-7401-4e64-862b-7869a51c6194/model-vers/model-ver/2e35b813-e9be-4382-bf90-d9fcbec0cd59?depth=0|INFO|500||InvokeReturn
2022-11-18T06:50:34.174Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-18T06:50:34.174Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-18T06:50:34.180Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-11-18T06:50:34.180Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-18T06:50:34.180Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-18T06:50:34.181Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-18T06:50:34.183Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T06:50:34.183Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668754234180,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-18T06:50:34.283Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T06:50:34.284Z||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-11-18T06:50:34.284Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqtUncrJ6IPnBsAB) ...
2022-11-18T06:50:34.319Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:50:34.320Z||pool-111-thread-1|||||INFO|500||cambria reply ok (37 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-11-18T06:50:35.196Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T06:50:35.197Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|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-11-18T06:50:35.197Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|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 SqtUncrJ6IPnBsAB) ...
2022-11-18T06:50:37.978Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T06:50:37.979Z||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-11-18T06:50:37.979Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T06:50:38.038Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:50:38.039Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-18T06:50:38.039Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac9989c7-d1e5-426b-a14d-da2a2646dd97",
  "consumerID": "aai-ml",
  "timestamp": 1668754107713,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-18T06:50:38.040Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:50:38.040Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-18T06:50:38.040Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac9989c7-d1e5-426b-a14d-da2a2646dd97",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668754119274,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-18T06:50:38.040Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T06:50:38.040Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-18T06:50:38.040Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac9989c7-d1e5-426b-a14d-da2a2646dd97",
  "consumerID": "aai-ml",
  "timestamp": 1668754117446,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-18T06:50:38.040Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T06:50:38.041Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-18T06:50:38.041Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac9989c7-d1e5-426b-a14d-da2a2646dd97",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668754120279,
  "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-11-18T06:50:38.049Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ac9989c7-d1e5-426b-a14d-da2a2646dd97
2022-11-18T06:50:38.049Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId ac9989c7-d1e5-426b-a14d-da2a2646dd97 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-11-18T06:50:38.060Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-18T06:50:38.060Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac9989c7-d1e5-426b-a14d-da2a2646dd97",
  "consumerID": "aai-ml",
  "timestamp": 1668754122110,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-18T06:50:38.060Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T06:50:38.061Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-18T06:50:38.061Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac9989c7-d1e5-426b-a14d-da2a2646dd97",
  "consumerID": "aai-ml",
  "timestamp": 1668754123113,
  "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-11-18T06:50:38.065Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ac9989c7-d1e5-426b-a14d-da2a2646dd97
2022-11-18T06:50:38.065Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId ac9989c7-d1e5-426b-a14d-da2a2646dd97 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-11-18T06:50:39.647Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:50:39.649Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T06:50:39.649Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"42740b95-1a49-4551-93b4-3cffd6c05aa4","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"abe096b5-1f3d-4810-951c-bc5ffd1ced32","serviceDescription":"service","serviceInvariantUUID":"6b071c2d-86f8-4ff0-bcc5-21ccaa91eb69","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"3b1d035f-20fa-460a-880f-b45bcacde387","resourceInvariantUUID":"4e47176c-0479-4e46-bcf9-4511fdf352b0","resourceCustomizationUUID":"d7121683-58f6-4551-87f8-69f08b5c2760","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":"YTVmYWFjYzQ3ZTYyODE1MmY5YWIyNjRhMzc4YjA1M2M\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"59e0af22-70f2-4e5e-98d4-01fc782950da","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":"YzkzOGE3MTZiNmYyMzJkMjkxOGY0NWI2ZTU3NjY4NTQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"dd72cee1-6845-435a-a3a1-a00c5ff201dc","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":"f4f3d0f3-fa99-4aae-9268-d81a24a298de","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":"c1d9784a-74a9-4d1a-b633-b8576f6c6372","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":"76a9d35c-bcc2-4cb5-a584-5b23372a97fd","artifactVersion":"2","generatedFromUUID":"f4f3d0f3-fa99-4aae-9268-d81a24a298de"},{"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":"MTVmMzg0NDNhMWQ2YjVkMDM4ZGViNTJmMGM5MzFiY2Q\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"359c7455-40f7-492b-9a6b-f9db9852c9b0","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":"ZDZmNzM4ODI2MWRiN2Q1NzhjMjk4NzRmOTg4MDNiNzg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ed5d6cdc-2c8c-42d6-939e-e4126fd210fe","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"NGRlYjgwZmViNTRiOTk2OTg5MDMyMzNmZTQwMjVlNjM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5771b3e0-d02f-49c1-ac5e-06b866cad24c","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-18T06:50:39.654Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T06:50:39.655Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-18T06:50:39.658Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T06:50:39.658Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "42740b95-1a49-4551-93b4-3cffd6c05aa4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668754235196,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:50:39.758Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-18T06:50:39.759Z||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-11-18T06:50:39.759Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqtUncrJ6IPnBsAB) ...
2022-11-18T06:50:39.772Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:50:39.773Z||pool-112-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-18T06:50:40.659Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T06:50:40.660Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-18T06:50:40.667Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T06:50:40.667Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "42740b95-1a49-4551-93b4-3cffd6c05aa4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668754235196,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-11-18T06:50:40.763Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-11-18T06:50:40.764Z||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-11-18T06:50:40.764Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqtUncrJ6IPnBsAB) ...
2022-11-18T06:50:40.776Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:50:40.776Z||pool-113-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-18T06:50:41.668Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T06:50:41.669Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-18T06:50:41.673Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T06:50:41.673Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "42740b95-1a49-4551-93b4-3cffd6c05aa4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668754235196,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-11-18T06:50:41.772Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-18T06:50:41.773Z||pool-114-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T06:50:41.773Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqtUncrJ6IPnBsAB) ...
2022-11-18T06:50:41.784Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:50:41.785Z||pool-114-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-11-18T06:50:42.674Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T06:50:42.678Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-18T06:50:42.680Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T06:50:42.681Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "42740b95-1a49-4551-93b4-3cffd6c05aa4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668754235196,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:50:42.781Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T06:50:42.782Z||pool-115-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T06:50:42.782Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqtUncrJ6IPnBsAB) ...
2022-11-18T06:50:42.795Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:50:42.795Z||pool-115-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-18T06:50:43.683Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T06:50:43.683Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-18T06:50:43.686Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T06:50:43.686Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "42740b95-1a49-4551-93b4-3cffd6c05aa4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668754235196,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-11-18T06:50:43.786Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T06:50:43.787Z||pool-116-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T06:50:43.788Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqtUncrJ6IPnBsAB) ...
2022-11-18T06:50:43.805Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:50:43.805Z||pool-116-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-11-18T06:50:44.687Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T06:50:44.688Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-18T06:50:44.690Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T06:50:44.690Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "42740b95-1a49-4551-93b4-3cffd6c05aa4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668754235196,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:50:44.790Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T06:50:44.791Z||pool-117-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T06:50:44.791Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqtUncrJ6IPnBsAB) ...
2022-11-18T06:50:44.807Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:50:44.807Z||pool-117-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-18T06:50:45.691Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T06:50:45.691Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-18T06:50:45.693Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T06:50:45.693Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "42740b95-1a49-4551-93b4-3cffd6c05aa4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668754235196,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:50:45.793Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T06:50:45.795Z||pool-118-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T06:50:45.795Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqtUncrJ6IPnBsAB) ...
2022-11-18T06:50:45.811Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:50:45.812Z||pool-118-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-11-18T06:50:46.694Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T06:50:46.695Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-18T06:50:46.697Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T06:50:46.697Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "42740b95-1a49-4551-93b4-3cffd6c05aa4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668754235196,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-18T06:50:46.798Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T06:50:46.799Z||pool-119-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T06:50:46.799Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqtUncrJ6IPnBsAB) ...
2022-11-18T06:50:46.814Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:50:46.814Z||pool-119-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-18T06:50:47.699Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "42740b95-1a49-4551-93b4-3cffd6c05aa4",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "abe096b5-1f3d-4810-951c-bc5ffd1ced32",
  "serviceDescription": "service",
  "serviceInvariantUUID": "6b071c2d-86f8-4ff0-bcc5-21ccaa91eb69",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "d7121683-58f6-4551-87f8-69f08b5c2760",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "3b1d035f-20fa-460a-880f-b45bcacde387",
      "resourceInvariantUUID": "4e47176c-0479-4e46-bcf9-4511fdf352b0",
      "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": "YzkzOGE3MTZiNmYyMzJkMjkxOGY0NWI2ZTU3NjY4NTQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "dd72cee1-6845-435a-a3a1-a00c5ff201dc",
          "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": "f4f3d0f3-fa99-4aae-9268-d81a24a298de",
          "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": "76a9d35c-bcc2-4cb5-a584-5b23372a97fd",
            "generatedFromUUID": "f4f3d0f3-fa99-4aae-9268-d81a24a298de"
          },
          "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": "76a9d35c-bcc2-4cb5-a584-5b23372a97fd",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "NGRlYjgwZmViNTRiOTk2OTg5MDMyMzNmZTQwMjVlNjM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "5771b3e0-d02f-49c1-ac5e-06b866cad24c"
    }
  ],
  "workloadContext": "Production"
}
2022-11-18T06:50:47.699Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-18T06:50:47.700Z|c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 abe096b5-1f3d-4810-951c-bc5ffd1ced32 ASDC
2022-11-18T06:50:47.700Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:42740b95-1a49-4551-93b4-3cffd6c05aa4
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:abe096b5-1f3d-4810-951c-bc5ffd1ced32
ServiceInvariantUUID:6b071c2d-86f8-4ff0-bcc5-21ccaa91eb69
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:5771b3e0-d02f-49c1-ac5e-06b866cad24c
ArtifactChecksum:NGRlYjgwZmViNTRiOTk2OTg5MDMyMzNmZTQwMjVlNjM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:d7121683-58f6-4551-87f8-69f08b5c2760
ResourceInvariantUUID:4e47176c-0479-4e46-bcf9-4511fdf352b0
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:3b1d035f-20fa-460a-880f-b45bcacde387
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:dd72cee1-6845-435a-a3a1-a00c5ff201dc
ArtifactChecksum:YzkzOGE3MTZiNmYyMzJkMjkxOGY0NWI2ZTU3NjY4NTQ=
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:f4f3d0f3-fa99-4aae-9268-d81a24a298de
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:76a9d35c-bcc2-4cb5-a584-5b23372a97fd
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:76a9d35c-bcc2-4cb5-a584-5b23372a97fd
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-11-18T06:50:47.700Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF abe096b5-1f3d-4810-951c-bc5ffd1ced32 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-11-18T06:50:47.750Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-18T06:50:47.750Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-11-18T06:50:47.750Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-11-18T06:50:47.751Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 5771b3e0-d02f-49c1-ac5e-06b866cad24c from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-11-18T06:50:47.751Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-11-18T06:50:47.751Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-11-18T06:50:47.880Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-11-18T06:50:47.884Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 5771b3e0-d02f-49c1-ac5e-06b866cad24c 82633
2022-11-18T06:50:47.884Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-11-18T06:50:47.884Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-11-18T06:50:47.885Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-18T06:50:47.885Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-18T06:50:47.887Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T06:50:47.887Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "42740b95-1a49-4551-93b4-3cffd6c05aa4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668754247884,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-18T06:50:47.987Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T06:50:47.988Z||pool-120-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T06:50:47.988Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqtUncrJ6IPnBsAB) ...
2022-11-18T06:50:48.009Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:50:48.009Z||pool-120-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-11-18T06:50:48.887Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-18T06:50:48.888Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-11-18T06:50:48.889Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 5771b3e0-d02f-49c1-ac5e-06b866cad24c, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-11-18T06:50:48.889Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2022-11-18T06:50:48.890Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-11-18T06:50:48.890Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-11-18T06:50:48.997Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3523739253836266489/Definitions/service-BasicVmMacro-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "compute_ubuntu20_key_name" is not provided
Log warning: The required parameter "compute_ubuntu20_name" is not provided
Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu20_metadata" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-11-18T06:50:50.147Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-18T06:50:50.148Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-11-18T06:50:50.148Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-11-18T06:50:50.148Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-11-18T06:50:50.148Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-11-18T06:50:50.148Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-11-18T06:50:50.148Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-11-18T06:50:50.148Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-11-18T06:50:50.148Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-11-18T06:50:50.148Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-11-18T06:50:50.149Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-11-18T06:50:50.149Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-11-18T06:50:50.149Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T06:50:50.149Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T06:50:50.149Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-11-18T06:50:50.149Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-11-18T06:50:50.149Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-18T06:50:50.150Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T06:50:50.150Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T06:50:50.150Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-11-18T06:50:50.150Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-11-18T06:50:50.150Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-18T06:50:50.150Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T06:50:50.150Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T06:50:50.150Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T06:50:50.151Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-11-18T06:50:50.151Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-11-18T06:50:50.151Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-11-18T06:50:50.151Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-11-18T06:50:50.152Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-11-18T06:50:50.152Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-18T06:50:50.152Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T06:50:50.152Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-18T06:50:50.152Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T06:50:50.152Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-11-18T06:50:50.152Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-18T06:50:50.153Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T06:50:50.153Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-11-18T06:50:50.153Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-18T06:50:50.153Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T06:50:50.153Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-11-18T06:50:50.153Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-18T06:50:50.153Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T06:50:50.153Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-11-18T06:50:50.154Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-11-18T06:50:50.154Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-11-18T06:50:50.154Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=c07aba1d-4716-4108-835f-a9c73a3ee83c
2022-11-18T06:50:50.154Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T06:50:50.154Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T06:50:50.154Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T06:50:50.154Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T06:50:50.155Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T06:50:50.155Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T06:50:50.155Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T06:50:50.155Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T06:50:50.155Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:abe096b5-1f3d-4810-951c-bc5ffd1ced32
Model Version:NULL
Model InvariantUuid:6b071c2d-86f8-4ff0-bcc5-21ccaa91eb69
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:1078880d-f7b1-4b3a-a628-b28550e9120e
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:4e47176c-0479-4e46-bcf9-4511fdf352b0
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:d7121683-58f6-4551-87f8-69f08b5c2760
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:be14e12a-b9df-4f19-8863-70888289dc06
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:6407218e-5dca-49ce-9724-0d35c74802ce
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:c07aba1d-4716-4108-835f-a9c73a3ee83c
ModelInvariantUuid:7218c6ff-2e32-4c2e-8910-ed5cdff81a3f
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:b41a92d3-cc9b-4e81-8e05-47dc08b5403c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:c0f97564-79fd-4d68-a192-f844033255e7
ModelInvariantUuid:31434b25-1847-4ed0-b5e9-509502e895ff
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:f74d39e3-86d3-4ef1-8f9e-d3e12b25a57c
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-11-18T06:50:50.164Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 3b1d035f-20fa-460a-880f-b45bcacde387
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-11-18T06:50:50.166Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||INFO|500||basic_vm_macro 0
2022-11-18T06:50:50.166Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 3b1d035f-20fa-460a-880f-b45bcacde387
2022-11-18T06:50:50.166Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: dd72cee1-6845-435a-a3a1-a00c5ff201dc from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-11-18T06:50:50.166Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-11-18T06:50:50.167Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||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-11-18T06:50:50.227Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-11-18T06:50:50.227Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json dd72cee1-6845-435a-a3a1-a00c5ff201dc 792
2022-11-18T06:50:50.228Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||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-11-18T06:50:50.228Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||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-11-18T06:50:50.228Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-18T06:50:50.228Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-18T06:50:50.230Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T06:50:50.230Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "42740b95-1a49-4551-93b4-3cffd6c05aa4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668754250228,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-18T06:50:50.331Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-18T06:50:50.332Z||pool-121-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T06:50:50.333Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqtUncrJ6IPnBsAB) ...
2022-11-18T06:50:50.346Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:50:50.346Z||pool-121-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-18T06:50:51.231Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "be14e12a-b9df-4f19-8863-70888289dc06",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "6407218e-5dca-49ce-9724-0d35c74802ce",
    "vfModuleModelCustomizationUUID": "c61ecd59-cef4-404c-a2d2-b58c92504ff2",
    "isBase": true,
    "artifacts": [
      "f4f3d0f3-fa99-4aae-9268-d81a24a298de",
      "76a9d35c-bcc2-4cb5-a584-5b23372a97fd"
    ],
    "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-11-18T06:50:51.235Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:6407218e-5dca-49ce-9724-0d35c74802ce
VfModuleModelInvariantUUID:be14e12a-b9df-4f19-8863-70888289dc06
VfModuleModelDescription:NULL
Artifacts UUID List:{
f4f3d0f3-fa99-4aae-9268-d81a24a298de
,
76a9d35c-bcc2-4cb5-a584-5b23372a97fd

}
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-11-18T06:50:51.239Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "be14e12a-b9df-4f19-8863-70888289dc06",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "6407218e-5dca-49ce-9724-0d35c74802ce",
    "vfModuleModelCustomizationUUID": "c61ecd59-cef4-404c-a2d2-b58c92504ff2",
    "isBase": true,
    "artifacts": [
      "f4f3d0f3-fa99-4aae-9268-d81a24a298de",
      "76a9d35c-bcc2-4cb5-a584-5b23372a97fd"
    ],
    "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-11-18T06:50:51.239Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:6407218e-5dca-49ce-9724-0d35c74802ce
VfModuleModelInvariantUUID:be14e12a-b9df-4f19-8863-70888289dc06
VfModuleModelDescription:NULL
Artifacts UUID List:{
f4f3d0f3-fa99-4aae-9268-d81a24a298de
,
76a9d35c-bcc2-4cb5-a584-5b23372a97fd

}
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-11-18T06:50:51.239Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: f4f3d0f3-fa99-4aae-9268-d81a24a298de from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-11-18T06:50:51.240Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-11-18T06:50:51.240Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||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-11-18T06:50:51.352Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-11-18T06:50:51.352Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml f4f3d0f3-fa99-4aae-9268-d81a24a298de 5033
2022-11-18T06:50:51.353Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||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-11-18T06:50:51.353Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||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-11-18T06:50:51.353Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-18T06:50:51.354Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-18T06:50:51.356Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T06:50:51.356Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "42740b95-1a49-4551-93b4-3cffd6c05aa4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668754251353,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-18T06:50:51.456Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T06:50:51.457Z||pool-122-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T06:50:51.457Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqtUncrJ6IPnBsAB) ...
2022-11-18T06:50:51.474Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:50:51.474Z||pool-122-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-11-18T06:50:52.356Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 76a9d35c-bcc2-4cb5-a584-5b23372a97fd from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-11-18T06:50:52.357Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-11-18T06:50:52.357Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||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-11-18T06:50:52.449Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-11-18T06:50:52.449Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 76a9d35c-bcc2-4cb5-a584-5b23372a97fd 903
2022-11-18T06:50:52.449Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||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-11-18T06:50:52.449Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||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-11-18T06:50:52.450Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-18T06:50:52.450Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-18T06:50:52.452Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T06:50:52.452Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "42740b95-1a49-4551-93b4-3cffd6c05aa4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668754252449,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-11-18T06:50:52.552Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T06:50:52.553Z||pool-123-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T06:50:52.554Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqtUncrJ6IPnBsAB) ...
2022-11-18T06:50:52.575Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:50:52.577Z||pool-123-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-11-18T06:50:53.453Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: abe096b5-1f3d-4810-951c-bc5ffd1ced32
2022-11-18T06:50:53.453Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 3b1d035f-20fa-460a-880f-b45bcacde387 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-11-18T06:50:53.465Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6f66c847, org.onap.sdc.toscaparser.api.parameters.Input@1bbeb406, org.onap.sdc.toscaparser.api.parameters.Input@15aeab0f, org.onap.sdc.toscaparser.api.parameters.Input@24e8ce06, org.onap.sdc.toscaparser.api.parameters.Input@7d950e2c]
2022-11-18T06:50:53.467Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T06:50:53.467Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T06:50:53.467Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 
2022-11-18T06:50:53.468Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= d7121683-58f6-4551-87f8-69f08b5c2760
2022-11-18T06:50:53.468Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: d7121683-58f6-4551-87f8-69f08b5c2760 matches Tosca VF Customization UUID: d7121683-58f6-4551-87f8-69f08b5c2760
2022-11-18T06:50:53.468Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: d7121683-58f6-4551-87f8-69f08b5c2760  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-11-18T06:50:53.473Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T06:50:53.473Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T06:50:53.474Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id d7121683-58f6-4551-87f8-69f08b5c2760: {\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"sdnc_model_name\":\"ubuntu20\"}
2022-11-18T06:50:53.475Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1189d43a
2022-11-18T06:50:53.475Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T06:50:53.475Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-18T06:50:53.476Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : c61ecd59-cef4-404c-a2d2-b58c92504ff2
2022-11-18T06:50:53.476Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID c61ecd59-cef4-404c-a2d2-b58c92504ff2
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-11-18T06:50:53.482Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T06:50:53.482Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-11-18T06:50:53.483Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-18T06:50:53.483Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T06:50:53.484Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-11-18T06:50:53.484Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-18T06:50:53.485Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T06:50:53.485Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-11-18T06:50:53.486Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-11-18T06:50:53.486Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-11-18T06:50:53.486Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=c07aba1d-4716-4108-835f-a9c73a3ee83c
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-11-18T06:50:53.491Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T06:50:53.492Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-11-18T06:50:53.492Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-18T06:50:53.492Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T06:50:53.492Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-11-18T06:50:53.494Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=d7121683-58f6-4551-87f8-69f08b5c2760
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-11-18T06:50:53.496Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T06:50:53.496Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T06:50:53.500Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid abe096b5-1f3d-4810-951c-bc5ffd1ced32: basic_vm_macro
2022-11-18T06:50:53.500Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T06:50:53.500Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T06:50:53.501Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T06:50:53.501Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T06:50:53.501Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T06:50:53.501Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T06:50:53.501Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T06:50:53.502Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T06:50:53.502Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T06:50:53.502Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T06:50:53.502Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||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-11-18T06:50:53.601Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 3b1d035f-20fa-460a-880f-b45bcacde387 1 ASDC deployResourceStructure
2022-11-18T06:50:53.602Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||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-11-18T06:50:53.602Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||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-11-18T06:50:53.602Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-18T06:50:53.603Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-18T06:50:53.605Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T06:50:53.605Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "42740b95-1a49-4551-93b4-3cffd6c05aa4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668754253602,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-18T06:50:53.705Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T06:50:53.706Z||pool-124-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T06:50:53.706Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqtUncrJ6IPnBsAB) ...
2022-11-18T06:50:53.723Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:50:53.724Z||pool-124-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-11-18T06:50:54.606Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||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-11-18T06:50:54.606Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||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-11-18T06:50:54.606Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-18T06:50:54.606Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-18T06:50:54.608Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T06:50:54.608Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "42740b95-1a49-4551-93b4-3cffd6c05aa4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668754254605,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-11-18T06:50:54.708Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T06:50:54.709Z||pool-125-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T06:50:54.710Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqtUncrJ6IPnBsAB) ...
2022-11-18T06:50:54.733Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:50:54.733Z||pool-125-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-11-18T06:50:55.610Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||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-11-18T06:50:55.610Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||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-11-18T06:50:55.610Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-18T06:50:55.610Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-18T06:50:55.612Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T06:50:55.612Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "42740b95-1a49-4551-93b4-3cffd6c05aa4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668754255610,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-11-18T06:50:55.712Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T06:50:55.713Z||pool-126-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T06:50:55.714Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqtUncrJ6IPnBsAB) ...
2022-11-18T06:50:55.724Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:50:55.724Z||pool-126-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-18T06:50:56.613Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-11-18T06:50:56.613Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-11-18T06:50:56.613Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-18T06:50:56.613Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-18T06:50:56.618Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T06:50:56.618Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "42740b95-1a49-4551-93b4-3cffd6c05aa4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668754256613,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-18T06:50:56.727Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 109 ms
2022-11-18T06:50:56.728Z||pool-127-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T06:50:56.729Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqtUncrJ6IPnBsAB) ...
2022-11-18T06:50:56.740Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:50:56.740Z||pool-127-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-18T06:50:57.619Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 42740b95-1a49-4551-93b4-3cffd6c05aa4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-11-18T06:50:57.629Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 42740b95-1a49-4551-93b4-3cffd6c05aa4
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-11-18T06:50:57.631Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-18T06:50:57.632Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-18T06:50:57.632Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-18T06:50:57.632Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-18T06:50:57.632Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-18T06:50:57.632Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-18T06:50:57.633Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-18T06:50:57.633Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-18T06:50:57.633Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-18T06:50:57.633Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-18T06:50:57.644Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-18T06:51:27.644Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 42740b95-1a49-4551-93b4-3cffd6c05aa4 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-11-18T06:51:27.667Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 42740b95-1a49-4551-93b4-3cffd6c05aa4 and serviceModelVersionId: abe096b5-1f3d-4810-951c-bc5ffd1ced32
2022-11-18T06:51:27.667Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6b071c2d-86f8-4ff0-bcc5-21ccaa91eb69
2022-11-18T06:51:27.668Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6b071c2d-86f8-4ff0-bcc5-21ccaa91eb69/model-vers/model-ver/abe096b5-1f3d-4810-951c-bc5ffd1ced32?depth=0
2022-11-18T06:51:27.672Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-11-18T06:51:27.715Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6b071c2d-86f8-4ff0-bcc5-21ccaa91eb69/model-vers/model-ver/abe096b5-1f3d-4810-951c-bc5ffd1ced32?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-11-18T06:51:27.716Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6b071c2d-86f8-4ff0-bcc5-21ccaa91eb69/model-vers/model-ver/abe096b5-1f3d-4810-951c-bc5ffd1ced32?depth=0|INFO|500||Invoke
2022-11-18T06:51:27.736Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6b071c2d-86f8-4ff0-bcc5-21ccaa91eb69/model-vers/model-ver/abe096b5-1f3d-4810-951c-bc5ffd1ced32?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-11-18T06:51:27.827Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6b071c2d-86f8-4ff0-bcc5-21ccaa91eb69/model-vers/model-ver/abe096b5-1f3d-4810-951c-bc5ffd1ced32?depth=0|INFO|500||InvokeReturn
2022-11-18T06:51:27.827Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6b071c2d-86f8-4ff0-bcc5-21ccaa91eb69/model-vers/model-ver/abe096b5-1f3d-4810-951c-bc5ffd1ced32?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-221118-06:51:25:402-13528], vertex-id=[229568], Content-Length=[0], Date=[Fri, 18 Nov 2022 06:51:25 GMT], Content-Type=[application/json]}
2022-11-18T06:51:27.828Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2022-11-18T06:51:27.828Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-18T06:51:27.829Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-18T06:51:27.834Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-11-18T06:51:27.834Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 42740b95-1a49-4551-93b4-3cffd6c05aa4 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-18T06:51:27.834Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-18T06:51:27.835Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-18T06:51:27.837Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T06:51:27.837Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "42740b95-1a49-4551-93b4-3cffd6c05aa4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668754287834,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-18T06:51:27.937Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T06:51:27.938Z||pool-128-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T06:51:27.938Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqtUncrJ6IPnBsAB) ...
2022-11-18T06:51:27.964Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:51:27.964Z||pool-128-thread-1|||||INFO|500||cambria reply ok (27 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-11-18T06:51:28.852Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T06:51:28.852Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"ac9989c7-d1e5-426b-a14d-da2a2646dd97","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"ac75fc86-1da0-4942-acc2-05f66c1169ed","serviceDescription":"service","serviceInvariantUUID":"45e68f9a-7ee5-4e68-a48c-3a578b59878c","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"68e3e1a7-a5fa-4c75-a1d4-ef6e94d4a1e9","resourceInvariantUUID":"c6a7c5a4-fd73-450d-8fad-2da134868028","resourceCustomizationUUID":"95c8ae19-0d24-4066-aeb2-df07c0122b55","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":"MjYyYjEzNmFjMzNjOTQwNWM2ZTI2NTAxY2JhMDQ2MGE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"37058065-6ba4-43b9-84f1-37ec9c495381","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":"9c08a888-1b72-4d93-a7d2-5889f88e4c7f","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":"b083376b-83a8-464c-9b8d-fb56746f268f","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":"MDBhMDMxNjMxZmExMDU3NzI4NDlmYmI3ZjkwMDkwYTE\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"5e6fb848-3879-4e49-bb66-13d7f74a0623","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":"b17e84e7-930e-46b7-9bed-eed02bbce7bf","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":"56c6366a-9dec-4fdb-a855-3648b2477ee4","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":"f751af2d-5c28-481b-8e77-f04dccc21e66","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":"YmZiOTYzYjdlMDM2YjY0NDI0NzFiMmZjMzkzY2Y3YjI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f8a46ef7-08d1-4547-8f48-bc18672c71eb","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"ZWYxODBkZGEwZTRjNmQ3MjgyZDk1MDMxZDE5MDVhZTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ffb55b78-564b-4645-b180-54bd168e3193","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-18T06:51:28.852Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T06:51:28.852Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-18T06:51:28.854Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T06:51:28.855Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "ac9989c7-d1e5-426b-a14d-da2a2646dd97",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668754235196,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:51:28.955Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-18T06:51:28.955Z||pool-129-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T06:51:28.956Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqtUncrJ6IPnBsAB) ...
2022-11-18T06:51:28.980Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:51:28.980Z||pool-129-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-11-18T06:51:29.855Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T06:51:29.856Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-18T06:51:29.858Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T06:51:29.858Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "ac9989c7-d1e5-426b-a14d-da2a2646dd97",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668754235196,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:51:29.959Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-18T06:51:29.960Z||pool-130-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T06:51:29.960Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqtUncrJ6IPnBsAB) ...
2022-11-18T06:51:29.974Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:51:29.975Z||pool-130-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-18T06:51:30.859Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T06:51:30.859Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-18T06:51:30.861Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T06:51:30.861Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "ac9989c7-d1e5-426b-a14d-da2a2646dd97",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668754235196,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:51:30.961Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T06:51:30.962Z||pool-131-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T06:51:30.962Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqtUncrJ6IPnBsAB) ...
2022-11-18T06:51:30.975Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:51:30.975Z||pool-131-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-11-18T06:51:31.862Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T06:51:31.862Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-18T06:51:31.864Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T06:51:31.864Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "ac9989c7-d1e5-426b-a14d-da2a2646dd97",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668754235196,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:51:31.965Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T06:51:31.966Z||pool-132-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T06:51:31.966Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqtUncrJ6IPnBsAB) ...
2022-11-18T06:51:31.977Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:51:31.978Z||pool-132-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-11-18T06:51:32.865Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T06:51:32.866Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-18T06:51:32.867Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T06:51:32.867Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "ac9989c7-d1e5-426b-a14d-da2a2646dd97",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668754235196,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:51:32.968Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T06:51:32.969Z||pool-133-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T06:51:32.969Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqtUncrJ6IPnBsAB) ...
2022-11-18T06:51:32.988Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:51:32.988Z||pool-133-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-11-18T06:51:33.868Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T06:51:33.869Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-18T06:51:33.871Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T06:51:33.871Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "ac9989c7-d1e5-426b-a14d-da2a2646dd97",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668754235196,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:51:33.971Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T06:51:33.972Z||pool-134-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T06:51:33.972Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqtUncrJ6IPnBsAB) ...
2022-11-18T06:51:34.003Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:51:34.004Z||pool-134-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-11-18T06:51:34.871Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T06:51:34.872Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-18T06:51:34.874Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T06:51:34.874Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "ac9989c7-d1e5-426b-a14d-da2a2646dd97",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668754235196,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:51:34.974Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T06:51:34.975Z||pool-135-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T06:51:34.976Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqtUncrJ6IPnBsAB) ...
2022-11-18T06:51:34.996Z||pool-135-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:51:34.997Z||pool-135-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-11-18T06:51:35.875Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T06:51:35.875Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-18T06:51:35.877Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T06:51:35.877Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "ac9989c7-d1e5-426b-a14d-da2a2646dd97",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668754235196,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:51:35.978Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T06:51:35.979Z||pool-136-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T06:51:35.979Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqtUncrJ6IPnBsAB) ...
2022-11-18T06:51:35.991Z||pool-136-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:51:35.991Z||pool-136-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-18T06:51:36.878Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T06:51:36.879Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-18T06:51:36.881Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T06:51:36.881Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "ac9989c7-d1e5-426b-a14d-da2a2646dd97",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668754235196,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-18T06:51:36.981Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T06:51:36.982Z||pool-137-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T06:51:36.983Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqtUncrJ6IPnBsAB) ...
2022-11-18T06:51:36.995Z||pool-137-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:51:36.995Z||pool-137-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-18T06:51:37.882Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "ac9989c7-d1e5-426b-a14d-da2a2646dd97",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "ac75fc86-1da0-4942-acc2-05f66c1169ed",
  "serviceDescription": "service",
  "serviceInvariantUUID": "45e68f9a-7ee5-4e68-a48c-3a578b59878c",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "95c8ae19-0d24-4066-aeb2-df07c0122b55",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "68e3e1a7-a5fa-4c75-a1d4-ef6e94d4a1e9",
      "resourceInvariantUUID": "c6a7c5a4-fd73-450d-8fad-2da134868028",
      "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": "ZWYxODBkZGEwZTRjNmQ3MjgyZDk1MDMxZDE5MDVhZTc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ffb55b78-564b-4645-b180-54bd168e3193"
    }
  ],
  "workloadContext": "Production"
}
2022-11-18T06:51:37.883Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-18T06:51:37.883Z|42740b95-1a49-4551-93b4-3cffd6c05aa4|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 ac75fc86-1da0-4942-acc2-05f66c1169ed ASDC
2022-11-18T06:51:37.883Z|ac9989c7-d1e5-426b-a14d-da2a2646dd97|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:ac9989c7-d1e5-426b-a14d-da2a2646dd97
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:ac75fc86-1da0-4942-acc2-05f66c1169ed
ServiceInvariantUUID:45e68f9a-7ee5-4e68-a48c-3a578b59878c
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:ffb55b78-564b-4645-b180-54bd168e3193
ArtifactChecksum:ZWYxODBkZGEwZTRjNmQ3MjgyZDk1MDMxZDE5MDVhZTc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:95c8ae19-0d24-4066-aeb2-df07c0122b55
ResourceInvariantUUID:c6a7c5a4-fd73-450d-8fad-2da134868028
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:68e3e1a7-a5fa-4c75-a1d4-ef6e94d4a1e9
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-11-18T06:51:37.883Z|ac9989c7-d1e5-426b-a14d-da2a2646dd97|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ac75fc86-1da0-4942-acc2-05f66c1169ed 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-11-18T06:51:37.910Z|ac9989c7-d1e5-426b-a14d-da2a2646dd97|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-18T06:51:37.910Z|ac9989c7-d1e5-426b-a14d-da2a2646dd97|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-11-18T06:51:37.910Z|ac9989c7-d1e5-426b-a14d-da2a2646dd97|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-11-18T06:51:37.911Z|ac9989c7-d1e5-426b-a14d-da2a2646dd97|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: ffb55b78-564b-4645-b180-54bd168e3193 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-11-18T06:51:37.911Z|ac9989c7-d1e5-426b-a14d-da2a2646dd97|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-11-18T06:51:37.911Z|ac9989c7-d1e5-426b-a14d-da2a2646dd97|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-11-18T06:51:37.978Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T06:51:37.978Z||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-11-18T06:51:37.978Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T06:51:38.035Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:51:38.036Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-18T06:51:38.036Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5fceffd-7bc7-48b0-9fbd-0ac4db7a58bf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668754234180,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-18T06:51:38.037Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T06:51:38.102Z|ac9989c7-d1e5-426b-a14d-da2a2646dd97|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-11-18T06:51:38.108Z|ac9989c7-d1e5-426b-a14d-da2a2646dd97|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ffb55b78-564b-4645-b180-54bd168e3193 110854
2022-11-18T06:51:38.108Z|ac9989c7-d1e5-426b-a14d-da2a2646dd97|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-11-18T06:51:38.108Z|ac9989c7-d1e5-426b-a14d-da2a2646dd97|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-11-18T06:51:38.108Z|ac9989c7-d1e5-426b-a14d-da2a2646dd97|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-18T06:51:38.108Z|ac9989c7-d1e5-426b-a14d-da2a2646dd97|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-18T06:51:38.110Z|ac9989c7-d1e5-426b-a14d-da2a2646dd97|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T06:51:38.110Z|ac9989c7-d1e5-426b-a14d-da2a2646dd97|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "ac9989c7-d1e5-426b-a14d-da2a2646dd97",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668754298108,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-18T06:51:38.211Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T06:51:38.212Z||pool-138-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T06:51:38.212Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqtUncrJ6IPnBsAB) ...
2022-11-18T06:51:38.241Z||pool-138-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:51:38.241Z||pool-138-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":1,"count":1}
2022-11-18T06:51:39.111Z|ac9989c7-d1e5-426b-a14d-da2a2646dd97|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-18T06:51:39.112Z|ac9989c7-d1e5-426b-a14d-da2a2646dd97|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-11-18T06:51:39.113Z|ac9989c7-d1e5-426b-a14d-da2a2646dd97|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: ffb55b78-564b-4645-b180-54bd168e3193, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-11-18T06:51:39.113Z|ac9989c7-d1e5-426b-a14d-da2a2646dd97|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2022-11-18T06:51:39.114Z|ac9989c7-d1e5-426b-a14d-da2a2646dd97|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-11-18T06:51:39.114Z|ac9989c7-d1e5-426b-a14d-da2a2646dd97|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-11-18T06:51:39.214Z|ac9989c7-d1e5-426b-a14d-da2a2646dd97|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1750422662854929156/Definitions/service-TestPnfMacro-template.yml
2022-11-18T06:51:39.946Z|ac9989c7-d1e5-426b-a14d-da2a2646dd97|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-18T06:51:39.947Z|ac9989c7-d1e5-426b-a14d-da2a2646dd97|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-11-18T06:51:39.947Z|ac9989c7-d1e5-426b-a14d-da2a2646dd97|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-11-18T06:51:39.947Z|ac9989c7-d1e5-426b-a14d-da2a2646dd97|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-11-18T06:51:39.947Z|ac9989c7-d1e5-426b-a14d-da2a2646dd97|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-11-18T06:51:39.947Z|ac9989c7-d1e5-426b-a14d-da2a2646dd97|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-11-18T06:51:39.947Z|ac9989c7-d1e5-426b-a14d-da2a2646dd97|pool-2-thread-10|||||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-11-18T06:51:39.948Z|ac9989c7-d1e5-426b-a14d-da2a2646dd97|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-11-18T06:51:39.948Z|ac9989c7-d1e5-426b-a14d-da2a2646dd97|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-11-18T06:51:39.948Z|ac9989c7-d1e5-426b-a14d-da2a2646dd97|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-11-18T06:51:39.948Z|ac9989c7-d1e5-426b-a14d-da2a2646dd97|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-11-18T06:51:39.948Z|ac9989c7-d1e5-426b-a14d-da2a2646dd97|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-11-18T06:51:39.948Z|ac9989c7-d1e5-426b-a14d-da2a2646dd97|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T06:51:39.949Z|ac9989c7-d1e5-426b-a14d-da2a2646dd97|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T06:51:39.949Z|ac9989c7-d1e5-426b-a14d-da2a2646dd97|pool-2-thread-10|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-11-18T06:51:39.949Z|ac9989c7-d1e5-426b-a14d-da2a2646dd97|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-11-18T06:51:39.949Z|ac9989c7-d1e5-426b-a14d-da2a2646dd97|pool-2-thread-10|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-18T06:51:39.949Z|ac9989c7-d1e5-426b-a14d-da2a2646dd97|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T06:51:39.950Z|ac9989c7-d1e5-426b-a14d-da2a2646dd97|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T06:51:39.950Z|ac9989c7-d1e5-426b-a14d-da2a2646dd97|pool-2-thread-10|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-11-18T06:51:39.950Z|ac9989c7-d1e5-426b-a14d-da2a2646dd97|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-11-18T06:51:39.950Z|ac9989c7-d1e5-426b-a14d-da2a2646dd97|pool-2-thread-10|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-18T06:51:39.950Z|ac9989c7-d1e5-426b-a14d-da2a2646dd97|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T06:51:39.950Z|ac9989c7-d1e5-426b-a14d-da2a2646dd97|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T06:51:39.951Z|ac9989c7-d1e5-426b-a14d-da2a2646dd97|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T06:51:39.951Z|ac9989c7-d1e5-426b-a14d-da2a2646dd97|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T06:51:39.951Z|ac9989c7-d1e5-426b-a14d-da2a2646dd97|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T06:51:39.951Z|ac9989c7-d1e5-426b-a14d-da2a2646dd97|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T06:51:39.951Z|ac9989c7-d1e5-426b-a14d-da2a2646dd97|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T06:51:39.952Z|ac9989c7-d1e5-426b-a14d-da2a2646dd97|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T06:51:39.952Z|ac9989c7-d1e5-426b-a14d-da2a2646dd97|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T06:51:39.952Z|ac9989c7-d1e5-426b-a14d-da2a2646dd97|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T06:51:39.952Z|ac9989c7-d1e5-426b-a14d-da2a2646dd97|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:ac75fc86-1da0-4942-acc2-05f66c1169ed
Model Version:NULL
Model InvariantUuid:45e68f9a-7ee5-4e68-a48c-3a578b59878c
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-11-18T06:51:39.960Z|ac9989c7-d1e5-426b-a14d-da2a2646dd97|pool-2-thread-10|||||INFO|500||Processing Resource Type: PNF, Model UUID: 68e3e1a7-a5fa-4c75-a1d4-ef6e94d4a1e9
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-11-18T06:51:39.962Z|ac9989c7-d1e5-426b-a14d-da2a2646dd97|pool-2-thread-10|||||INFO|500||test-pnf 0
2022-11-18T06:51:39.962Z|ac9989c7-d1e5-426b-a14d-da2a2646dd97|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 68e3e1a7-a5fa-4c75-a1d4-ef6e94d4a1e9
2022-11-18T06:51:39.962Z|ac9989c7-d1e5-426b-a14d-da2a2646dd97|pool-2-thread-10|||||DEBUG|500||No resources found for Service: ac75fc86-1da0-4942-acc2-05f66c1169ed
2022-11-18T06:51:39.962Z|ac9989c7-d1e5-426b-a14d-da2a2646dd97|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: ac75fc86-1da0-4942-acc2-05f66c1169ed
2022-11-18T06:51:39.963Z|ac9989c7-d1e5-426b-a14d-da2a2646dd97|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 68e3e1a7-a5fa-4c75-a1d4-ef6e94d4a1e9 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-11-18T06:51:39.967Z|ac9989c7-d1e5-426b-a14d-da2a2646dd97|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@505cceba, org.onap.sdc.toscaparser.api.parameters.Input@386d7f64, org.onap.sdc.toscaparser.api.parameters.Input@6400a1b0, org.onap.sdc.toscaparser.api.parameters.Input@5c1fd2f8, org.onap.sdc.toscaparser.api.parameters.Input@6a80fedf]
2022-11-18T06:51:39.967Z|ac9989c7-d1e5-426b-a14d-da2a2646dd97|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T06:51:39.968Z|ac9989c7-d1e5-426b-a14d-da2a2646dd97|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T06:51:39.968Z|ac9989c7-d1e5-426b-a14d-da2a2646dd97|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid ac75fc86-1da0-4942-acc2-05f66c1169ed: test-pnf
2022-11-18T06:51:39.968Z|ac9989c7-d1e5-426b-a14d-da2a2646dd97|pool-2-thread-10|||||INFO|500||Processing PNF resource: 68e3e1a7-a5fa-4c75-a1d4-ef6e94d4a1e9
2022-11-18T06:51:39.968Z|ac9989c7-d1e5-426b-a14d-da2a2646dd97|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T06:51:39.969Z|ac9989c7-d1e5-426b-a14d-da2a2646dd97|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T06:51:39.969Z|ac9989c7-d1e5-426b-a14d-da2a2646dd97|pool-2-thread-10|||||INFO|500||Resource customization UUID: 95c8ae19-0d24-4066-aeb2-df07c0122b55 is the same as notified resource customizationUUID: 95c8ae19-0d24-4066-aeb2-df07c0122b55
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-11-18T06:51:40.011Z|ac9989c7-d1e5-426b-a14d-da2a2646dd97|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 68e3e1a7-a5fa-4c75-a1d4-ef6e94d4a1e9 0 ASDC deployResourceStructure
2022-11-18T06:51:40.011Z|ac9989c7-d1e5-426b-a14d-da2a2646dd97|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-11-18T06:51:40.011Z|ac9989c7-d1e5-426b-a14d-da2a2646dd97|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-11-18T06:51:40.011Z|ac9989c7-d1e5-426b-a14d-da2a2646dd97|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-18T06:51:40.012Z|ac9989c7-d1e5-426b-a14d-da2a2646dd97|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-18T06:51:40.014Z|ac9989c7-d1e5-426b-a14d-da2a2646dd97|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T06:51:40.014Z|ac9989c7-d1e5-426b-a14d-da2a2646dd97|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "ac9989c7-d1e5-426b-a14d-da2a2646dd97",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668754300011,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-18T06:51:40.114Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T06:51:40.115Z||pool-139-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T06:51:40.115Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqtUncrJ6IPnBsAB) ...
2022-11-18T06:51:40.129Z||pool-139-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:51:40.130Z||pool-139-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-18T06:51:41.014Z|ac9989c7-d1e5-426b-a14d-da2a2646dd97|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ac9989c7-d1e5-426b-a14d-da2a2646dd97
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-11-18T06:51:41.033Z|ac9989c7-d1e5-426b-a14d-da2a2646dd97|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ac9989c7-d1e5-426b-a14d-da2a2646dd97
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-11-18T06:51:41.036Z|ac9989c7-d1e5-426b-a14d-da2a2646dd97|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-18T06:51:41.036Z|ac9989c7-d1e5-426b-a14d-da2a2646dd97|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-18T06:51:41.036Z|ac9989c7-d1e5-426b-a14d-da2a2646dd97|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-18T06:51:41.036Z|ac9989c7-d1e5-426b-a14d-da2a2646dd97|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-18T06:51:41.036Z|ac9989c7-d1e5-426b-a14d-da2a2646dd97|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-18T06:51:41.036Z|ac9989c7-d1e5-426b-a14d-da2a2646dd97|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-18T06:51:41.037Z|ac9989c7-d1e5-426b-a14d-da2a2646dd97|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-18T06:51:41.037Z|ac9989c7-d1e5-426b-a14d-da2a2646dd97|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-18T06:51:41.037Z|ac9989c7-d1e5-426b-a14d-da2a2646dd97|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-18T06:51:41.037Z|ac9989c7-d1e5-426b-a14d-da2a2646dd97|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-18T06:51:41.044Z|ac9989c7-d1e5-426b-a14d-da2a2646dd97|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-18T06:52:11.044Z|ac9989c7-d1e5-426b-a14d-da2a2646dd97|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ac9989c7-d1e5-426b-a14d-da2a2646dd97 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-11-18T06:52:11.107Z|ac9989c7-d1e5-426b-a14d-da2a2646dd97|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ac9989c7-d1e5-426b-a14d-da2a2646dd97 and serviceModelVersionId: ac75fc86-1da0-4942-acc2-05f66c1169ed
2022-11-18T06:52:11.108Z|ac9989c7-d1e5-426b-a14d-da2a2646dd97|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 45e68f9a-7ee5-4e68-a48c-3a578b59878c
2022-11-18T06:52:11.109Z|ac9989c7-d1e5-426b-a14d-da2a2646dd97|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/45e68f9a-7ee5-4e68-a48c-3a578b59878c/model-vers/model-ver/ac75fc86-1da0-4942-acc2-05f66c1169ed?depth=0
2022-11-18T06:52:11.112Z|ac9989c7-d1e5-426b-a14d-da2a2646dd97|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-11-18T06:52:11.166Z|ac9989c7-d1e5-426b-a14d-da2a2646dd97|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45e68f9a-7ee5-4e68-a48c-3a578b59878c/model-vers/model-ver/ac75fc86-1da0-4942-acc2-05f66c1169ed?depth=0|INFO|500||Invoke
2022-11-18T06:52:11.167Z|ac9989c7-d1e5-426b-a14d-da2a2646dd97|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45e68f9a-7ee5-4e68-a48c-3a578b59878c/model-vers/model-ver/ac75fc86-1da0-4942-acc2-05f66c1169ed?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45e68f9a-7ee5-4e68-a48c-3a578b59878c/model-vers/model-ver/ac75fc86-1da0-4942-acc2-05f66c1169ed?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ac9989c7-d1e5-426b-a14d-da2a2646dd97], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e040898a-2a10-44f8-87bb-4557effef565], X-ECOMP-RequestID=[ac9989c7-d1e5-426b-a14d-da2a2646dd97], X-TransactionId=[], X-ONAP-RequestID=[ac9989c7-d1e5-426b-a14d-da2a2646dd97], Content-Type=[application/merge-patch+json]}
2022-11-18T06:52:11.195Z|ac9989c7-d1e5-426b-a14d-da2a2646dd97|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45e68f9a-7ee5-4e68-a48c-3a578b59878c/model-vers/model-ver/ac75fc86-1da0-4942-acc2-05f66c1169ed?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-11-18T06:52:11.276Z|ac9989c7-d1e5-426b-a14d-da2a2646dd97|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45e68f9a-7ee5-4e68-a48c-3a578b59878c/model-vers/model-ver/ac75fc86-1da0-4942-acc2-05f66c1169ed?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/45e68f9a-7ee5-4e68-a48c-3a578b59878c/model-vers/model-ver/ac75fc86-1da0-4942-acc2-05f66c1169ed?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-221118-06:52:08:865-48282], vertex-id=[504032], Content-Length=[0], Date=[Fri, 18 Nov 2022 06:52:08 GMT], Content-Type=[application/json]}
2022-11-18T06:52:11.277Z|ac9989c7-d1e5-426b-a14d-da2a2646dd97|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45e68f9a-7ee5-4e68-a48c-3a578b59878c/model-vers/model-ver/ac75fc86-1da0-4942-acc2-05f66c1169ed?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-11-18T06:52:11.278Z|ac9989c7-d1e5-426b-a14d-da2a2646dd97|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45e68f9a-7ee5-4e68-a48c-3a578b59878c/model-vers/model-ver/ac75fc86-1da0-4942-acc2-05f66c1169ed?depth=0|INFO|500||InvokeReturn
2022-11-18T06:52:11.278Z|ac9989c7-d1e5-426b-a14d-da2a2646dd97|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-18T06:52:11.278Z|ac9989c7-d1e5-426b-a14d-da2a2646dd97|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-18T06:52:11.283Z|ac9989c7-d1e5-426b-a14d-da2a2646dd97|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-11-18T06:52:11.284Z|ac9989c7-d1e5-426b-a14d-da2a2646dd97|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ac9989c7-d1e5-426b-a14d-da2a2646dd97 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-18T06:52:11.284Z|ac9989c7-d1e5-426b-a14d-da2a2646dd97|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-18T06:52:11.285Z|ac9989c7-d1e5-426b-a14d-da2a2646dd97|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-18T06:52:11.287Z|ac9989c7-d1e5-426b-a14d-da2a2646dd97|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T06:52:11.287Z|ac9989c7-d1e5-426b-a14d-da2a2646dd97|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "ac9989c7-d1e5-426b-a14d-da2a2646dd97",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668754331284,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-18T06:52:11.387Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T06:52:11.388Z||pool-140-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T06:52:11.388Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqtUncrJ6IPnBsAB) ...
2022-11-18T06:52:11.404Z||pool-140-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:52:11.404Z||pool-140-thread-1|||||INFO|500||cambria reply ok (17 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-11-18T06:52:12.299Z|ac9989c7-d1e5-426b-a14d-da2a2646dd97|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T06:52:12.300Z|ac9989c7-d1e5-426b-a14d-da2a2646dd97|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-11-18T06:52:12.300Z|ac9989c7-d1e5-426b-a14d-da2a2646dd97|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 SqtUncrJ6IPnBsAB) ...
2022-11-18T06:52:21.853Z|ac9989c7-d1e5-426b-a14d-da2a2646dd97|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:52:21.853Z|ac9989c7-d1e5-426b-a14d-da2a2646dd97|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T06:52:21.854Z|ac9989c7-d1e5-426b-a14d-da2a2646dd97|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-11-18T06:52:21.854Z|ac9989c7-d1e5-426b-a14d-da2a2646dd97|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 SqtUncrJ6IPnBsAB) ...
2022-11-18T06:52:31.443Z|ac9989c7-d1e5-426b-a14d-da2a2646dd97|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:52:31.443Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T06:52:31.444Z||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-11-18T06:52:31.444Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T06:52:37.978Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T06:52:37.979Z||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-11-18T06:52:37.979Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T06:52:38.033Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:52:38.033Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T06:52:38.034Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42740b95-1a49-4551-93b4-3cffd6c05aa4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668754235196,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:52:38.034Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:52:38.034Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T06:52:38.034Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42740b95-1a49-4551-93b4-3cffd6c05aa4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668754235196,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-11-18T06:52:38.034Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:52:38.035Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T06:52:38.035Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42740b95-1a49-4551-93b4-3cffd6c05aa4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668754235196,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-11-18T06:52:38.035Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:52:38.035Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T06:52:38.035Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42740b95-1a49-4551-93b4-3cffd6c05aa4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668754235196,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:52:38.035Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:52:38.035Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T06:52:38.035Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42740b95-1a49-4551-93b4-3cffd6c05aa4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668754235196,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-11-18T06:52:38.035Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:52:38.035Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T06:52:38.036Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42740b95-1a49-4551-93b4-3cffd6c05aa4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668754235196,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:52:38.036Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:52:38.036Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T06:52:38.036Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42740b95-1a49-4551-93b4-3cffd6c05aa4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668754235196,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:52:38.036Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:52:38.036Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T06:52:38.037Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42740b95-1a49-4551-93b4-3cffd6c05aa4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668754235196,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-18T06:52:38.037Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:52:38.037Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T06:52:38.037Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42740b95-1a49-4551-93b4-3cffd6c05aa4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668754247884,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-18T06:52:38.037Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T06:52:38.037Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T06:52:38.037Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42740b95-1a49-4551-93b4-3cffd6c05aa4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668754250228,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-18T06:52:38.037Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T06:52:38.037Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T06:52:38.038Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42740b95-1a49-4551-93b4-3cffd6c05aa4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668754251353,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-18T06:52:38.038Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T06:52:38.038Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T06:52:38.038Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42740b95-1a49-4551-93b4-3cffd6c05aa4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668754252449,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-11-18T06:52:38.038Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T06:52:38.039Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T06:52:38.039Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42740b95-1a49-4551-93b4-3cffd6c05aa4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668754253602,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-18T06:52:38.039Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T06:52:38.039Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T06:52:38.039Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42740b95-1a49-4551-93b4-3cffd6c05aa4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668754254605,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-11-18T06:52:38.039Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T06:52:38.039Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T06:52:38.039Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42740b95-1a49-4551-93b4-3cffd6c05aa4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668754255610,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-11-18T06:52:38.039Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T06:52:38.040Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T06:52:38.040Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42740b95-1a49-4551-93b4-3cffd6c05aa4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668754256613,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-18T06:52:38.040Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T06:52:38.040Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T06:52:38.040Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42740b95-1a49-4551-93b4-3cffd6c05aa4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668754287834,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-18T06:52:38.040Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T06:52:38.040Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T06:52:38.040Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac9989c7-d1e5-426b-a14d-da2a2646dd97",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668754235196,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:52:38.040Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:52:38.040Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T06:52:38.040Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac9989c7-d1e5-426b-a14d-da2a2646dd97",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668754235196,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:52:38.040Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:52:38.041Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T06:52:38.041Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac9989c7-d1e5-426b-a14d-da2a2646dd97",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668754235196,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:52:38.041Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:52:38.041Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T06:52:38.041Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac9989c7-d1e5-426b-a14d-da2a2646dd97",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668754235196,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:52:38.041Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:52:38.041Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T06:52:38.041Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac9989c7-d1e5-426b-a14d-da2a2646dd97",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668754235196,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:52:38.041Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:52:38.041Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T06:52:38.041Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac9989c7-d1e5-426b-a14d-da2a2646dd97",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668754235196,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:52:38.041Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:52:38.042Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T06:52:38.042Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac9989c7-d1e5-426b-a14d-da2a2646dd97",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668754235196,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:52:38.042Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:52:38.042Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T06:52:38.042Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac9989c7-d1e5-426b-a14d-da2a2646dd97",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668754235196,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T06:52:38.042Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:52:38.042Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T06:52:38.042Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac9989c7-d1e5-426b-a14d-da2a2646dd97",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668754235196,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-18T06:52:38.042Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-18T06:52:41.028Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:52:41.028Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T06:52:41.029Z||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-11-18T06:52:41.029Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T06:52:50.570Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:53:37.971Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T06:53:37.971Z||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-11-18T06:53:37.972Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T06:53:37.978Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T06:53:37.978Z||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-11-18T06:53:37.978Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T06:53:38.022Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:53:38.023Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T06:53:38.023Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac9989c7-d1e5-426b-a14d-da2a2646dd97",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668754298108,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-18T06:53:38.023Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T06:53:47.536Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:54:37.971Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T06:54:37.971Z||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-11-18T06:54:37.971Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T06:54:37.978Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T06:54:37.978Z||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-11-18T06:54:37.978Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T06:54:38.507Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:54:38.508Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-18T06:54:38.508Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac9989c7-d1e5-426b-a14d-da2a2646dd97",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668754300011,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-18T06:54:38.509Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T06:54:38.509Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-18T06:54:38.509Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac9989c7-d1e5-426b-a14d-da2a2646dd97",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668754331284,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-18T06:54:38.509Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T06:54:47.536Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:55:37.971Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T06:55:37.972Z||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-11-18T06:55:37.972Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T06:55:37.977Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T06:55:37.978Z|9f791d2b-82b0-4e2b-9247-553be995eee1|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-11-18T06:55:37.978Z|9f791d2b-82b0-4e2b-9247-553be995eee1|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 SqtUncrJ6IPnBsAB) ...
2022-11-18T06:55:47.533Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:55:47.533Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:56:37.971Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T06:56:37.971Z||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-11-18T06:56:37.972Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T06:56:37.977Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T06:56:37.978Z||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-11-18T06:56:37.978Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T06:56:47.534Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:56:47.550Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:57:37.971Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T06:57:37.972Z||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-11-18T06:57:37.972Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T06:57:37.978Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T06:57:37.978Z||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-11-18T06:57:37.978Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T06:57:47.565Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:57:47.581Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:58:37.971Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T06:58:37.972Z||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-11-18T06:58:37.972Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T06:58:37.978Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T06:58:37.978Z||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-11-18T06:58:37.978Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T06:58:47.549Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:58:47.553Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:59:37.971Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T06:59:37.971Z||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-11-18T06:59:37.972Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T06:59:37.977Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T06:59:37.978Z||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-11-18T06:59:37.978Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T06:59:47.542Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T06:59:47.542Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T07:00:37.971Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T07:00:37.972Z||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-11-18T07:00:37.972Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T07:00:37.978Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T07:00:37.978Z||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-11-18T07:00:37.978Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T07:00:47.525Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T07:00:47.526Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T07:01:37.971Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T07:01:37.973Z||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-11-18T07:01:37.973Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T07:01:37.978Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T07:01:37.978Z||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-11-18T07:01:37.978Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T07:01:47.539Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T07:01:47.539Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T07:02:37.971Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T07:02:37.972Z||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-11-18T07:02:37.972Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T07:02:37.978Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T07:02:37.978Z||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-11-18T07:02:37.978Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T07:02:47.556Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T07:02:47.557Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T07:03:37.971Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T07:03:37.972Z||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-11-18T07:03:37.972Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T07:03:37.978Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T07:03:37.978Z|9f791d2b-82b0-4e2b-9247-553be995eee1|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-11-18T07:03:37.978Z|9f791d2b-82b0-4e2b-9247-553be995eee1|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 SqtUncrJ6IPnBsAB) ...
2022-11-18T07:03:47.541Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T07:03:47.543Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T07:04:37.971Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T07:04:37.971Z||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-11-18T07:04:37.972Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T07:04:37.978Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T07:04:37.978Z||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-11-18T07:04:37.979Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T07:04:47.581Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T07:04:47.583Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T07:05:37.971Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T07:05:37.972Z||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-11-18T07:05:37.972Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T07:05:37.978Z|ac9989c7-d1e5-426b-a14d-da2a2646dd97|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T07:05:37.978Z|ac9989c7-d1e5-426b-a14d-da2a2646dd97|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-11-18T07:05:37.978Z|ac9989c7-d1e5-426b-a14d-da2a2646dd97|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 SqtUncrJ6IPnBsAB) ...
2022-11-18T07:05:47.523Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T07:05:47.531Z|ac9989c7-d1e5-426b-a14d-da2a2646dd97|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T07:06:37.971Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T07:06:37.972Z||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-11-18T07:06:37.972Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T07:06:37.978Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T07:06:37.978Z||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-11-18T07:06:37.978Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T07:06:47.541Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T07:06:47.567Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T07:07:37.971Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T07:07:37.971Z||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-11-18T07:07:37.972Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T07:07:37.978Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T07:07:37.978Z||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-11-18T07:07:37.978Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T07:07:47.576Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T07:07:47.576Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T07:08:37.971Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T07:08:37.971Z||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-11-18T07:08:37.972Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T07:08:37.977Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T07:08:37.978Z||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-11-18T07:08:37.978Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T07:08:47.523Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T07:08:47.527Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T07:09:37.971Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T07:09:37.971Z||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-11-18T07:09:37.972Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T07:09:37.978Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T07:09:37.978Z||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-11-18T07:09:37.978Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T07:09:47.531Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T07:09:47.532Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T07:10:37.971Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T07:10:37.972Z||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-11-18T07:10:37.972Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T07:10:37.978Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T07:10:37.978Z||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-11-18T07:10:37.978Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T07:10:47.532Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T07:10:47.535Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T07:11:37.971Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T07:11:37.972Z||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-11-18T07:11:37.972Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T07:11:37.977Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T07:11:37.979Z|9f791d2b-82b0-4e2b-9247-553be995eee1|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-11-18T07:11:37.979Z|9f791d2b-82b0-4e2b-9247-553be995eee1|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 SqtUncrJ6IPnBsAB) ...
2022-11-18T07:11:47.541Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T07:11:47.546Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T07:12:37.971Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T07:12:37.971Z||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-11-18T07:12:37.972Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T07:12:37.977Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T07:12:37.978Z||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-11-18T07:12:37.978Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T07:12:47.550Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T07:12:47.550Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T07:13:37.971Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T07:13:37.972Z||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-11-18T07:13:37.972Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T07:13:37.978Z|ac9989c7-d1e5-426b-a14d-da2a2646dd97|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T07:13:37.978Z|ac9989c7-d1e5-426b-a14d-da2a2646dd97|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-11-18T07:13:37.979Z|ac9989c7-d1e5-426b-a14d-da2a2646dd97|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 SqtUncrJ6IPnBsAB) ...
2022-11-18T07:13:47.550Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T07:13:47.563Z|ac9989c7-d1e5-426b-a14d-da2a2646dd97|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T07:14:37.971Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T07:14:37.971Z||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-11-18T07:14:37.972Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T07:14:37.977Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T07:14:37.978Z||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-11-18T07:14:37.978Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T07:14:47.595Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T07:14:47.601Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T07:15:37.971Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T07:15:37.972Z||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-11-18T07:15:37.972Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T07:15:37.978Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T07:15:37.978Z||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-11-18T07:15:37.978Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T07:15:47.572Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T07:15:47.617Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T07:16:37.971Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T07:16:37.972Z||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-11-18T07:16:37.972Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T07:16:37.977Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T07:16:37.978Z||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-11-18T07:16:37.978Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T07:16:47.537Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T07:16:47.538Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T07:17:37.971Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T07:17:37.971Z||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-11-18T07:17:37.972Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T07:17:37.978Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T07:17:37.978Z||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-11-18T07:17:37.978Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T07:17:47.548Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T07:17:47.551Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T07:18:37.971Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T07:18:37.972Z||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-11-18T07:18:37.972Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T07:18:37.978Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T07:18:37.978Z||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-11-18T07:18:37.978Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T07:18:47.525Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T07:18:47.526Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T07:19:37.971Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T07:19:37.972Z||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-11-18T07:19:37.972Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T07:19:37.978Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T07:19:37.978Z||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-11-18T07:19:37.978Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T07:19:47.554Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T07:19:47.556Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T07:20:37.971Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T07:20:37.972Z||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-11-18T07:20:37.973Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T07:20:37.978Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T07:20:37.978Z||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-11-18T07:20:37.978Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T07:20:47.540Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T07:20:47.552Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T07:21:37.971Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T07:21:37.972Z||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-11-18T07:21:37.972Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T07:21:37.979Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T07:21:37.980Z||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-11-18T07:21:37.980Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T07:21:47.531Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T07:21:47.535Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T07:22:37.971Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T07:22:37.972Z||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-11-18T07:22:37.972Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T07:22:37.978Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T07:22:37.978Z||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-11-18T07:22:37.979Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T07:22:47.529Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T07:22:47.537Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T07:23:37.971Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T07:23:37.972Z||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-11-18T07:23:37.972Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T07:23:37.978Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T07:23:37.978Z|9f791d2b-82b0-4e2b-9247-553be995eee1|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-11-18T07:23:37.978Z|9f791d2b-82b0-4e2b-9247-553be995eee1|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 SqtUncrJ6IPnBsAB) ...
2022-11-18T07:23:47.521Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T07:23:47.543Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T07:24:37.971Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T07:24:37.971Z||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-11-18T07:24:37.971Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T07:24:37.978Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T07:24:37.978Z||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-11-18T07:24:37.978Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T07:24:47.515Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T07:24:47.533Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T07:25:37.971Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T07:25:37.972Z||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-11-18T07:25:37.972Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T07:25:37.978Z|ac9989c7-d1e5-426b-a14d-da2a2646dd97|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T07:25:37.978Z|ac9989c7-d1e5-426b-a14d-da2a2646dd97|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-11-18T07:25:37.978Z|ac9989c7-d1e5-426b-a14d-da2a2646dd97|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 SqtUncrJ6IPnBsAB) ...
2022-11-18T07:25:47.523Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T07:25:47.530Z|ac9989c7-d1e5-426b-a14d-da2a2646dd97|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T07:26:37.971Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T07:26:37.971Z||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-11-18T07:26:37.972Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T07:26:37.978Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T07:26:37.978Z||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-11-18T07:26:37.978Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T07:26:47.521Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T07:26:47.534Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T07:27:37.971Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T07:27:37.972Z||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-11-18T07:27:37.972Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T07:27:37.978Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T07:27:37.978Z||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-11-18T07:27:37.978Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T07:27:47.519Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T07:27:47.519Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T07:28:37.971Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T07:28:37.972Z||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-11-18T07:28:37.972Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T07:28:37.978Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T07:28:37.978Z||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-11-18T07:28:37.978Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T07:28:47.519Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T07:28:47.571Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T07:29:37.971Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T07:29:37.971Z||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-11-18T07:29:37.971Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T07:29:37.977Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T07:29:37.978Z||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-11-18T07:29:37.978Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T07:29:47.560Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T07:29:47.560Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T07:30:37.971Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T07:30:37.972Z||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-11-18T07:30:37.972Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T07:30:37.978Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T07:30:37.978Z||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-11-18T07:30:37.978Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T07:30:47.524Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T07:30:47.530Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T07:31:37.971Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T07:31:37.972Z||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-11-18T07:31:37.972Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T07:31:37.978Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T07:31:37.978Z||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-11-18T07:31:37.978Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T07:31:47.537Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T07:31:47.537Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T07:32:37.971Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T07:32:37.972Z||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-11-18T07:32:37.972Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T07:32:37.978Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T07:32:37.978Z||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-11-18T07:32:37.978Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T07:32:47.530Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T07:32:47.530Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T07:33:37.971Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T07:33:37.971Z||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-11-18T07:33:37.971Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T07:33:37.978Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T07:33:37.978Z||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-11-18T07:33:37.978Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T07:33:47.521Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T07:33:47.545Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T07:34:37.971Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T07:34:37.971Z||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-11-18T07:34:37.971Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T07:34:37.978Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T07:34:37.978Z||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-11-18T07:34:37.979Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T07:34:47.575Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T07:34:47.580Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T07:35:37.971Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T07:35:37.972Z||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-11-18T07:35:37.972Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T07:35:37.977Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T07:35:37.978Z||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-11-18T07:35:37.978Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T07:35:47.533Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T07:35:47.545Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T07:36:37.971Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T07:36:37.971Z||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-11-18T07:36:37.971Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T07:36:37.978Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T07:36:37.978Z||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-11-18T07:36:37.978Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T07:36:47.541Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T07:36:47.547Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T07:37:37.971Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T07:37:37.972Z||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-11-18T07:37:37.972Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T07:37:37.978Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T07:37:37.978Z||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-11-18T07:37:37.979Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T07:37:47.528Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T07:37:47.529Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T07:38:37.971Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T07:38:37.972Z||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-11-18T07:38:37.972Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T07:38:37.978Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T07:38:37.978Z||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-11-18T07:38:37.978Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T07:38:47.524Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T07:38:47.526Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T07:39:37.971Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T07:39:37.973Z||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-11-18T07:39:37.973Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T07:39:37.977Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T07:39:37.978Z||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-11-18T07:39:37.978Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T07:39:47.528Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T07:39:47.529Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T07:40:37.971Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T07:40:37.972Z||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-11-18T07:40:37.972Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T07:40:37.978Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T07:40:37.978Z||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-11-18T07:40:37.978Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T07:40:47.549Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T07:40:47.557Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T07:41:37.971Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T07:41:37.971Z||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-11-18T07:41:37.972Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T07:41:37.978Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T07:41:37.978Z||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-11-18T07:41:37.978Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T07:41:47.558Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T07:41:47.559Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T07:42:37.971Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T07:42:37.971Z||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-11-18T07:42:37.972Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T07:42:37.978Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T07:42:37.978Z|9f791d2b-82b0-4e2b-9247-553be995eee1|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-11-18T07:42:37.978Z|9f791d2b-82b0-4e2b-9247-553be995eee1|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 SqtUncrJ6IPnBsAB) ...
2022-11-18T07:42:47.537Z|9f791d2b-82b0-4e2b-9247-553be995eee1|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T07:42:47.540Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T07:43:37.971Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T07:43:37.971Z||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-11-18T07:43:37.972Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T07:43:37.978Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T07:43:37.978Z||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-11-18T07:43:37.978Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T07:43:47.545Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T07:43:47.546Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK