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-06T05:22:52.808Z||main|||||INFO|500||The following profiles are active: basic
2022-11-06T05:23:03.982Z||main|||||INFO|500||Starting service [Tomcat]
2022-11-06T05:23:03.983Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-11-06T05:23:04.116Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-11-06T05:23:08.222Z||main|||||INFO|500||catdb-pool - Starting...
2022-11-06T05:23:08.688Z||main|||||INFO|500||catdb-pool - Start completed.
2022-11-06T05:23:09.146Z||main|||||INFO|500||reqdb-pool - Starting...
2022-11-06T05:23:09.153Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-11-06T05:23:09.258Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-11-06T05:23:09.461Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-11-06T05:23:10.097Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-11-06T05:23:11.926Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-11-06T05:23:14.327Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-11-06T05:23:14.393Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-11-06T05:23:15.066Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-11-06T05:23:15.303Z||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-06T05:23:16.477Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-11-06T05:23:17.485Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2022-11-06T05:23:17.512Z||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$$fa32a587.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-06T05:23:17.513Z||main|||||WARN|500||The sdc end point is not alive
2022-11-06T05:23:20.686Z||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-06T05:23:23.856Z||main|||||WARN|500||---
2022-11-06T05:23:23.856Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-11-06T05:23:23.857Z||main|||||WARN|500||---
2022-11-06T05:23:24.384Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-11-06T05:23:29.980Z||main|||||INFO|500||Started Application in 40.235 seconds (JVM running for 42.251)
2022-11-06T05:23:30.001Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-11-06T05:23:30.006Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-11-06T05:23:30.027Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-11-06T05:23:30.053Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-11-06T05:23:30.094Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 700c59f6-78a4-4d07-8e56-6053f2ce221b url= /sdc/v1/artifactTypes
2022-11-06T05:23:30.095Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-11-06T05:23:30.371Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-11-06T05:23:30.404Z||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-06T05:23:30.465Z||scheduling-1|||||DEBUG|500||create keys
2022-11-06T05:23:30.473Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-11-06T05:23:30.512Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T05:23:30.537Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= c08b293a-901c-4a15-8e2d-9fb13b57366b url= /sdc/v1/registerForDistribution
2022-11-06T05:23:30.632Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= c08b293a-901c-4a15-8e2d-9fb13b57366b url= /sdc/v1/registerForDistribution
2022-11-06T05:23:30.632Z||scheduling-1|||||INFO|500||start DistributionClient
2022-11-06T05:23:30.642Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T05:23:30.643Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T05:23:30.656Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-11-06T05:23:30.658Z||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-06T05:23:30.658Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T05:23:30.658Z||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-06T05:23:30.658Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T05:23:40.992Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T05:23:41.001Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T05:24:30.640Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T05:24:30.642Z||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-06T05:24:30.642Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T05:24:30.643Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T05:24:30.647Z||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-06T05:24:30.647Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T05:24:40.244Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T05:24:40.244Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T05:25:30.640Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T05:25:30.642Z||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-06T05:25:30.642Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T05:25:30.643Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T05:25:30.646Z||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-06T05:25:30.646Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T05:25:40.189Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T05:25:40.190Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T05:26:30.642Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T05:26:30.642Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T05:26:30.645Z||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-06T05:26:30.646Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T05:26:30.651Z||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-06T05:26:30.652Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T05:26:40.222Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T05:26:40.223Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T05:27:30.640Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T05:27:30.641Z||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-06T05:27:30.641Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T05:27:30.642Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T05:27:30.644Z||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-06T05:27:30.644Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T05:27:40.193Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T05:27:40.200Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T05:28:30.640Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T05:28:30.642Z||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-06T05:28:30.642Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T05:28:30.642Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T05:28:30.656Z||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-06T05:28:30.662Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T05:28:40.206Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T05:28:40.206Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T05:29:30.640Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T05:29:30.641Z||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-06T05:29:30.641Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T05:29:30.642Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T05:29:30.643Z||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-06T05:29:30.643Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T05:29:40.188Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T05:29:40.202Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T05:30:30.640Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T05:30:30.642Z||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-06T05:30:30.642Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T05:30:30.642Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T05:30:30.645Z||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-06T05:30:30.645Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T05:30:40.204Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T05:30:40.205Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T05:31:30.640Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T05:31:30.642Z||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-06T05:31:30.642Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T05:31:30.642Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T05:31:30.643Z||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-06T05:31:30.643Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T05:31:40.193Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T05:31:40.195Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T05:32:30.640Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T05:32:30.641Z||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-06T05:32:30.641Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T05:32:30.642Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T05:32:30.644Z||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-06T05:32:30.644Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T05:32:40.215Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T05:32:40.215Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T05:33:30.640Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T05:33:30.642Z||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-06T05:33:30.642Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T05:33:30.642Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T05:33:30.643Z||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-06T05:33:30.643Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T05:33:34.225Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-11-06T05:33:40.192Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T05:33:40.192Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T05:34:30.640Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T05:34:30.641Z||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-06T05:34:30.641Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T05:34:30.642Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T05:34:30.643Z||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-06T05:34:30.643Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T05:34:40.192Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T05:34:40.191Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T05:35:30.640Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T05:35:30.641Z||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-06T05:35:30.641Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T05:35:30.642Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T05:35:30.643Z||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-06T05:35:30.643Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T05:35:40.194Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T05:35:40.197Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T05:36:30.640Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T05:36:30.641Z||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-06T05:36:30.641Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T05:36:30.642Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T05:36:30.643Z||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-06T05:36:30.643Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T05:36:40.204Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T05:36:40.221Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T05:37:30.640Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T05:37:30.641Z||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-06T05:37:30.641Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T05:37:30.643Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T05:37:30.644Z||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-06T05:37:30.644Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T05:37:40.188Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T05:37:40.198Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T05:38:30.640Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T05:38:30.641Z||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-06T05:38:30.641Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T05:38:30.642Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T05:38:30.643Z||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-06T05:38:30.643Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T05:38:40.198Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T05:38:40.202Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T05:39:30.640Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T05:39:30.642Z||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-06T05:39:30.642Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T05:39:30.642Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T05:39:30.643Z||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-06T05:39:30.643Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T05:39:40.216Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T05:39:40.216Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T05:40:30.640Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T05:40:30.641Z||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-06T05:40:30.641Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T05:40:30.642Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T05:40:30.643Z||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-06T05:40:30.643Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T05:40:40.190Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T05:40:40.206Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T05:41:30.643Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T05:41:30.643Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T05:41:30.646Z||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-06T05:41:30.646Z||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-06T05:41:30.647Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T05:41:30.647Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T05:41:40.202Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T05:41:40.202Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T05:42:30.640Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T05:42:30.641Z||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-06T05:42:30.641Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T05:42:30.642Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T05:42:30.643Z||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-06T05:42:30.643Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T05:42:40.193Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T05:42:40.211Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T05:43:30.640Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T05:43:30.641Z||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-06T05:43:30.641Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T05:43:30.642Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T05:43:30.643Z||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-06T05:43:30.643Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T05:43:40.191Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T05:43:40.195Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T05:44:30.640Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T05:44:30.641Z||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-06T05:44:30.641Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T05:44:30.642Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T05:44:30.643Z||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-06T05:44:30.643Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T05:44:40.209Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T05:44:40.223Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T05:45:30.640Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T05:45:30.641Z||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-06T05:45:30.641Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T05:45:30.642Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T05:45:30.643Z||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-06T05:45:30.643Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T05:45:40.205Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T05:45:40.210Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T05:46:30.640Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T05:46:30.641Z||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-06T05:46:30.641Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T05:46:30.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T05:46:30.643Z||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-06T05:46:30.644Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T05:46:40.188Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T05:46:40.188Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T05:47:30.640Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T05:47:30.641Z||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-06T05:47:30.641Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T05:47:30.642Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T05:47:30.643Z||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-06T05:47:30.643Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T05:47:40.192Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T05:47:40.196Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T05:48:30.640Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T05:48:30.642Z||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-06T05:48:30.642Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T05:48:30.642Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T05:48:30.643Z||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-06T05:48:30.643Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T05:48:40.191Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T05:48:40.196Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T05:49:30.640Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T05:49:30.641Z||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-06T05:49:30.642Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T05:49:30.642Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T05:49:30.643Z||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-06T05:49:30.643Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T05:49:40.193Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T05:49:40.193Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T05:50:30.640Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T05:50:30.641Z||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-06T05:50:30.641Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T05:50:30.642Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T05:50:30.643Z||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-06T05:50:30.643Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T05:50:40.184Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T05:50:40.185Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T05:51:30.640Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T05:51:30.641Z||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-06T05:51:30.641Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T05:51:30.642Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T05:51:30.643Z||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-06T05:51:30.643Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T05:51:40.185Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T05:51:40.185Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T05:52:30.640Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T05:52:30.641Z||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-06T05:52:30.641Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T05:52:30.642Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T05:52:30.643Z||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-06T05:52:30.644Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T05:52:40.189Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T05:52:40.189Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T05:53:30.640Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T05:53:30.641Z||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-06T05:53:30.641Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T05:53:30.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T05:53:30.643Z||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-06T05:53:30.643Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T05:53:40.196Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T05:53:40.196Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T05:54:30.640Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T05:54:30.641Z||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-06T05:54:30.641Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T05:54:30.642Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T05:54:30.643Z||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-06T05:54:30.643Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T05:54:40.191Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T05:54:40.197Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T05:55:30.640Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T05:55:30.641Z||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-06T05:55:30.641Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T05:55:30.644Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T05:55:30.645Z||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-06T05:55:30.646Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T05:55:40.190Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T05:55:40.210Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T05:56:30.640Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T05:56:30.642Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T05:56:30.645Z||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-06T05:56:30.645Z||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-06T05:56:30.645Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T05:56:30.645Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T05:56:40.194Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T05:56:40.201Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T05:57:30.640Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T05:57:30.641Z||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-06T05:57:30.641Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T05:57:30.642Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T05:57:30.643Z||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-06T05:57:30.643Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T05:57:40.194Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T05:57:40.196Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T05:58:30.640Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T05:58:30.641Z||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-06T05:58:30.641Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T05:58:30.642Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T05:58:30.643Z||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-06T05:58:30.643Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T05:58:40.190Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T05:58:40.192Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T05:59:30.640Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T05:59:30.641Z||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-06T05:59:30.641Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T05:59:30.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T05:59:30.643Z||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-06T05:59:30.644Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T05:59:40.185Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T05:59:40.185Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:00:30.640Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T06:00:30.641Z||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-06T06:00:30.641Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T06:00:30.642Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T06:00:30.643Z||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-06T06:00:30.643Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T06:00:40.187Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:00:40.188Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:01:30.641Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T06:01:30.642Z||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-06T06:01:30.642Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T06:01:30.642Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T06:01:30.642Z||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-06T06:01:30.643Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T06:01:40.186Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:01:40.189Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:02:30.640Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T06:02:30.641Z||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-06T06:02:30.641Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T06:02:30.644Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T06:02:30.644Z||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-06T06:02:30.644Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T06:02:40.191Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:02:40.196Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:03:30.640Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T06:03:30.642Z||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-06T06:03:30.643Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T06:03:30.643Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T06:03:30.643Z||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-06T06:03:30.644Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T06:03:40.191Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:03:40.199Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:04:30.640Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T06:04:30.642Z||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-06T06:04:30.642Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T06:04:30.642Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T06:04:30.643Z||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-06T06:04:30.644Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T06:04:40.215Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:04:40.216Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:05:30.640Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T06:05:30.641Z||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-06T06:05:30.641Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T06:05:30.642Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T06:05:30.643Z||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-06T06:05:30.643Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T06:05:40.222Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:05:40.224Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:06:30.640Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T06:06:30.641Z||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-06T06:06:30.641Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T06:06:30.642Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T06:06:30.643Z||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-06T06:06:30.643Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T06:06:40.204Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:06:40.209Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:07:30.640Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T06:07:30.640Z||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-06T06:07:30.641Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T06:07:30.642Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T06:07:30.643Z||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-06T06:07:30.643Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T06:07:40.215Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:07:40.215Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:08:30.640Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T06:08:30.641Z||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-06T06:08:30.641Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T06:08:30.642Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T06:08:30.643Z||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-06T06:08:30.643Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T06:08:31.271Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:08:31.274Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-06T06:08:31.274Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"6da9303e-dff1-4f72-a95c-25af5630769d","serviceName":"basic_onboard_iscxmf","serviceVersion":"1.0","serviceUUID":"62b0a967-3d90-4803-92a1-0927a0f41b95","serviceDescription":"service","serviceInvariantUUID":"fa9b621d-d176-453e-bfef-dd77aa9be66a","resources":[{"resourceInstanceName":"basic_onboard_iscxmf 0","resourceName":"basic_onboard_iscxmf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"4468101d-d857-453a-af11-71bb675d71f7","resourceInvariantUUID":"0bc0c208-fa0d-4406-a63d-ed72945adfeb","resourceCustomizationUUID":"92806ab2-f43f-4e1a-86e6-4fe0922973a3","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/resourceInstances/basic_onboard_iscxmf0/artifacts/vf-license-model.xml","artifactChecksum":"MDVhMTcwN2YzMTQ3NWJkZmQ5OGI1YjNhYjY1NjkyZDI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"240842f9-e413-4a79-9f41-8c340191ae6d","artifactVersion":"1"},{"artifactName":"basic_onboard_iscxmf0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/resourceInstances/basic_onboard_iscxmf0/artifacts/basic_onboard_iscxmf0_modules.json","artifactChecksum":"NzIxZjZmMWZiNzVhMjVmZmM0NTlhZDY4MWIzNGNmZjM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a19f062a-f57e-4b08-87fc-70e4dffbda2c","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/resourceInstances/basic_onboard_iscxmf0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"e55a76f7-3e81-4cdd-8e26-ffd0394994f7","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/resourceInstances/basic_onboard_iscxmf0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"600af5c8-f08f-419e-9642-f92b1c6dac70","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/resourceInstances/basic_onboard_iscxmf0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"90b5d12f-e898-4183-824d-8248784fcb0b","artifactVersion":"2","generatedFromUUID":"e55a76f7-3e81-4cdd-8e26-ffd0394994f7"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardIscxmf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/artifacts/service-BasicOnboardIscxmf-template.yml","artifactChecksum":"ODU4NzJlNjVhOGY2Y2QwYzNlZGM4NTQyNDY0NTBlZjY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c53c79e6-9e44-464a-b8b1-dd0e0dc14551","artifactVersion":"1"},{"artifactName":"service-BasicOnboardIscxmf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/artifacts/service-BasicOnboardIscxmf-csar.csar","artifactChecksum":"OTk1ZjE4M2UxMTM3NTI0N2NlZjcyODEzNjMxZDc5YTQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c559c7bb-817b-4e4f-814d-cf66a4e90d7e","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-06T06:08:31.286Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-06T06:08:31.295Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-06T06:08:31.295Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:08:31.300Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:08:31.300Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6da9303e-dff1-4f72-a95c-25af5630769d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667714861322,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/resourceInstances/basic_onboard_iscxmf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:08:31.341Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T06:08:31.341Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "6da9303e-dff1-4f72-a95c-25af5630769d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667714910640,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/resourceInstances/basic_onboard_iscxmf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:08:31.349Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:08:31.349Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:08:31.349Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6da9303e-dff1-4f72-a95c-25af5630769d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667714857824,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/resourceInstances/basic_onboard_iscxmf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:08:31.350Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:08:31.350Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:08:31.351Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6da9303e-dff1-4f72-a95c-25af5630769d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667714857824,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/resourceInstances/basic_onboard_iscxmf0/artifacts/basic_onboard_iscxmf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:08:31.351Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:08:31.351Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:08:31.352Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6da9303e-dff1-4f72-a95c-25af5630769d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667714861322,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/resourceInstances/basic_onboard_iscxmf0/artifacts/basic_onboard_iscxmf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:08:31.352Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:08:31.352Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:08:31.353Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6da9303e-dff1-4f72-a95c-25af5630769d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667714861322,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/resourceInstances/basic_onboard_iscxmf0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:08:31.353Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:08:31.353Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:08:31.354Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6da9303e-dff1-4f72-a95c-25af5630769d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667714857824,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/resourceInstances/basic_onboard_iscxmf0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:08:31.354Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:08:31.354Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:08:31.354Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6da9303e-dff1-4f72-a95c-25af5630769d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667714861322,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/resourceInstances/basic_onboard_iscxmf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:08:31.355Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:08:31.355Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:08:31.355Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6da9303e-dff1-4f72-a95c-25af5630769d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667714857824,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/resourceInstances/basic_onboard_iscxmf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:08:31.356Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:08:31.356Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:08:31.356Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6da9303e-dff1-4f72-a95c-25af5630769d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667714865346,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/resourceInstances/basic_onboard_iscxmf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:08:31.356Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:08:31.357Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:08:31.357Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6da9303e-dff1-4f72-a95c-25af5630769d",
  "consumerID": "cds",
  "timestamp": 1667714864938,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/resourceInstances/basic_onboard_iscxmf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:08:31.357Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:08:31.358Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:08:31.358Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6da9303e-dff1-4f72-a95c-25af5630769d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667714861322,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/resourceInstances/basic_onboard_iscxmf0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:08:31.358Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:08:31.358Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:08:31.359Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6da9303e-dff1-4f72-a95c-25af5630769d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667714857824,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/resourceInstances/basic_onboard_iscxmf0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:08:31.359Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:08:31.359Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:08:31.360Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6da9303e-dff1-4f72-a95c-25af5630769d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667714865346,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/resourceInstances/basic_onboard_iscxmf0/artifacts/basic_onboard_iscxmf0_modules.json",
  "status": "NOTIFIED"
}
2022-11-06T06:08:31.360Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:08:31.360Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:08:31.361Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6da9303e-dff1-4f72-a95c-25af5630769d",
  "consumerID": "cds",
  "timestamp": 1667714864938,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/resourceInstances/basic_onboard_iscxmf0/artifacts/basic_onboard_iscxmf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:08:31.361Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:08:31.361Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:08:31.361Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6da9303e-dff1-4f72-a95c-25af5630769d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667714857824,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/artifacts/service-BasicOnboardIscxmf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:08:31.362Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:08:31.362Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:08:31.362Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6da9303e-dff1-4f72-a95c-25af5630769d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667714861322,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/artifacts/service-BasicOnboardIscxmf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:08:31.363Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:08:31.364Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:08:31.364Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6da9303e-dff1-4f72-a95c-25af5630769d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667714865346,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/resourceInstances/basic_onboard_iscxmf0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-11-06T06:08:31.364Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:08:31.364Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:08:31.365Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6da9303e-dff1-4f72-a95c-25af5630769d",
  "consumerID": "cds",
  "timestamp": 1667714864938,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/resourceInstances/basic_onboard_iscxmf0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:08:31.365Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:08:31.368Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:08:31.368Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6da9303e-dff1-4f72-a95c-25af5630769d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667714857824,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/artifacts/service-BasicOnboardIscxmf-csar.csar",
  "status": "NOTIFIED"
}
2022-11-06T06:08:31.368Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:08:31.368Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:08:31.369Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6da9303e-dff1-4f72-a95c-25af5630769d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667714861322,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/artifacts/service-BasicOnboardIscxmf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:08:31.369Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:08:31.369Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:08:31.369Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6da9303e-dff1-4f72-a95c-25af5630769d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667714865346,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/resourceInstances/basic_onboard_iscxmf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:08:31.370Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:08:31.370Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:08:31.370Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6da9303e-dff1-4f72-a95c-25af5630769d",
  "consumerID": "cds",
  "timestamp": 1667714864938,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/resourceInstances/basic_onboard_iscxmf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:08:31.370Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:08:31.370Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:08:31.371Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6da9303e-dff1-4f72-a95c-25af5630769d",
  "consumerID": "aai-ml",
  "timestamp": 1667714869527,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/resourceInstances/basic_onboard_iscxmf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:08:31.371Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:08:31.371Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:08:31.371Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6da9303e-dff1-4f72-a95c-25af5630769d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667714869857,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/artifacts/service-BasicOnboardIscxmf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-06T06:08:31.372Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T06:08:31.372Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:08:31.372Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6da9303e-dff1-4f72-a95c-25af5630769d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667714865346,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/resourceInstances/basic_onboard_iscxmf0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-11-06T06:08:31.373Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:08:31.373Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:08:31.373Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6da9303e-dff1-4f72-a95c-25af5630769d",
  "consumerID": "cds",
  "timestamp": 1667714864938,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/resourceInstances/basic_onboard_iscxmf0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:08:31.374Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:08:31.374Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:08:31.374Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6da9303e-dff1-4f72-a95c-25af5630769d",
  "consumerID": "aai-ml",
  "timestamp": 1667714869527,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/resourceInstances/basic_onboard_iscxmf0/artifacts/basic_onboard_iscxmf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:08:31.375Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:08:31.375Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:08:31.375Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6da9303e-dff1-4f72-a95c-25af5630769d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667714865346,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/artifacts/service-BasicOnboardIscxmf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:08:31.375Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:08:31.375Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:08:31.376Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6da9303e-dff1-4f72-a95c-25af5630769d",
  "consumerID": "cds",
  "timestamp": 1667714864938,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/artifacts/service-BasicOnboardIscxmf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:08:31.376Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:08:31.376Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:08:31.377Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6da9303e-dff1-4f72-a95c-25af5630769d",
  "consumerID": "aai-ml",
  "timestamp": 1667714869527,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/resourceInstances/basic_onboard_iscxmf0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:08:31.377Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:08:31.377Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:08:31.377Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6da9303e-dff1-4f72-a95c-25af5630769d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667714865346,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/artifacts/service-BasicOnboardIscxmf-csar.csar",
  "status": "NOTIFIED"
}
2022-11-06T06:08:31.378Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:08:31.378Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:08:31.378Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6da9303e-dff1-4f72-a95c-25af5630769d",
  "consumerID": "cds",
  "timestamp": 1667714864938,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/artifacts/service-BasicOnboardIscxmf-csar.csar",
  "status": "NOTIFIED"
}
2022-11-06T06:08:31.379Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:08:31.379Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:08:31.379Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6da9303e-dff1-4f72-a95c-25af5630769d",
  "consumerID": "aai-ml",
  "timestamp": 1667714869527,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/resourceInstances/basic_onboard_iscxmf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:08:31.380Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:08:31.380Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:08:31.380Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6da9303e-dff1-4f72-a95c-25af5630769d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667714873174,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/resourceInstances/basic_onboard_iscxmf0/artifacts/basic_onboard_iscxmf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-06T06:08:31.380Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T06:08:31.381Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:08:31.381Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6da9303e-dff1-4f72-a95c-25af5630769d",
  "consumerID": "cds",
  "timestamp": 1667714872763,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/artifacts/service-BasicOnboardIscxmf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-06T06:08:31.381Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T06:08:31.381Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:08:31.382Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6da9303e-dff1-4f72-a95c-25af5630769d",
  "consumerID": "aai-ml",
  "timestamp": 1667714869527,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/resourceInstances/basic_onboard_iscxmf0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:08:31.382Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:08:31.382Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:08:31.382Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6da9303e-dff1-4f72-a95c-25af5630769d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667714874255,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/resourceInstances/basic_onboard_iscxmf0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-06T06:08:31.383Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T06:08:31.383Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:08:31.383Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6da9303e-dff1-4f72-a95c-25af5630769d",
  "consumerID": "cds",
  "timestamp": 1667714873780,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/artifacts/service-BasicOnboardIscxmf-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
2022-11-06T06:08:31.441Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 91 ms
2022-11-06T06:08:31.445Z||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-06T06:08:31.446Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tNTQBMD8Rsm19kIi) ...
2022-11-06T06:08:31.457Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:08:31.458Z||pool-3-thread-1|||||INFO|500||cambria reply ok (13 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06T06:08:31.640Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6da9303e-dff1-4f72-a95c-25af5630769d
2022-11-06T06:08:31.662Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6da9303e-dff1-4f72-a95c-25af5630769d 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-06T06:08:31.684Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:08:31.684Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6da9303e-dff1-4f72-a95c-25af5630769d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667714874772,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/artifacts/service-BasicOnboardIscxmf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-06T06:08:31.685Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T06:08:31.685Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:08:31.685Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6da9303e-dff1-4f72-a95c-25af5630769d",
  "consumerID": "aai-ml",
  "timestamp": 1667714869527,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/artifacts/service-BasicOnboardIscxmf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:08:31.685Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:08:31.686Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:08:31.686Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6da9303e-dff1-4f72-a95c-25af5630769d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667714875326,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/resourceInstances/basic_onboard_iscxmf0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-11-06T06:08:31.686Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T06:08:31.686Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:08:31.686Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6da9303e-dff1-4f72-a95c-25af5630769d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667714875777,
  "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-06T06:08:31.702Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6da9303e-dff1-4f72-a95c-25af5630769d
2022-11-06T06:08:31.702Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6da9303e-dff1-4f72-a95c-25af5630769d 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-06T06:08:31.711Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:08:31.711Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6da9303e-dff1-4f72-a95c-25af5630769d",
  "consumerID": "aai-ml",
  "timestamp": 1667714869527,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/artifacts/service-BasicOnboardIscxmf-csar.csar",
  "status": "NOTIFIED"
}
2022-11-06T06:08:31.711Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:08:31.711Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:08:31.711Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6da9303e-dff1-4f72-a95c-25af5630769d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667714876522,
  "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-06T06:08:31.716Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6da9303e-dff1-4f72-a95c-25af5630769d
2022-11-06T06:08:31.716Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6da9303e-dff1-4f72-a95c-25af5630769d 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-06T06:08:31.725Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:08:31.725Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6da9303e-dff1-4f72-a95c-25af5630769d",
  "consumerID": "aai-ml",
  "timestamp": 1667714877364,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/artifacts/service-BasicOnboardIscxmf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-06T06:08:31.725Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T06:08:31.725Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:08:31.725Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6da9303e-dff1-4f72-a95c-25af5630769d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667714877529,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/resourceInstances/basic_onboard_iscxmf0/artifacts/basic_onboard_iscxmf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-06T06:08:31.726Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T06:08:31.726Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:08:31.726Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6da9303e-dff1-4f72-a95c-25af5630769d",
  "consumerID": "aai-ml",
  "timestamp": 1667714889231,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/artifacts/service-BasicOnboardIscxmf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-06T06:08:31.726Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T06:08:31.726Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:08:31.726Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6da9303e-dff1-4f72-a95c-25af5630769d",
  "consumerID": "aai-ml",
  "timestamp": 1667714890239,
  "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-06T06:08:31.731Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6da9303e-dff1-4f72-a95c-25af5630769d
2022-11-06T06:08:31.731Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6da9303e-dff1-4f72-a95c-25af5630769d 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-06T06:08:32.353Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-06T06:08:32.353Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-06T06:08:32.355Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T06:08:32.355Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "6da9303e-dff1-4f72-a95c-25af5630769d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667714910640,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/resourceInstances/basic_onboard_iscxmf0/artifacts/basic_onboard_iscxmf0_modules.json",
  "status": "NOTIFIED"
}
2022-11-06T06:08:32.455Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T06:08:32.456Z||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-06T06:08:32.456Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tNTQBMD8Rsm19kIi) ...
2022-11-06T06:08:32.471Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:08:32.472Z||pool-4-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-06T06:08:33.355Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-06T06:08:33.356Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-06T06:08:33.359Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T06:08:33.359Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "6da9303e-dff1-4f72-a95c-25af5630769d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667714910640,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/resourceInstances/basic_onboard_iscxmf0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-11-06T06:08:33.459Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T06:08:33.460Z||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-06T06:08:33.460Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tNTQBMD8Rsm19kIi) ...
2022-11-06T06:08:33.471Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:08:33.471Z||pool-5-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-11-06T06:08:34.359Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-06T06:08:34.360Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-06T06:08:34.363Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T06:08:34.363Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "6da9303e-dff1-4f72-a95c-25af5630769d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667714910640,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/resourceInstances/basic_onboard_iscxmf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:08:34.463Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T06:08:34.464Z||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-06T06:08:34.464Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tNTQBMD8Rsm19kIi) ...
2022-11-06T06:08:34.476Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:08:34.476Z||pool-6-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-06T06:08:35.363Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-06T06:08:35.365Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-06T06:08:35.367Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T06:08:35.367Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "6da9303e-dff1-4f72-a95c-25af5630769d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667714910640,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/resourceInstances/basic_onboard_iscxmf0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-11-06T06:08:35.467Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T06:08:35.469Z||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-06T06:08:35.469Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tNTQBMD8Rsm19kIi) ...
2022-11-06T06:08:35.481Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:08:35.482Z||pool-7-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-06T06:08:36.367Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-06T06:08:36.368Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-06T06:08:36.371Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T06:08:36.371Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "6da9303e-dff1-4f72-a95c-25af5630769d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667714910640,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/artifacts/service-BasicOnboardIscxmf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:08:36.471Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-06T06:08:36.472Z||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-06T06:08:36.472Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tNTQBMD8Rsm19kIi) ...
2022-11-06T06:08:36.484Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:08:36.485Z||pool-8-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-11-06T06:08:37.371Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-06T06:08:37.372Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-06T06:08:37.374Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T06:08:37.374Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "6da9303e-dff1-4f72-a95c-25af5630769d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667714910640,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/artifacts/service-BasicOnboardIscxmf-csar.csar",
  "status": "NOTIFIED"
}
2022-11-06T06:08:37.474Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T06:08:37.475Z||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-06T06:08:37.475Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tNTQBMD8Rsm19kIi) ...
2022-11-06T06:08:37.486Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:08:37.486Z||pool-9-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-06T06:08:38.377Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "6da9303e-dff1-4f72-a95c-25af5630769d",
  "serviceName": "basic_onboard_iscxmf",
  "serviceVersion": "1.0",
  "serviceUUID": "62b0a967-3d90-4803-92a1-0927a0f41b95",
  "serviceDescription": "service",
  "serviceInvariantUUID": "fa9b621d-d176-453e-bfef-dd77aa9be66a",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_iscxmf 0",
      "resourceCustomizationUUID": "92806ab2-f43f-4e1a-86e6-4fe0922973a3",
      "resourceName": "basic_onboard_iscxmf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "4468101d-d857-453a-af11-71bb675d71f7",
      "resourceInvariantUUID": "0bc0c208-fa0d-4406-a63d-ed72945adfeb",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_iscxmf0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/resourceInstances/basic_onboard_iscxmf0/artifacts/basic_onboard_iscxmf0_modules.json",
          "artifactChecksum": "NzIxZjZmMWZiNzVhMjVmZmM0NTlhZDY4MWIzNGNmZjM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "a19f062a-f57e-4b08-87fc-70e4dffbda2c",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/resourceInstances/basic_onboard_iscxmf0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "e55a76f7-3e81-4cdd-8e26-ffd0394994f7",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/resourceInstances/basic_onboard_iscxmf0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "90b5d12f-e898-4183-824d-8248784fcb0b",
            "generatedFromUUID": "e55a76f7-3e81-4cdd-8e26-ffd0394994f7"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/resourceInstances/basic_onboard_iscxmf0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "90b5d12f-e898-4183-824d-8248784fcb0b",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardIscxmf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/artifacts/service-BasicOnboardIscxmf-csar.csar",
      "artifactChecksum": "OTk1ZjE4M2UxMTM3NTI0N2NlZjcyODEzNjMxZDc5YTQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c559c7bb-817b-4e4f-814d-cf66a4e90d7e"
    }
  ],
  "workloadContext": "Production"
}
2022-11-06T06:08:38.379Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-06T06:08:38.379Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 62b0a967-3d90-4803-92a1-0927a0f41b95 ASDC
2022-11-06T06:08:38.543Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:6da9303e-dff1-4f72-a95c-25af5630769d
ServiceName:basic_onboard_iscxmf
ServiceVersion:1.0
ServiceUUID:62b0a967-3d90-4803-92a1-0927a0f41b95
ServiceInvariantUUID:fa9b621d-d176-453e-bfef-dd77aa9be66a
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardIscxmf-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/artifacts/service-BasicOnboardIscxmf-csar.csar
ArtifactUUID:c559c7bb-817b-4e4f-814d-cf66a4e90d7e
ArtifactChecksum:OTk1ZjE4M2UxMTM3NTI0N2NlZjcyODEzNjMxZDc5YTQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_iscxmf 0
ResourceCustomizationUUID:92806ab2-f43f-4e1a-86e6-4fe0922973a3
ResourceInvariantUUID:0bc0c208-fa0d-4406-a63d-ed72945adfeb
ResourceName:basic_onboard_iscxmf
ResourceType:VF
ResourceUUID:4468101d-d857-453a-af11-71bb675d71f7
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_iscxmf0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/resourceInstances/basic_onboard_iscxmf0/artifacts/basic_onboard_iscxmf0_modules.json
ArtifactUUID:a19f062a-f57e-4b08-87fc-70e4dffbda2c
ArtifactChecksum:NzIxZjZmMWZiNzVhMjVmZmM0NTlhZDY4MWIzNGNmZjM=
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/BasicOnboardIscxmf/1.0/resourceInstances/basic_onboard_iscxmf0/artifacts/base_ubuntu18.yaml
ArtifactUUID:e55a76f7-3e81-4cdd-8e26-ffd0394994f7
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/BasicOnboardIscxmf/1.0/resourceInstances/basic_onboard_iscxmf0/artifacts/base_ubuntu18.env
ArtifactUUID:90b5d12f-e898-4183-824d-8248784fcb0b
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/BasicOnboardIscxmf/1.0/resourceInstances/basic_onboard_iscxmf0/artifacts/base_ubuntu18.env
ArtifactUUID:90b5d12f-e898-4183-824d-8248784fcb0b
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-11-06T06:08:38.544Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 62b0a967-3d90-4803-92a1-0927a0f41b95 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-06T06:08:38.594Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-06T06:08:38.595Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-11-06T06:08:38.596Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-11-06T06:08:38.596Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: c559c7bb-817b-4e4f-814d-cf66a4e90d7e from URL: /sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/artifacts/service-BasicOnboardIscxmf-csar.csar
2022-11-06T06:08:38.596Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-11-06T06:08:38.598Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/artifacts/service-BasicOnboardIscxmf-csar.csar
2022-11-06T06:08:38.702Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-11-06T06:08:38.718Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/artifacts/service-BasicOnboardIscxmf-csar.csar c559c7bb-817b-4e4f-814d-cf66a4e90d7e 75285
2022-11-06T06:08:38.719Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/artifacts/service-BasicOnboardIscxmf-csar.csar ASDC sendASDCNotification
2022-11-06T06:08:38.719Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/artifacts/service-BasicOnboardIscxmf-csar.csar
2022-11-06T06:08:38.722Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-06T06:08:38.723Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-06T06:08:38.724Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T06:08:38.724Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "6da9303e-dff1-4f72-a95c-25af5630769d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667714918718,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/artifacts/service-BasicOnboardIscxmf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-06T06:08:38.825Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-06T06:08:38.825Z||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-06T06:08:38.825Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tNTQBMD8Rsm19kIi) ...
2022-11-06T06:08:38.838Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:08:38.839Z||pool-10-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-06T06:08:39.725Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-06T06:08:39.726Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-11-06T06:08:39.727Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: c559c7bb-817b-4e4f-814d-cf66a4e90d7e, URL: /sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/artifacts/service-BasicOnboardIscxmf-csar.csar to file: /app/ASDC/1/service-BasicOnboardIscxmf-csar.csar
2022-11-06T06:08:39.727Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardIscxmf-csar.csar
2022-11-06T06:08:39.819Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardIscxmf-csar.csar
2022-11-06T06:08:39.820Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardIscxmf-csar.csar
2022-11-06T06:08:40.428Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17906520146815611216/Definitions/service-BasicOnboardIscxmf-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-06T06:08:42.388Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-06T06:08:42.393Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-11-06T06:08:42.393Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardIscxmf-csar.csar
2022-11-06T06:08:42.394Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-11-06T06:08:42.394Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardIscxmf-csar.csar
2022-11-06T06:08:42.394Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardIscxmf-csar.csar
2022-11-06T06:08:42.394Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_iscxmf 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-BasicOnboardIscxmf-csar.csar
2022-11-06T06:08:42.394Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardIscxmf-csar.csar
2022-11-06T06:08:42.394Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardIscxmf-csar.csar
2022-11-06T06:08:42.394Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardIscxmf-csar.csar
2022-11-06T06:08:42.394Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardIscxmf-csar.csar
2022-11-06T06:08:42.395Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-11-06T06:08:42.400Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T06:08:42.402Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_iscxmf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T06:08:42.406Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_iscxmf 0 is matching search criteria
2022-11-06T06:08:42.406Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-11-06T06:08:42.408Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_iscxmf 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-06T06:08:42.409Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T06:08:42.410Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_iscxmf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T06:08:42.410Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_iscxmf 0 is matching search criteria
2022-11-06T06:08:42.410Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-11-06T06:08:42.410Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_iscxmf 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-06T06:08:42.410Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T06:08:42.410Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_iscxmf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T06:08:42.414Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T06:08:42.414Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_iscxmf 0 is not matching search criteria
2022-11-06T06:08:42.414Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-11-06T06:08:42.414Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-11-06T06:08:42.414Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-11-06T06:08:42.415Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-11-06T06:08:42.415Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-06T06:08:42.415Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T06:08:42.415Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_iscxmf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-06T06:08:42.416Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T06:08:42.416Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_iscxmf 0 is matching search criteria
2022-11-06T06:08:42.417Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_iscxmf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-06T06:08:42.417Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T06:08:42.417Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_iscxmf 0 is matching search criteria
2022-11-06T06:08:42.417Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_iscxmf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-06T06:08:42.418Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T06:08:42.418Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_iscxmf 0 is matching search criteria
2022-11-06T06:08:42.418Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_iscxmf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-06T06:08:42.418Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T06:08:42.418Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_iscxmf 0 is not matching search criteria
2022-11-06T06:08:42.418Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-11-06T06:08:42.419Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-11-06T06:08:42.419Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=3d231c57-11b6-4c54-a91f-405b0bd8a8f6
2022-11-06T06:08:42.419Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T06:08:42.419Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_iscxmf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T06:08:42.419Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T06:08:42.420Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_iscxmf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T06:08:42.420Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T06:08:42.420Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_iscxmf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T06:08:42.420Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T06:08:42.420Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_iscxmf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T06:08:42.420Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_iscxmf
Description:service
Model UUID:62b0a967-3d90-4803-92a1-0927a0f41b95
Model Version:NULL
Model InvariantUuid:fa9b621d-d176-453e-bfef-dd77aa9be66a
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_iscxmf
Model UUID:8711d21f-9aaa-4235-b710-ea0b88c85489
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:0bc0c208-fa0d-4406-a63d-ed72945adfeb
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:92806ab2-f43f-4e1a-86e6-4fe0922973a3
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:17864394-fd07-40bf-b898-3ff45b16c0f5
ModelName:BasicOnboardIscxmf..base_ubuntu18..module-0
ModelUuid:c4d035ad-165f-41fa-8c6c-08c736a5396c
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:3d231c57-11b6-4c54-a91f-405b0bd8a8f6
ModelInvariantUuid:9c6f976b-e705-46b5-8e6c-ec5128382858
ModelName:basic_onboard_iscxmf-nodes.ubuntu18Cvfc
ModelUuid:5c720852-db48-414b-a005-417f2b6e2226
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:753247f8-a73a-4dde-a1a9-df7db58143f1
ModelInvariantUuid:cb75f8a6-5dd2-4f1d-a5d9-a7a5d54820e1
ModelName:BasicOnboardIscxmf.compute.nodes.heat.ubuntu18
ModelUuid:8cb6e6a9-b6a2-410c-b079-e8f125b7b56a
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-06T06:08:42.431Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 4468101d-d857-453a-af11-71bb675d71f7
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-06T06:08:42.532Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||INFO|500||basic_onboard_iscxmf 0
2022-11-06T06:08:42.538Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 4468101d-d857-453a-af11-71bb675d71f7
2022-11-06T06:08:42.539Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: a19f062a-f57e-4b08-87fc-70e4dffbda2c from URL: /sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/resourceInstances/basic_onboard_iscxmf0/artifacts/basic_onboard_iscxmf0_modules.json
2022-11-06T06:08:42.539Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-11-06T06:08:42.539Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/resourceInstances/basic_onboard_iscxmf0/artifacts/basic_onboard_iscxmf0_modules.json
2022-11-06T06:08:42.594Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-11-06T06:08:42.595Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/resourceInstances/basic_onboard_iscxmf0/artifacts/basic_onboard_iscxmf0_modules.json a19f062a-f57e-4b08-87fc-70e4dffbda2c 798
2022-11-06T06:08:42.595Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/resourceInstances/basic_onboard_iscxmf0/artifacts/basic_onboard_iscxmf0_modules.json ASDC sendASDCNotification
2022-11-06T06:08:42.595Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/resourceInstances/basic_onboard_iscxmf0/artifacts/basic_onboard_iscxmf0_modules.json
2022-11-06T06:08:42.595Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-06T06:08:42.596Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-06T06:08:42.598Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T06:08:42.598Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "6da9303e-dff1-4f72-a95c-25af5630769d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667714922595,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/resourceInstances/basic_onboard_iscxmf0/artifacts/basic_onboard_iscxmf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-06T06:08:42.698Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T06:08:42.699Z||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-06T06:08:42.699Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tNTQBMD8Rsm19kIi) ...
2022-11-06T06:08:42.711Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:08:42.712Z||pool-11-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-06T06:08:43.599Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardIscxmf..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "17864394-fd07-40bf-b898-3ff45b16c0f5",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c4d035ad-165f-41fa-8c6c-08c736a5396c",
    "vfModuleModelCustomizationUUID": "b6542117-70aa-4d43-896c-3f34bb9c62a3",
    "isBase": true,
    "artifacts": [
      "e55a76f7-3e81-4cdd-8e26-ffd0394994f7",
      "90b5d12f-e898-4183-824d-8248784fcb0b"
    ],
    "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-06T06:08:43.613Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardIscxmf..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c4d035ad-165f-41fa-8c6c-08c736a5396c
VfModuleModelInvariantUUID:17864394-fd07-40bf-b898-3ff45b16c0f5
VfModuleModelDescription:NULL
Artifacts UUID List:{
e55a76f7-3e81-4cdd-8e26-ffd0394994f7
,
90b5d12f-e898-4183-824d-8248784fcb0b

}
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-06T06:08:43.616Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardIscxmf..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "17864394-fd07-40bf-b898-3ff45b16c0f5",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c4d035ad-165f-41fa-8c6c-08c736a5396c",
    "vfModuleModelCustomizationUUID": "b6542117-70aa-4d43-896c-3f34bb9c62a3",
    "isBase": true,
    "artifacts": [
      "e55a76f7-3e81-4cdd-8e26-ffd0394994f7",
      "90b5d12f-e898-4183-824d-8248784fcb0b"
    ],
    "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-06T06:08:43.616Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardIscxmf..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c4d035ad-165f-41fa-8c6c-08c736a5396c
VfModuleModelInvariantUUID:17864394-fd07-40bf-b898-3ff45b16c0f5
VfModuleModelDescription:NULL
Artifacts UUID List:{
e55a76f7-3e81-4cdd-8e26-ffd0394994f7
,
90b5d12f-e898-4183-824d-8248784fcb0b

}
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-06T06:08:43.616Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: e55a76f7-3e81-4cdd-8e26-ffd0394994f7 from URL: /sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/resourceInstances/basic_onboard_iscxmf0/artifacts/base_ubuntu18.yaml
2022-11-06T06:08:43.616Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-11-06T06:08:43.617Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/resourceInstances/basic_onboard_iscxmf0/artifacts/base_ubuntu18.yaml
2022-11-06T06:08:43.668Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-11-06T06:08:43.669Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/resourceInstances/basic_onboard_iscxmf0/artifacts/base_ubuntu18.yaml e55a76f7-3e81-4cdd-8e26-ffd0394994f7 5033
2022-11-06T06:08:43.670Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/resourceInstances/basic_onboard_iscxmf0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-11-06T06:08:43.670Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/resourceInstances/basic_onboard_iscxmf0/artifacts/base_ubuntu18.yaml
2022-11-06T06:08:43.670Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-06T06:08:43.671Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-06T06:08:43.673Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T06:08:43.674Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "6da9303e-dff1-4f72-a95c-25af5630769d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667714923670,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/resourceInstances/basic_onboard_iscxmf0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-06T06:08:43.774Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T06:08:43.775Z||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-06T06:08:43.775Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tNTQBMD8Rsm19kIi) ...
2022-11-06T06:08:43.786Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:08:43.787Z||pool-12-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-06T06:08:44.674Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 90b5d12f-e898-4183-824d-8248784fcb0b from URL: /sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/resourceInstances/basic_onboard_iscxmf0/artifacts/base_ubuntu18.env
2022-11-06T06:08:44.675Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-11-06T06:08:44.675Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/resourceInstances/basic_onboard_iscxmf0/artifacts/base_ubuntu18.env
2022-11-06T06:08:44.736Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-11-06T06:08:44.736Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/resourceInstances/basic_onboard_iscxmf0/artifacts/base_ubuntu18.env 90b5d12f-e898-4183-824d-8248784fcb0b 909
2022-11-06T06:08:44.737Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/resourceInstances/basic_onboard_iscxmf0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-11-06T06:08:44.737Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/resourceInstances/basic_onboard_iscxmf0/artifacts/base_ubuntu18.env
2022-11-06T06:08:44.737Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-06T06:08:44.738Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-06T06:08:44.740Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T06:08:44.740Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "6da9303e-dff1-4f72-a95c-25af5630769d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667714924737,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/resourceInstances/basic_onboard_iscxmf0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-11-06T06:08:44.840Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T06:08:44.841Z||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-06T06:08:44.841Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tNTQBMD8Rsm19kIi) ...
2022-11-06T06:08:44.853Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:08:44.853Z||pool-13-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-06T06:08:45.741Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 62b0a967-3d90-4803-92a1-0927a0f41b95
2022-11-06T06:08:45.741Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_iscxmf 0 4468101d-d857-453a-af11-71bb675d71f7 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-06T06:08:45.775Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@68d1a12b, org.onap.sdc.toscaparser.api.parameters.Input@3bdb702f, org.onap.sdc.toscaparser.api.parameters.Input@31c8d0c2, org.onap.sdc.toscaparser.api.parameters.Input@31c7f8b, org.onap.sdc.toscaparser.api.parameters.Input@66a15e3a]
2022-11-06T06:08:45.779Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T06:08:45.779Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_iscxmf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T06:08:45.780Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 
2022-11-06T06:08:45.780Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 92806ab2-f43f-4e1a-86e6-4fe0922973a3
2022-11-06T06:08:45.780Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 92806ab2-f43f-4e1a-86e6-4fe0922973a3 matches Tosca VF Customization UUID: 92806ab2-f43f-4e1a-86e6-4fe0922973a3
2022-11-06T06:08:45.780Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 92806ab2-f43f-4e1a-86e6-4fe0922973a3  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-06T06:08:45.787Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T06:08:45.787Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_iscxmf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T06:08:45.789Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 92806ab2-f43f-4e1a-86e6-4fe0922973a3: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-11-06T06:08:45.789Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4b2d4680
2022-11-06T06:08:45.789Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T06:08:45.789Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_iscxmf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-06T06:08:45.790Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : b6542117-70aa-4d43-896c-3f34bb9c62a3
2022-11-06T06:08:45.791Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID b6542117-70aa-4d43-896c-3f34bb9c62a3
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-06T06:08:45.797Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T06:08:45.797Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_iscxmf 0 is matching search criteria
2022-11-06T06:08:45.797Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_iscxmf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-06T06:08:45.798Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T06:08:45.799Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_iscxmf 0 is matching search criteria
2022-11-06T06:08:45.799Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_iscxmf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-06T06:08:45.799Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T06:08:45.799Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_iscxmf 0 is not matching search criteria
2022-11-06T06:08:45.800Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-11-06T06:08:45.800Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-11-06T06:08:45.800Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=3d231c57-11b6-4c54-a91f-405b0bd8a8f6
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-06T06:08:45.807Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T06:08:45.807Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_iscxmf 0 is matching search criteria
2022-11-06T06:08:45.808Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_iscxmf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-06T06:08:45.808Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T06:08:45.809Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_iscxmf 0 is matching search criteria
2022-11-06T06:08:45.809Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_iscxmf 0] matching following query criteria: sdcType=VF, customizationUUID=92806ab2-f43f-4e1a-86e6-4fe0922973a3
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-06T06:08:45.812Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T06:08:45.812Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_iscxmf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T06:08:45.812Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 62b0a967-3d90-4803-92a1-0927a0f41b95: basic_onboard_iscxmf
2022-11-06T06:08:45.813Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T06:08:45.813Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_iscxmf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T06:08:45.813Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T06:08:45.814Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_iscxmf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T06:08:45.814Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T06:08:45.814Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_iscxmf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T06:08:45.815Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T06:08:45.815Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_iscxmf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T06:08:45.816Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T06:08:45.816Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_iscxmf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T06:08:45.816Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||INFO|500||Saving Service: basic_onboard_iscxmf 
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-06T06:08:46.000Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_iscxmf 4468101d-d857-453a-af11-71bb675d71f7 1 ASDC deployResourceStructure
2022-11-06T06:08:46.000Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/resourceInstances/basic_onboard_iscxmf0/artifacts/basic_onboard_iscxmf0_modules.json ASDC sendASDCNotification
2022-11-06T06:08:46.001Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/resourceInstances/basic_onboard_iscxmf0/artifacts/basic_onboard_iscxmf0_modules.json
2022-11-06T06:08:46.001Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-06T06:08:46.001Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-06T06:08:46.003Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T06:08:46.003Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "6da9303e-dff1-4f72-a95c-25af5630769d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667714926000,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/resourceInstances/basic_onboard_iscxmf0/artifacts/basic_onboard_iscxmf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-06T06:08:46.103Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-06T06:08:46.104Z||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-06T06:08:46.104Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tNTQBMD8Rsm19kIi) ...
2022-11-06T06:08:46.119Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:08:46.120Z||pool-14-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-11-06T06:08:47.004Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/resourceInstances/basic_onboard_iscxmf0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-11-06T06:08:47.005Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/resourceInstances/basic_onboard_iscxmf0/artifacts/base_ubuntu18.yaml
2022-11-06T06:08:47.006Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-06T06:08:47.006Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-06T06:08:47.008Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T06:08:47.008Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "6da9303e-dff1-4f72-a95c-25af5630769d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667714927004,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/resourceInstances/basic_onboard_iscxmf0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-11-06T06:08:47.108Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T06:08:47.109Z||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-06T06:08:47.109Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tNTQBMD8Rsm19kIi) ...
2022-11-06T06:08:47.121Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:08:47.121Z||pool-15-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-06T06:08:48.014Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/resourceInstances/basic_onboard_iscxmf0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-11-06T06:08:48.014Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/resourceInstances/basic_onboard_iscxmf0/artifacts/base_ubuntu18.env
2022-11-06T06:08:48.014Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-06T06:08:48.015Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-06T06:08:48.017Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T06:08:48.017Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "6da9303e-dff1-4f72-a95c-25af5630769d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667714928013,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/resourceInstances/basic_onboard_iscxmf0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-11-06T06:08:48.117Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T06:08:48.118Z||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-06T06:08:48.118Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tNTQBMD8Rsm19kIi) ...
2022-11-06T06:08:48.130Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:08:48.130Z||pool-16-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-06T06:08:49.018Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/artifacts/service-BasicOnboardIscxmf-csar.csar ASDC sendASDCNotification
2022-11-06T06:08:49.018Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/artifacts/service-BasicOnboardIscxmf-csar.csar
2022-11-06T06:08:49.019Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-06T06:08:49.019Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-06T06:08:49.021Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T06:08:49.022Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "6da9303e-dff1-4f72-a95c-25af5630769d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667714929018,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/artifacts/service-BasicOnboardIscxmf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-06T06:08:49.122Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T06:08:49.123Z||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-06T06:08:49.123Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tNTQBMD8Rsm19kIi) ...
2022-11-06T06:08:49.155Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:08:49.156Z||pool-17-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2022-11-06T06:08:50.023Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6da9303e-dff1-4f72-a95c-25af5630769d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06T06:08:50.040Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6da9303e-dff1-4f72-a95c-25af5630769d
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-06T06:08:50.043Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-06T06:08:50.044Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-06T06:08:50.044Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-06T06:08:50.044Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-06T06:08:50.044Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-06T06:08:50.044Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-06T06:08:50.044Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-06T06:08:50.045Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-06T06:08:50.045Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-06T06:08:50.045Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-06T06:08:50.050Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-06T06:09:20.052Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6da9303e-dff1-4f72-a95c-25af5630769d 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-06T06:09:20.065Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6da9303e-dff1-4f72-a95c-25af5630769d and serviceModelVersionId: 62b0a967-3d90-4803-92a1-0927a0f41b95
2022-11-06T06:09:20.065Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : fa9b621d-d176-453e-bfef-dd77aa9be66a
2022-11-06T06:09:30.642Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T06:09:30.643Z||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-06T06:09:30.643Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T06:09:30.804Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:09:30.804Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:09:30.805Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6da9303e-dff1-4f72-a95c-25af5630769d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667714910640,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/resourceInstances/basic_onboard_iscxmf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:09:30.806Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:09:35.784Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/fa9b621d-d176-453e-bfef-dd77aa9be66a/model-vers/model-ver/62b0a967-3d90-4803-92a1-0927a0f41b95?depth=0
2022-11-06T06:09:35.887Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-11-06T06:09:36.380Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fa9b621d-d176-453e-bfef-dd77aa9be66a/model-vers/model-ver/62b0a967-3d90-4803-92a1-0927a0f41b95?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-06T06:09:36.385Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fa9b621d-d176-453e-bfef-dd77aa9be66a/model-vers/model-ver/62b0a967-3d90-4803-92a1-0927a0f41b95?depth=0|INFO|500||Invoke
2022-11-06T06:09:36.488Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fa9b621d-d176-453e-bfef-dd77aa9be66a/model-vers/model-ver/62b0a967-3d90-4803-92a1-0927a0f41b95?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-11-06T06:09:36.666Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fa9b621d-d176-453e-bfef-dd77aa9be66a/model-vers/model-ver/62b0a967-3d90-4803-92a1-0927a0f41b95?depth=0|INFO|500||InvokeReturn
2022-11-06T06:09:36.667Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fa9b621d-d176-453e-bfef-dd77aa9be66a/model-vers/model-ver/62b0a967-3d90-4803-92a1-0927a0f41b95?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221106-06:09:37:298-21049], vertex-id=[221384], Content-Length=[0], Date=[Sun, 06 Nov 2022 06:09:37 GMT], Content-Type=[application/json]}
2022-11-06T06:09:36.667Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2022-11-06T06:09:36.670Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-06T06:09:36.670Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-06T06:09:36.677Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-11-06T06:09:36.678Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6da9303e-dff1-4f72-a95c-25af5630769d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-06T06:09:36.678Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-06T06:09:36.679Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-06T06:09:36.681Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T06:09:36.681Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "6da9303e-dff1-4f72-a95c-25af5630769d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667714976678,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-06T06:09:36.781Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T06:09:36.782Z||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-06T06:09:36.782Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tNTQBMD8Rsm19kIi) ...
2022-11-06T06:09:36.797Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:09:36.797Z||pool-18-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-06T06:09:37.694Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T06:09:37.695Z|6da9303e-dff1-4f72-a95c-25af5630769d|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-06T06:09:37.695Z|6da9303e-dff1-4f72-a95c-25af5630769d|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 tNTQBMD8Rsm19kIi) ...
2022-11-06T06:09:47.248Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:10:30.640Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T06:10:30.641Z|6da9303e-dff1-4f72-a95c-25af5630769d|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-06T06:10:30.641Z|6da9303e-dff1-4f72-a95c-25af5630769d|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 tNTQBMD8Rsm19kIi) ...
2022-11-06T06:10:30.642Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T06:10:30.643Z||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-06T06:10:30.643Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T06:10:30.674Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:10:30.676Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:10:30.676Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6da9303e-dff1-4f72-a95c-25af5630769d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667714910640,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/resourceInstances/basic_onboard_iscxmf0/artifacts/basic_onboard_iscxmf0_modules.json",
  "status": "NOTIFIED"
}
2022-11-06T06:10:30.677Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:10:30.677Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:10:30.677Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6da9303e-dff1-4f72-a95c-25af5630769d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667714910640,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/resourceInstances/basic_onboard_iscxmf0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-11-06T06:10:30.678Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:10:30.678Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:10:30.678Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6da9303e-dff1-4f72-a95c-25af5630769d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667714910640,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/resourceInstances/basic_onboard_iscxmf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:10:30.678Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:10:30.678Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:10:30.678Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6da9303e-dff1-4f72-a95c-25af5630769d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667714910640,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/resourceInstances/basic_onboard_iscxmf0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-11-06T06:10:30.678Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:10:30.679Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:10:30.679Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6da9303e-dff1-4f72-a95c-25af5630769d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667714910640,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/artifacts/service-BasicOnboardIscxmf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:10:30.679Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:10:30.679Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:10:30.679Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6da9303e-dff1-4f72-a95c-25af5630769d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667714910640,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/artifacts/service-BasicOnboardIscxmf-csar.csar",
  "status": "NOTIFIED"
}
2022-11-06T06:10:30.679Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:10:30.679Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:10:30.680Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6da9303e-dff1-4f72-a95c-25af5630769d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667714918718,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/artifacts/service-BasicOnboardIscxmf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-06T06:10:30.680Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T06:10:30.680Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:10:30.680Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6da9303e-dff1-4f72-a95c-25af5630769d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667714922595,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/resourceInstances/basic_onboard_iscxmf0/artifacts/basic_onboard_iscxmf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-06T06:10:30.680Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T06:10:30.680Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:10:30.680Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6da9303e-dff1-4f72-a95c-25af5630769d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667714923670,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/resourceInstances/basic_onboard_iscxmf0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-06T06:10:30.681Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T06:10:30.681Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:10:30.681Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6da9303e-dff1-4f72-a95c-25af5630769d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667714924737,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/resourceInstances/basic_onboard_iscxmf0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-11-06T06:10:30.681Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T06:10:30.681Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:10:30.681Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6da9303e-dff1-4f72-a95c-25af5630769d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667714926000,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/resourceInstances/basic_onboard_iscxmf0/artifacts/basic_onboard_iscxmf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-06T06:10:30.682Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T06:10:30.682Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:10:30.682Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6da9303e-dff1-4f72-a95c-25af5630769d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667714927004,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/resourceInstances/basic_onboard_iscxmf0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-11-06T06:10:30.682Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T06:10:30.682Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:10:30.682Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6da9303e-dff1-4f72-a95c-25af5630769d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667714928013,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/resourceInstances/basic_onboard_iscxmf0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-11-06T06:10:30.682Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T06:10:30.682Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:10:30.683Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6da9303e-dff1-4f72-a95c-25af5630769d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667714929018,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/artifacts/service-BasicOnboardIscxmf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-06T06:10:30.683Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T06:10:40.197Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:11:30.640Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T06:11:30.642Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T06:11:30.643Z|6da9303e-dff1-4f72-a95c-25af5630769d|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-06T06:11:30.643Z||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-06T06:11:30.644Z|6da9303e-dff1-4f72-a95c-25af5630769d|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 tNTQBMD8Rsm19kIi) ...
2022-11-06T06:11:30.644Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T06:11:30.737Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:11:30.737Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:11:30.738Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6da9303e-dff1-4f72-a95c-25af5630769d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667714976678,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-06T06:11:30.739Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T06:11:31.308Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:11:31.309Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-06T06:11:31.309Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"3256d7a0-dbfe-4384-88fd-31a217de41a2","serviceName":"vFW 2022-11-06 06-10-38","serviceVersion":"1.0","serviceUUID":"df69bf36-40ef-4418-ab6d-f0c0567b9af7","serviceDescription":"catalog service description","serviceInvariantUUID":"e02d5c13-4822-4870-b833-76936a72d423","resources":[{"resourceInstanceName":"vFW a9a00734-3de1 0","resourceName":"vFW a9a00734-3de1","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"cc27aa48-67d3-4e11-9a37-916b5e367498","resourceInvariantUUID":"a73b936f-7700-43ac-a311-1c8ef222800a","resourceCustomizationUUID":"06b08085-f9fa-42cd-8896-2d76493691bc","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221106061038/1.0/resourceInstances/vfwa9a007343de10/artifacts/vf-license-model.xml","artifactChecksum":"MDQyZWQ0ZWNlODI0MGUwNjc3MzAxY2ExMjY4NzAyYTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a064bebc-8d00-4854-a429-abb16f6e432a","artifactVersion":"1"},{"artifactName":"vfwa9a007343de10_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20221106061038/1.0/resourceInstances/vfwa9a007343de10/artifacts/vfwa9a007343de10_modules.json","artifactChecksum":"NTFiYjY4ZWQzNjhjMDlhMDFkYTQxMDAxZGEwYTIzY2Y\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c7b080ca-4464-4d6e-bfe5-1a50e80de86d","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20221106061038/1.0/resourceInstances/vfwa9a007343de10/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"690b53ac-6542-4bc8-9d5b-77991093cd8d","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221106061038/1.0/resourceInstances/vfwa9a007343de10/artifacts/vendor-license-model.xml","artifactChecksum":"ZWI3OWYyZmNhNGZjYjZiMDcwOWI4YjAxZDAzMjlhOWE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"93306841-4a0d-40d9-8fc4-62eeee472da4","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20221106061038/1.0/resourceInstances/vfwa9a007343de10/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"3dd4b8cc-8258-4c5e-afa7-692480d0563d","artifactVersion":"2","generatedFromUUID":"690b53ac-6542-4bc8-9d5b-77991093cd8d"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20221106061038-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20221106061038/1.0/artifacts/service-Vfw20221106061038-template.yml","artifactChecksum":"OGNlM2E3YTU1OWMzZjU0MzUxNDQxNTc5ZGY1YTAzZjE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1c6e6a5a-af2a-4f66-b513-b8d547c03e40","artifactVersion":"1"},{"artifactName":"service-Vfw20221106061038-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20221106061038/1.0/artifacts/service-Vfw20221106061038-csar.csar","artifactChecksum":"YWQ2NDFjZmFiMmFiNzk0OGYwMDYwYmMxYzU1NjkxYTY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"57b15d02-ddcf-44b8-9b58-4ca916b85615","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-06T06:11:31.313Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-06T06:11:31.313Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-06T06:11:31.320Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T06:11:31.320Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "3256d7a0-dbfe-4384-88fd-31a217de41a2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667715090640,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221106061038/1.0/resourceInstances/vfwa9a007343de10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:11:31.418Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-11-06T06:11:31.419Z||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-06T06:11:31.419Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tNTQBMD8Rsm19kIi) ...
2022-11-06T06:11:31.433Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:11:31.434Z||pool-19-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-06T06:11:32.325Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-06T06:11:32.326Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-06T06:11:32.328Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T06:11:32.328Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "3256d7a0-dbfe-4384-88fd-31a217de41a2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667715090640,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221106061038/1.0/resourceInstances/vfwa9a007343de10/artifacts/vfwa9a007343de10_modules.json",
  "status": "NOTIFIED"
}
2022-11-06T06:11:32.432Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-11-06T06:11:32.434Z||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-06T06:11:32.434Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tNTQBMD8Rsm19kIi) ...
2022-11-06T06:11:32.449Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:11:32.449Z||pool-20-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-06T06:11:33.329Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-06T06:11:33.330Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-06T06:11:33.337Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T06:11:33.337Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "3256d7a0-dbfe-4384-88fd-31a217de41a2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667715090640,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221106061038/1.0/resourceInstances/vfwa9a007343de10/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-11-06T06:11:33.433Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-11-06T06:11:33.434Z||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-06T06:11:33.434Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tNTQBMD8Rsm19kIi) ...
2022-11-06T06:11:33.446Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:11:33.446Z||pool-21-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-06T06:11:34.338Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-06T06:11:34.343Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-06T06:11:34.346Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T06:11:34.346Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "3256d7a0-dbfe-4384-88fd-31a217de41a2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667715090640,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221106061038/1.0/resourceInstances/vfwa9a007343de10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:11:34.447Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T06:11:34.448Z||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-06T06:11:34.448Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tNTQBMD8Rsm19kIi) ...
2022-11-06T06:11:34.459Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:11:34.460Z||pool-22-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-06T06:11:35.347Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-06T06:11:35.352Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-06T06:11:35.354Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T06:11:35.354Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "3256d7a0-dbfe-4384-88fd-31a217de41a2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667715090640,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221106061038/1.0/resourceInstances/vfwa9a007343de10/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-11-06T06:11:35.455Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T06:11:35.456Z||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-06T06:11:35.456Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tNTQBMD8Rsm19kIi) ...
2022-11-06T06:11:35.476Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:11:35.476Z||pool-23-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-11-06T06:11:36.355Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-06T06:11:36.360Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-06T06:11:36.363Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T06:11:36.363Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "3256d7a0-dbfe-4384-88fd-31a217de41a2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667715090640,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221106061038/1.0/artifacts/service-Vfw20221106061038-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:11:36.463Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T06:11:36.464Z||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-06T06:11:36.464Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tNTQBMD8Rsm19kIi) ...
2022-11-06T06:11:36.482Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:11:36.483Z||pool-24-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-11-06T06:11:37.369Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-06T06:11:37.369Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-06T06:11:37.372Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T06:11:37.372Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "3256d7a0-dbfe-4384-88fd-31a217de41a2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667715090640,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221106061038/1.0/artifacts/service-Vfw20221106061038-csar.csar",
  "status": "NOTIFIED"
}
2022-11-06T06:11:37.475Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-11-06T06:11:37.476Z||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-06T06:11:37.476Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tNTQBMD8Rsm19kIi) ...
2022-11-06T06:11:37.501Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:11:37.501Z||pool-25-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-11-06T06:11:38.380Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "3256d7a0-dbfe-4384-88fd-31a217de41a2",
  "serviceName": "vFW 2022-11-06 06-10-38",
  "serviceVersion": "1.0",
  "serviceUUID": "df69bf36-40ef-4418-ab6d-f0c0567b9af7",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "e02d5c13-4822-4870-b833-76936a72d423",
  "resources": [
    {
      "resourceInstanceName": "vFW a9a00734-3de1 0",
      "resourceCustomizationUUID": "06b08085-f9fa-42cd-8896-2d76493691bc",
      "resourceName": "vFW a9a00734-3de1",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "cc27aa48-67d3-4e11-9a37-916b5e367498",
      "resourceInvariantUUID": "a73b936f-7700-43ac-a311-1c8ef222800a",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwa9a007343de10_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20221106061038/1.0/resourceInstances/vfwa9a007343de10/artifacts/vfwa9a007343de10_modules.json",
          "artifactChecksum": "NTFiYjY4ZWQzNjhjMDlhMDFkYTQxMDAxZGEwYTIzY2Y\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "c7b080ca-4464-4d6e-bfe5-1a50e80de86d",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20221106061038/1.0/resourceInstances/vfwa9a007343de10/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "690b53ac-6542-4bc8-9d5b-77991093cd8d",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20221106061038/1.0/resourceInstances/vfwa9a007343de10/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "3dd4b8cc-8258-4c5e-afa7-692480d0563d",
            "generatedFromUUID": "690b53ac-6542-4bc8-9d5b-77991093cd8d"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20221106061038/1.0/resourceInstances/vfwa9a007343de10/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "3dd4b8cc-8258-4c5e-afa7-692480d0563d",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20221106061038-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20221106061038/1.0/artifacts/service-Vfw20221106061038-csar.csar",
      "artifactChecksum": "YWQ2NDFjZmFiMmFiNzk0OGYwMDYwYmMxYzU1NjkxYTY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "57b15d02-ddcf-44b8-9b58-4ca916b85615"
    }
  ],
  "workloadContext": "Production"
}
2022-11-06T06:11:38.380Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-06T06:11:38.381Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 df69bf36-40ef-4418-ab6d-f0c0567b9af7 ASDC
2022-11-06T06:11:38.382Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:3256d7a0-dbfe-4384-88fd-31a217de41a2
ServiceName:vFW 2022-11-06 06-10-38
ServiceVersion:1.0
ServiceUUID:df69bf36-40ef-4418-ab6d-f0c0567b9af7
ServiceInvariantUUID:e02d5c13-4822-4870-b833-76936a72d423
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20221106061038-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221106061038/1.0/artifacts/service-Vfw20221106061038-csar.csar
ArtifactUUID:57b15d02-ddcf-44b8-9b58-4ca916b85615
ArtifactChecksum:YWQ2NDFjZmFiMmFiNzk0OGYwMDYwYmMxYzU1NjkxYTY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW a9a00734-3de1 0
ResourceCustomizationUUID:06b08085-f9fa-42cd-8896-2d76493691bc
ResourceInvariantUUID:a73b936f-7700-43ac-a311-1c8ef222800a
ResourceName:vFW a9a00734-3de1
ResourceType:VF
ResourceUUID:cc27aa48-67d3-4e11-9a37-916b5e367498
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwa9a007343de10_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221106061038/1.0/resourceInstances/vfwa9a007343de10/artifacts/vfwa9a007343de10_modules.json
ArtifactUUID:c7b080ca-4464-4d6e-bfe5-1a50e80de86d
ArtifactChecksum:NTFiYjY4ZWQzNjhjMDlhMDFkYTQxMDAxZGEwYTIzY2Y=
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/Vfw20221106061038/1.0/resourceInstances/vfwa9a007343de10/artifacts/base_vfw.yaml
ArtifactUUID:690b53ac-6542-4bc8-9d5b-77991093cd8d
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/Vfw20221106061038/1.0/resourceInstances/vfwa9a007343de10/artifacts/base_vfw.env
ArtifactUUID:3dd4b8cc-8258-4c5e-afa7-692480d0563d
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/Vfw20221106061038/1.0/resourceInstances/vfwa9a007343de10/artifacts/base_vfw.env
ArtifactUUID:3dd4b8cc-8258-4c5e-afa7-692480d0563d
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-11-06T06:11:38.383Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF df69bf36-40ef-4418-ab6d-f0c0567b9af7 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-06T06:11:38.423Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-06T06:11:38.425Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-11-06T06:11:38.425Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-11-06T06:11:38.425Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 57b15d02-ddcf-44b8-9b58-4ca916b85615 from URL: /sdc/v1/catalog/services/Vfw20221106061038/1.0/artifacts/service-Vfw20221106061038-csar.csar
2022-11-06T06:11:38.425Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-11-06T06:11:38.426Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221106061038/1.0/artifacts/service-Vfw20221106061038-csar.csar
2022-11-06T06:11:38.508Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-11-06T06:11:38.514Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221106061038/1.0/artifacts/service-Vfw20221106061038-csar.csar 57b15d02-ddcf-44b8-9b58-4ca916b85615 100657
2022-11-06T06:11:38.515Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221106061038/1.0/artifacts/service-Vfw20221106061038-csar.csar ASDC sendASDCNotification
2022-11-06T06:11:38.515Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221106061038/1.0/artifacts/service-Vfw20221106061038-csar.csar
2022-11-06T06:11:38.516Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-06T06:11:38.516Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-06T06:11:38.519Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T06:11:38.519Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "3256d7a0-dbfe-4384-88fd-31a217de41a2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667715098515,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221106061038/1.0/artifacts/service-Vfw20221106061038-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-06T06:11:38.619Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T06:11:38.620Z||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-06T06:11:38.620Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tNTQBMD8Rsm19kIi) ...
2022-11-06T06:11:38.631Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:11:38.632Z||pool-26-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-06T06:11:39.520Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-06T06:11:39.521Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-11-06T06:11:39.521Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 57b15d02-ddcf-44b8-9b58-4ca916b85615, URL: /sdc/v1/catalog/services/Vfw20221106061038/1.0/artifacts/service-Vfw20221106061038-csar.csar to file: /app/ASDC/1/service-Vfw20221106061038-csar.csar
2022-11-06T06:11:39.522Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20221106061038-csar.csar
2022-11-06T06:11:39.522Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20221106061038-csar.csar
2022-11-06T06:11:39.522Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20221106061038-csar.csar
2022-11-06T06:11:39.848Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16129022052905959692/Definitions/service-Vfw20221106061038-template.yml
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
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_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
2022-11-06T06:11:42.108Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-06T06:11:42.109Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-11-06T06:11:42.109Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20221106061038-csar.csar
2022-11-06T06:11:42.109Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2022-11-06T06:11:42.109Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221106061038-csar.csar
2022-11-06T06:11:42.110Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221106061038-csar.csar
2022-11-06T06:11:42.110Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW a9a00734-3de1 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-Vfw20221106061038-csar.csar
2022-11-06T06:11:42.110Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20221106061038-csar.csar
2022-11-06T06:11:42.110Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221106061038-csar.csar
2022-11-06T06:11:42.110Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221106061038-csar.csar
2022-11-06T06:11:42.110Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221106061038-csar.csar
2022-11-06T06:11:42.110Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221106061038-csar.csar
2022-11-06T06:11:42.110Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221106061038-csar.csar
2022-11-06T06:11:42.110Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221106061038-csar.csar
2022-11-06T06:11:42.110Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221106061038-csar.csar
2022-11-06T06:11:42.111Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-11-06T06:11:42.111Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T06:11:42.111Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-11-06 06-10-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T06:11:42.111Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Node template vFW a9a00734-3de1 0 is matching search criteria
2022-11-06T06:11:42.111Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-11-06T06:11:42.112Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW a9a00734-3de1 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-06T06:11:42.112Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T06:11:42.112Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-11-06 06-10-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T06:11:42.112Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Node template vFW a9a00734-3de1 0 is matching search criteria
2022-11-06T06:11:42.113Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-11-06T06:11:42.113Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW a9a00734-3de1 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-06T06:11:42.113Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T06:11:42.113Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-11-06 06-10-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T06:11:42.113Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T06:11:42.114Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Node template vFW a9a00734-3de1 0 is not matching search criteria
2022-11-06T06:11:42.114Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-06T06:11:42.114Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-06T06:11:42.114Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-06T06:11:42.114Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-06T06:11:42.114Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-06T06:11:42.114Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-06T06:11:42.115Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-06T06:11:42.115Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-06T06:11:42.115Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-06T06:11:42.115Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-06T06:11:42.115Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-06T06:11:42.115Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-06T06:11:42.116Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-06T06:11:42.116Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-06T06:11:42.116Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-06T06:11:42.116Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-06T06:11:42.116Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T06:11:42.116Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-11-06 06-10-38 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-06T06:11:42.117Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T06:11:42.117Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Node template vFW a9a00734-3de1 0 is matching search criteria
2022-11-06T06:11:42.117Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW a9a00734-3de1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-06T06:11:42.118Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T06:11:42.118Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Node template vFW a9a00734-3de1 0 is matching search criteria
2022-11-06T06:11:42.118Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW a9a00734-3de1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-06T06:11:42.118Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T06:11:42.119Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Node template vFW a9a00734-3de1 0 is matching search criteria
2022-11-06T06:11:42.119Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW a9a00734-3de1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-06T06:11:42.119Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T06:11:42.119Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Node template vFW a9a00734-3de1 0 is not matching search criteria
2022-11-06T06:11:42.119Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-06T06:11:42.120Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-11-06T06:11:42.120Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-06T06:11:42.120Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-06T06:11:42.120Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-06T06:11:42.120Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-06T06:11:42.120Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-06T06:11:42.120Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-06T06:11:42.121Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-06T06:11:42.121Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-06T06:11:42.121Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-06T06:11:42.121Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=83de1d28-159f-4865-92ec-5607025cb1e0
2022-11-06T06:11:42.121Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T06:11:42.121Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Node template vFW a9a00734-3de1 0 is not matching search criteria
2022-11-06T06:11:42.121Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-06T06:11:42.122Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-06T06:11:42.122Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-06T06:11:42.122Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-06T06:11:42.122Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-06T06:11:42.122Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-06T06:11:42.123Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-06T06:11:42.123Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-11-06T06:11:42.123Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-06T06:11:42.123Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-06T06:11:42.123Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-06T06:11:42.123Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-06T06:11:42.123Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=ad59b97c-24cc-4ffe-a664-97bf83e63bc6
2022-11-06T06:11:42.124Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T06:11:42.124Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Node template vFW a9a00734-3de1 0 is not matching search criteria
2022-11-06T06:11:42.124Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-06T06:11:42.124Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-06T06:11:42.124Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-06T06:11:42.124Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-06T06:11:42.125Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-06T06:11:42.125Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-06T06:11:42.125Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-06T06:11:42.125Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-06T06:11:42.125Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-06T06:11:42.125Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-06T06:11:42.125Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-06T06:11:42.125Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-11-06T06:11:42.125Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=69df728f-1bd4-4c00-a906-76b561d82d10
2022-11-06T06:11:42.126Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T06:11:42.126Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-11-06 06-10-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T06:11:42.126Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T06:11:42.126Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-11-06 06-10-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T06:11:42.126Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T06:11:42.126Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-11-06 06-10-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T06:11:42.127Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T06:11:42.127Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-11-06 06-10-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T06:11:42.127Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-11-06 06-10-38
Description:catalog service description
Model UUID:df69bf36-40ef-4418-ab6d-f0c0567b9af7
Model Version:NULL
Model InvariantUuid:e02d5c13-4822-4870-b833-76936a72d423
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW a9a00734-3de1
Model UUID:602feba0-c8eb-41b6-a330-1202656d0701
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:a73b936f-7700-43ac-a311-1c8ef222800a
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:06b08085-f9fa-42cd-8896-2d76493691bc
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:a60aa519-1b67-4864-8435-52f3344e0c0a
ModelName:VfwA9a007343de1..base_vfw..module-0
ModelUuid:bb63cf40-cb55-4ce8-a998-7fe02757fac6
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:83de1d28-159f-4865-92ec-5607025cb1e0
ModelInvariantUuid:e5c168c4-3fb2-4420-a3cd-3212503b77a6
ModelName:vFW a9a00734-3de1-nodes.vfwCvfc
ModelUuid:0e36acd7-44a0-4c7c-a5b8-5b1a5f7a66b9
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:cf1bbf80-6f2d-4551-882d-49bd7c7ede3d
ModelInvariantUuid:3de87314-4e69-4d02-9ecc-0587ac01890b
ModelName:VfwA9a007343de1.compute.nodes.heat.vfw
ModelUuid:a91f3eef-af5d-4e21-995e-0ea0862b0a04
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:ad59b97c-24cc-4ffe-a664-97bf83e63bc6
ModelInvariantUuid:7393bcad-b56b-4f00-8794-2137342557f7
ModelName:vFW a9a00734-3de1-nodes.vsnCvfc
ModelUuid:a35087e5-68c3-4f7a-88a2-20ea1c9c3500
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:7f96e121-09da-49b9-afff-5bf913589716
ModelInvariantUuid:5fd20648-95f6-4621-9c42-05dd4c750a85
ModelName:VfwA9a007343de1.compute.nodes.heat.vsn
ModelUuid:bbaf2fbb-2b8a-45e2-b8e1-fa0bc4f16371
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:69df728f-1bd4-4c00-a906-76b561d82d10
ModelInvariantUuid:7175b3e6-7e53-4763-b30e-a1fc6341ee18
ModelName:vFW a9a00734-3de1-nodes.vpgCvfc
ModelUuid:8e6d01b2-243b-4935-96b3-da925e9da3c6
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:50ec7f66-0db1-4552-863c-ee07514bd9f9
ModelInvariantUuid:4a263011-3c22-4eec-a790-46ca61a97ddc
ModelName:VfwA9a007343de1.compute.nodes.heat.vpg
ModelUuid:fd649372-5c90-4ff9-9b62-8ea2854389b7
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-06T06:11:42.134Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: cc27aa48-67d3-4e11-9a37-916b5e367498
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-06T06:11:42.138Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||INFO|500||vFW a9a00734-3de1 0
2022-11-06T06:11:42.138Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: cc27aa48-67d3-4e11-9a37-916b5e367498
2022-11-06T06:11:42.138Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: c7b080ca-4464-4d6e-bfe5-1a50e80de86d from URL: /sdc/v1/catalog/services/Vfw20221106061038/1.0/resourceInstances/vfwa9a007343de10/artifacts/vfwa9a007343de10_modules.json
2022-11-06T06:11:42.138Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-11-06T06:11:42.138Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221106061038/1.0/resourceInstances/vfwa9a007343de10/artifacts/vfwa9a007343de10_modules.json
2022-11-06T06:11:42.211Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-11-06T06:11:42.211Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221106061038/1.0/resourceInstances/vfwa9a007343de10/artifacts/vfwa9a007343de10_modules.json c7b080ca-4464-4d6e-bfe5-1a50e80de86d 785
2022-11-06T06:11:42.212Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221106061038/1.0/resourceInstances/vfwa9a007343de10/artifacts/vfwa9a007343de10_modules.json ASDC sendASDCNotification
2022-11-06T06:11:42.212Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221106061038/1.0/resourceInstances/vfwa9a007343de10/artifacts/vfwa9a007343de10_modules.json
2022-11-06T06:11:42.212Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-06T06:11:42.212Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-06T06:11:42.214Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T06:11:42.215Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "3256d7a0-dbfe-4384-88fd-31a217de41a2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667715102212,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221106061038/1.0/resourceInstances/vfwa9a007343de10/artifacts/vfwa9a007343de10_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-06T06:11:42.314Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-06T06:11:42.315Z||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-06T06:11:42.315Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tNTQBMD8Rsm19kIi) ...
2022-11-06T06:11:42.327Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:11:42.328Z||pool-27-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-11-06T06:11:43.215Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwA9a007343de1..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "a60aa519-1b67-4864-8435-52f3344e0c0a",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "bb63cf40-cb55-4ce8-a998-7fe02757fac6",
    "vfModuleModelCustomizationUUID": "7b0c0db9-a6f9-4e1d-9a2b-56b3aaff22ff",
    "isBase": true,
    "artifacts": [
      "690b53ac-6542-4bc8-9d5b-77991093cd8d",
      "3dd4b8cc-8258-4c5e-afa7-692480d0563d"
    ],
    "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-06T06:11:43.221Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwA9a007343de1..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:bb63cf40-cb55-4ce8-a998-7fe02757fac6
VfModuleModelInvariantUUID:a60aa519-1b67-4864-8435-52f3344e0c0a
VfModuleModelDescription:NULL
Artifacts UUID List:{
690b53ac-6542-4bc8-9d5b-77991093cd8d
,
3dd4b8cc-8258-4c5e-afa7-692480d0563d

}
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-06T06:11:43.223Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwA9a007343de1..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "a60aa519-1b67-4864-8435-52f3344e0c0a",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "bb63cf40-cb55-4ce8-a998-7fe02757fac6",
    "vfModuleModelCustomizationUUID": "7b0c0db9-a6f9-4e1d-9a2b-56b3aaff22ff",
    "isBase": true,
    "artifacts": [
      "690b53ac-6542-4bc8-9d5b-77991093cd8d",
      "3dd4b8cc-8258-4c5e-afa7-692480d0563d"
    ],
    "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-06T06:11:43.223Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwA9a007343de1..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:bb63cf40-cb55-4ce8-a998-7fe02757fac6
VfModuleModelInvariantUUID:a60aa519-1b67-4864-8435-52f3344e0c0a
VfModuleModelDescription:NULL
Artifacts UUID List:{
690b53ac-6542-4bc8-9d5b-77991093cd8d
,
3dd4b8cc-8258-4c5e-afa7-692480d0563d

}
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-06T06:11:43.223Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 690b53ac-6542-4bc8-9d5b-77991093cd8d from URL: /sdc/v1/catalog/services/Vfw20221106061038/1.0/resourceInstances/vfwa9a007343de10/artifacts/base_vfw.yaml
2022-11-06T06:11:43.223Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-11-06T06:11:43.223Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221106061038/1.0/resourceInstances/vfwa9a007343de10/artifacts/base_vfw.yaml
2022-11-06T06:11:43.278Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-11-06T06:11:43.279Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221106061038/1.0/resourceInstances/vfwa9a007343de10/artifacts/base_vfw.yaml 690b53ac-6542-4bc8-9d5b-77991093cd8d 20368
2022-11-06T06:11:43.280Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221106061038/1.0/resourceInstances/vfwa9a007343de10/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-11-06T06:11:43.280Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221106061038/1.0/resourceInstances/vfwa9a007343de10/artifacts/base_vfw.yaml
2022-11-06T06:11:43.280Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-06T06:11:43.281Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-06T06:11:43.283Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T06:11:43.283Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "3256d7a0-dbfe-4384-88fd-31a217de41a2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667715103280,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221106061038/1.0/resourceInstances/vfwa9a007343de10/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-06T06:11:43.384Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-06T06:11:43.385Z||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-06T06:11:43.385Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tNTQBMD8Rsm19kIi) ...
2022-11-06T06:11:43.419Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:11:43.420Z||pool-28-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
2022-11-06T06:11:44.284Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 3dd4b8cc-8258-4c5e-afa7-692480d0563d from URL: /sdc/v1/catalog/services/Vfw20221106061038/1.0/resourceInstances/vfwa9a007343de10/artifacts/base_vfw.env
2022-11-06T06:11:44.285Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-11-06T06:11:44.285Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221106061038/1.0/resourceInstances/vfwa9a007343de10/artifacts/base_vfw.env
2022-11-06T06:11:44.418Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-11-06T06:11:44.418Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221106061038/1.0/resourceInstances/vfwa9a007343de10/artifacts/base_vfw.env 3dd4b8cc-8258-4c5e-afa7-692480d0563d 2098
2022-11-06T06:11:44.418Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221106061038/1.0/resourceInstances/vfwa9a007343de10/artifacts/base_vfw.env ASDC sendASDCNotification
2022-11-06T06:11:44.419Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221106061038/1.0/resourceInstances/vfwa9a007343de10/artifacts/base_vfw.env
2022-11-06T06:11:44.419Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-06T06:11:44.419Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-06T06:11:44.421Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T06:11:44.422Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "3256d7a0-dbfe-4384-88fd-31a217de41a2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667715104418,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221106061038/1.0/resourceInstances/vfwa9a007343de10/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-11-06T06:11:44.521Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-06T06:11:44.522Z||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-06T06:11:44.522Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tNTQBMD8Rsm19kIi) ...
2022-11-06T06:11:44.538Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:11:44.538Z||pool-29-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-06T06:11:45.422Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: df69bf36-40ef-4418-ab6d-f0c0567b9af7
2022-11-06T06:11:45.423Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW a9a00734-3de1 0 cc27aa48-67d3-4e11-9a37-916b5e367498 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-06T06:11:45.448Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@99099f7, org.onap.sdc.toscaparser.api.parameters.Input@3c63dcda, org.onap.sdc.toscaparser.api.parameters.Input@4f5a2bc5, org.onap.sdc.toscaparser.api.parameters.Input@7f0a51bd, org.onap.sdc.toscaparser.api.parameters.Input@72d8308a]
2022-11-06T06:11:45.450Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T06:11:45.450Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-11-06 06-10-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T06:11:45.450Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 
2022-11-06T06:11:45.450Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 06b08085-f9fa-42cd-8896-2d76493691bc
2022-11-06T06:11:45.450Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 06b08085-f9fa-42cd-8896-2d76493691bc matches Tosca VF Customization UUID: 06b08085-f9fa-42cd-8896-2d76493691bc
2022-11-06T06:11:45.451Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 06b08085-f9fa-42cd-8896-2d76493691bc  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-06T06:11:45.454Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T06:11:45.454Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-11-06 06-10-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T06:11:45.455Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 06b08085-f9fa-42cd-8896-2d76493691bc: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-11-06T06:11:45.456Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@63cf8d06
2022-11-06T06:11:45.456Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T06:11:45.456Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-11-06 06-10-38 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-06T06:11:45.457Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 7b0c0db9-a6f9-4e1d-9a2b-56b3aaff22ff
2022-11-06T06:11:45.457Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 7b0c0db9-a6f9-4e1d-9a2b-56b3aaff22ff
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-06T06:11:45.461Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T06:11:45.461Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Node template vFW a9a00734-3de1 0 is matching search criteria
2022-11-06T06:11:45.461Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW a9a00734-3de1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-06T06:11:45.462Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T06:11:45.462Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Node template vFW a9a00734-3de1 0 is matching search criteria
2022-11-06T06:11:45.462Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW a9a00734-3de1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-06T06:11:45.463Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T06:11:45.463Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Node template vFW a9a00734-3de1 0 is not matching search criteria
2022-11-06T06:11:45.464Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-06T06:11:45.464Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-11-06T06:11:45.464Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-06T06:11:45.465Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-06T06:11:45.465Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-06T06:11:45.468Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-06T06:11:45.468Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-06T06:11:45.468Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-06T06:11:45.468Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-06T06:11:45.469Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-06T06:11:45.469Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-06T06:11:45.469Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=83de1d28-159f-4865-92ec-5607025cb1e0
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-06T06:11:45.473Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T06:11:45.474Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Node template vFW a9a00734-3de1 0 is matching search criteria
2022-11-06T06:11:45.474Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW a9a00734-3de1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-06T06:11:45.475Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T06:11:45.475Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Node template vFW a9a00734-3de1 0 is not matching search criteria
2022-11-06T06:11:45.475Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-06T06:11:45.476Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-06T06:11:45.476Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-06T06:11:45.476Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-06T06:11:45.476Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-06T06:11:45.477Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-06T06:11:45.477Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-06T06:11:45.477Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-11-06T06:11:45.478Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-06T06:11:45.478Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-06T06:11:45.478Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-06T06:11:45.479Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-06T06:11:45.479Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=ad59b97c-24cc-4ffe-a664-97bf83e63bc6
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-06T06:11:45.482Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T06:11:45.482Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Node template vFW a9a00734-3de1 0 is matching search criteria
2022-11-06T06:11:45.482Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW a9a00734-3de1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-06T06:11:45.486Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T06:11:45.487Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Node template vFW a9a00734-3de1 0 is not matching search criteria
2022-11-06T06:11:45.487Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-06T06:11:45.488Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-06T06:11:45.488Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-06T06:11:45.488Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-06T06:11:45.489Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-06T06:11:45.489Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-06T06:11:45.489Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-06T06:11:45.490Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-06T06:11:45.490Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-06T06:11:45.490Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-06T06:11:45.490Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-06T06:11:45.491Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-11-06T06:11:45.491Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=69df728f-1bd4-4c00-a906-76b561d82d10
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-06T06:11:45.494Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T06:11:45.494Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Node template vFW a9a00734-3de1 0 is matching search criteria
2022-11-06T06:11:45.494Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW a9a00734-3de1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-06T06:11:45.495Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T06:11:45.495Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Node template vFW a9a00734-3de1 0 is matching search criteria
2022-11-06T06:11:45.496Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW a9a00734-3de1 0] matching following query criteria: sdcType=VF, customizationUUID=06b08085-f9fa-42cd-8896-2d76493691bc
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-06T06:11:45.499Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T06:11:45.499Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-11-06 06-10-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T06:11:45.499Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid df69bf36-40ef-4418-ab6d-f0c0567b9af7: vFW a9a00734-3de1
2022-11-06T06:11:45.500Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T06:11:45.500Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-11-06 06-10-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T06:11:45.501Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T06:11:45.501Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-11-06 06-10-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T06:11:45.501Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T06:11:45.501Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-11-06 06-10-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T06:11:45.502Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T06:11:45.502Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-11-06 06-10-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T06:11:45.503Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T06:11:45.503Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-11-06 06-10-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T06:11:45.503Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||INFO|500||Saving Service: vFW 2022-11-06 06-10-38 
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-06T06:11:45.723Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW a9a00734-3de1 cc27aa48-67d3-4e11-9a37-916b5e367498 1 ASDC deployResourceStructure
2022-11-06T06:11:45.724Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221106061038/1.0/resourceInstances/vfwa9a007343de10/artifacts/vfwa9a007343de10_modules.json ASDC sendASDCNotification
2022-11-06T06:11:45.724Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221106061038/1.0/resourceInstances/vfwa9a007343de10/artifacts/vfwa9a007343de10_modules.json
2022-11-06T06:11:45.724Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-06T06:11:45.724Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-06T06:11:45.728Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T06:11:45.728Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "3256d7a0-dbfe-4384-88fd-31a217de41a2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667715105724,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221106061038/1.0/resourceInstances/vfwa9a007343de10/artifacts/vfwa9a007343de10_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-06T06:11:45.827Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-06T06:11:45.828Z||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-06T06:11:45.828Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tNTQBMD8Rsm19kIi) ...
2022-11-06T06:11:45.840Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:11:45.841Z||pool-30-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-06T06:11:46.728Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221106061038/1.0/resourceInstances/vfwa9a007343de10/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-11-06T06:11:46.729Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221106061038/1.0/resourceInstances/vfwa9a007343de10/artifacts/base_vfw.yaml
2022-11-06T06:11:46.729Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-06T06:11:46.729Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-06T06:11:46.731Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T06:11:46.731Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "3256d7a0-dbfe-4384-88fd-31a217de41a2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667715106728,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221106061038/1.0/resourceInstances/vfwa9a007343de10/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-11-06T06:11:46.831Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T06:11:46.832Z||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-06T06:11:46.832Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tNTQBMD8Rsm19kIi) ...
2022-11-06T06:11:46.854Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:11:46.854Z||pool-31-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-11-06T06:11:47.731Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221106061038/1.0/resourceInstances/vfwa9a007343de10/artifacts/base_vfw.env ASDC sendASDCNotification
2022-11-06T06:11:47.732Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221106061038/1.0/resourceInstances/vfwa9a007343de10/artifacts/base_vfw.env
2022-11-06T06:11:47.732Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-06T06:11:47.733Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-06T06:11:47.734Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T06:11:47.734Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "3256d7a0-dbfe-4384-88fd-31a217de41a2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667715107731,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221106061038/1.0/resourceInstances/vfwa9a007343de10/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-11-06T06:11:47.835Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-06T06:11:47.836Z||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-06T06:11:47.836Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tNTQBMD8Rsm19kIi) ...
2022-11-06T06:11:47.853Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:11:47.854Z||pool-32-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-11-06T06:11:48.735Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221106061038/1.0/artifacts/service-Vfw20221106061038-csar.csar ASDC sendASDCNotification
2022-11-06T06:11:48.736Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221106061038/1.0/artifacts/service-Vfw20221106061038-csar.csar
2022-11-06T06:11:48.736Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-06T06:11:48.736Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-06T06:11:48.738Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T06:11:48.738Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "3256d7a0-dbfe-4384-88fd-31a217de41a2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667715108735,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221106061038/1.0/artifacts/service-Vfw20221106061038-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-06T06:11:48.838Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T06:11:48.839Z||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-06T06:11:48.839Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tNTQBMD8Rsm19kIi) ...
2022-11-06T06:11:48.854Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:11:48.855Z||pool-33-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-06T06:11:49.739Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3256d7a0-dbfe-4384-88fd-31a217de41a2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06T06:11:49.748Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3256d7a0-dbfe-4384-88fd-31a217de41a2
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-06T06:11:49.750Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-06T06:11:49.750Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-06T06:11:49.751Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-06T06:12:19.751Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3256d7a0-dbfe-4384-88fd-31a217de41a2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06T06:12:19.759Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3256d7a0-dbfe-4384-88fd-31a217de41a2
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-06T06:12:19.761Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-06T06:12:19.761Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-06T06:12:19.761Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-06T06:12:30.642Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T06:12:30.643Z||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-06T06:12:30.643Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T06:12:30.677Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:12:30.678Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:12:30.678Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3256d7a0-dbfe-4384-88fd-31a217de41a2",
  "consumerID": "aai-ml",
  "timestamp": 1667715079528,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221106061038/1.0/resourceInstances/vfwa9a007343de10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:12:30.678Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:12:30.679Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:12:30.679Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3256d7a0-dbfe-4384-88fd-31a217de41a2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667715085342,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221106061038/1.0/resourceInstances/vfwa9a007343de10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:12:30.679Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:12:30.679Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:12:30.679Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3256d7a0-dbfe-4384-88fd-31a217de41a2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667715081322,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221106061038/1.0/resourceInstances/vfwa9a007343de10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:12:30.679Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:12:30.679Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:12:30.679Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3256d7a0-dbfe-4384-88fd-31a217de41a2",
  "consumerID": "aai-ml",
  "timestamp": 1667715079528,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221106061038/1.0/resourceInstances/vfwa9a007343de10/artifacts/vfwa9a007343de10_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:12:30.680Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:12:30.680Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:12:30.680Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3256d7a0-dbfe-4384-88fd-31a217de41a2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667715085342,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221106061038/1.0/resourceInstances/vfwa9a007343de10/artifacts/vfwa9a007343de10_modules.json",
  "status": "NOTIFIED"
}
2022-11-06T06:12:30.680Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:12:30.680Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:12:30.680Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3256d7a0-dbfe-4384-88fd-31a217de41a2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667715081322,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221106061038/1.0/resourceInstances/vfwa9a007343de10/artifacts/vfwa9a007343de10_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:12:30.680Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:12:49.761Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3256d7a0-dbfe-4384-88fd-31a217de41a2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06T06:12:49.771Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3256d7a0-dbfe-4384-88fd-31a217de41a2
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-06T06:12:49.773Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-06T06:12:49.773Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-06T06:12:49.773Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-06T06:13:19.774Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3256d7a0-dbfe-4384-88fd-31a217de41a2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06T06:13:19.784Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3256d7a0-dbfe-4384-88fd-31a217de41a2
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-06T06:13:19.796Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-06T06:13:19.797Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-06T06:13:19.797Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-06T06:13:30.642Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T06:13:30.644Z||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-06T06:13:30.644Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T06:13:30.709Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:13:30.710Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:13:30.710Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3256d7a0-dbfe-4384-88fd-31a217de41a2",
  "consumerID": "aai-ml",
  "timestamp": 1667715079528,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221106061038/1.0/resourceInstances/vfwa9a007343de10/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:13:30.711Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:13:49.797Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3256d7a0-dbfe-4384-88fd-31a217de41a2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06T06:13:49.816Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3256d7a0-dbfe-4384-88fd-31a217de41a2
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-06T06:13:49.820Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-06T06:13:49.821Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-06T06:13:49.821Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-06T06:14:19.823Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3256d7a0-dbfe-4384-88fd-31a217de41a2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06T06:14:19.837Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3256d7a0-dbfe-4384-88fd-31a217de41a2
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-06T06:14:19.839Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-06T06:14:19.839Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-06T06:14:19.839Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-06T06:14:30.642Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T06:14:30.643Z||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-06T06:14:30.643Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T06:14:31.175Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:14:31.176Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:14:31.177Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3256d7a0-dbfe-4384-88fd-31a217de41a2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667715081322,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221106061038/1.0/resourceInstances/vfwa9a007343de10/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:14:31.177Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:14:31.177Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:14:31.178Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3256d7a0-dbfe-4384-88fd-31a217de41a2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667715085342,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221106061038/1.0/resourceInstances/vfwa9a007343de10/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-11-06T06:14:31.178Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:14:31.178Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:14:31.178Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3256d7a0-dbfe-4384-88fd-31a217de41a2",
  "consumerID": "cds",
  "timestamp": 1667715089938,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221106061038/1.0/resourceInstances/vfwa9a007343de10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:14:31.178Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:14:31.178Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:14:31.178Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3256d7a0-dbfe-4384-88fd-31a217de41a2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667715090640,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221106061038/1.0/resourceInstances/vfwa9a007343de10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:14:31.178Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:14:31.178Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:14:31.178Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3256d7a0-dbfe-4384-88fd-31a217de41a2",
  "consumerID": "aai-ml",
  "timestamp": 1667715079528,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221106061038/1.0/resourceInstances/vfwa9a007343de10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:14:31.179Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:14:31.179Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:14:31.179Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3256d7a0-dbfe-4384-88fd-31a217de41a2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667715081322,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221106061038/1.0/resourceInstances/vfwa9a007343de10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:14:31.179Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:14:31.179Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:14:31.179Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3256d7a0-dbfe-4384-88fd-31a217de41a2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667715085342,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221106061038/1.0/resourceInstances/vfwa9a007343de10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:14:31.179Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:14:31.179Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:14:31.179Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3256d7a0-dbfe-4384-88fd-31a217de41a2",
  "consumerID": "cds",
  "timestamp": 1667715089938,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221106061038/1.0/resourceInstances/vfwa9a007343de10/artifacts/vfwa9a007343de10_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:14:31.179Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:14:31.180Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:14:31.180Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3256d7a0-dbfe-4384-88fd-31a217de41a2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667715090640,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221106061038/1.0/resourceInstances/vfwa9a007343de10/artifacts/vfwa9a007343de10_modules.json",
  "status": "NOTIFIED"
}
2022-11-06T06:14:31.180Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:14:31.180Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:14:31.180Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3256d7a0-dbfe-4384-88fd-31a217de41a2",
  "consumerID": "aai-ml",
  "timestamp": 1667715079528,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221106061038/1.0/resourceInstances/vfwa9a007343de10/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:14:31.180Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:14:31.180Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:14:31.180Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3256d7a0-dbfe-4384-88fd-31a217de41a2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667715085342,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221106061038/1.0/resourceInstances/vfwa9a007343de10/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-11-06T06:14:31.180Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:14:31.181Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:14:31.181Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3256d7a0-dbfe-4384-88fd-31a217de41a2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667715081322,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221106061038/1.0/resourceInstances/vfwa9a007343de10/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:14:31.181Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:14:31.181Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:14:31.181Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3256d7a0-dbfe-4384-88fd-31a217de41a2",
  "consumerID": "cds",
  "timestamp": 1667715089938,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221106061038/1.0/resourceInstances/vfwa9a007343de10/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:14:31.181Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:14:31.181Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:14:31.181Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3256d7a0-dbfe-4384-88fd-31a217de41a2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667715090640,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221106061038/1.0/resourceInstances/vfwa9a007343de10/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-11-06T06:14:31.184Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:14:31.184Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:14:31.184Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3256d7a0-dbfe-4384-88fd-31a217de41a2",
  "consumerID": "aai-ml",
  "timestamp": 1667715079528,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221106061038/1.0/artifacts/service-Vfw20221106061038-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:14:31.184Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:14:31.184Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:14:31.184Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3256d7a0-dbfe-4384-88fd-31a217de41a2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667715085342,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221106061038/1.0/artifacts/service-Vfw20221106061038-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:14:31.184Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:14:31.184Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:14:31.185Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3256d7a0-dbfe-4384-88fd-31a217de41a2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667715081322,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221106061038/1.0/artifacts/service-Vfw20221106061038-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:14:31.185Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:14:31.185Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:14:31.185Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3256d7a0-dbfe-4384-88fd-31a217de41a2",
  "consumerID": "cds",
  "timestamp": 1667715089938,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221106061038/1.0/resourceInstances/vfwa9a007343de10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:14:31.185Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:14:31.185Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:14:31.185Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3256d7a0-dbfe-4384-88fd-31a217de41a2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667715090640,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221106061038/1.0/resourceInstances/vfwa9a007343de10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:14:31.185Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:14:31.186Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:14:31.186Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3256d7a0-dbfe-4384-88fd-31a217de41a2",
  "consumerID": "aai-ml",
  "timestamp": 1667715079528,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221106061038/1.0/artifacts/service-Vfw20221106061038-csar.csar",
  "status": "NOTIFIED"
}
2022-11-06T06:14:31.186Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:14:31.186Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:14:31.186Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3256d7a0-dbfe-4384-88fd-31a217de41a2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667715085342,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221106061038/1.0/artifacts/service-Vfw20221106061038-csar.csar",
  "status": "NOTIFIED"
}
2022-11-06T06:14:31.186Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:14:31.186Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:14:31.186Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3256d7a0-dbfe-4384-88fd-31a217de41a2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667715081322,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221106061038/1.0/artifacts/service-Vfw20221106061038-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:14:31.186Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:14:31.186Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:14:31.186Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3256d7a0-dbfe-4384-88fd-31a217de41a2",
  "consumerID": "cds",
  "timestamp": 1667715089938,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221106061038/1.0/resourceInstances/vfwa9a007343de10/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:14:31.187Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:14:31.187Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:14:31.187Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3256d7a0-dbfe-4384-88fd-31a217de41a2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667715090640,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221106061038/1.0/resourceInstances/vfwa9a007343de10/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-11-06T06:14:31.187Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:14:31.187Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:14:31.187Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3256d7a0-dbfe-4384-88fd-31a217de41a2",
  "consumerID": "aai-ml",
  "timestamp": 1667715096755,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221106061038/1.0/artifacts/service-Vfw20221106061038-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-06T06:14:31.187Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T06:14:31.187Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:14:31.187Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3256d7a0-dbfe-4384-88fd-31a217de41a2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667715095959,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221106061038/1.0/resourceInstances/vfwa9a007343de10/artifacts/vfwa9a007343de10_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-06T06:14:31.188Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T06:14:31.188Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:14:31.188Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3256d7a0-dbfe-4384-88fd-31a217de41a2",
  "consumerID": "cds",
  "timestamp": 1667715089938,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221106061038/1.0/artifacts/service-Vfw20221106061038-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:14:31.188Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:14:31.188Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:14:31.188Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3256d7a0-dbfe-4384-88fd-31a217de41a2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667715090640,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221106061038/1.0/artifacts/service-Vfw20221106061038-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:14:31.188Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:14:31.188Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:14:31.188Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3256d7a0-dbfe-4384-88fd-31a217de41a2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667715097061,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221106061038/1.0/resourceInstances/vfwa9a007343de10/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-06T06:14:31.189Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T06:14:31.189Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:14:31.189Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3256d7a0-dbfe-4384-88fd-31a217de41a2",
  "consumerID": "cds",
  "timestamp": 1667715089938,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221106061038/1.0/artifacts/service-Vfw20221106061038-csar.csar",
  "status": "NOTIFIED"
}
2022-11-06T06:14:31.189Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:14:31.189Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:14:31.189Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3256d7a0-dbfe-4384-88fd-31a217de41a2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667715090640,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221106061038/1.0/artifacts/service-Vfw20221106061038-csar.csar",
  "status": "NOTIFIED"
}
2022-11-06T06:14:31.189Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:14:31.189Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:14:31.189Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3256d7a0-dbfe-4384-88fd-31a217de41a2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667715097825,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221106061038/1.0/resourceInstances/vfwa9a007343de10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:14:31.189Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:14:31.190Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:14:31.190Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3256d7a0-dbfe-4384-88fd-31a217de41a2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667715098144,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221106061038/1.0/resourceInstances/vfwa9a007343de10/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-11-06T06:14:31.190Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T06:14:31.190Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:14:31.190Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3256d7a0-dbfe-4384-88fd-31a217de41a2",
  "consumerID": "cds",
  "timestamp": 1667715097712,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221106061038/1.0/artifacts/service-Vfw20221106061038-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-06T06:14:31.190Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T06:14:31.191Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:14:31.191Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3256d7a0-dbfe-4384-88fd-31a217de41a2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667715098515,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221106061038/1.0/artifacts/service-Vfw20221106061038-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-06T06:14:31.191Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T06:14:31.191Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:14:31.191Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3256d7a0-dbfe-4384-88fd-31a217de41a2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667715097825,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221106061038/1.0/resourceInstances/vfwa9a007343de10/artifacts/vfwa9a007343de10_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:14:31.192Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:14:31.192Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:14:31.192Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3256d7a0-dbfe-4384-88fd-31a217de41a2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667715099194,
  "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-06T06:14:31.203Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3256d7a0-dbfe-4384-88fd-31a217de41a2
2022-11-06T06:14:31.203Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3256d7a0-dbfe-4384-88fd-31a217de41a2 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-06T06:14:31.217Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:14:31.217Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3256d7a0-dbfe-4384-88fd-31a217de41a2",
  "consumerID": "cds",
  "timestamp": 1667715098719,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221106061038/1.0/artifacts/service-Vfw20221106061038-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-06T06:14:31.228Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3256d7a0-dbfe-4384-88fd-31a217de41a2
2022-11-06T06:14:31.228Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3256d7a0-dbfe-4384-88fd-31a217de41a2 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-06T06:14:31.238Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:14:31.238Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3256d7a0-dbfe-4384-88fd-31a217de41a2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667715097825,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221106061038/1.0/resourceInstances/vfwa9a007343de10/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:14:31.238Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:14:31.238Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:14:31.238Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3256d7a0-dbfe-4384-88fd-31a217de41a2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667715100212,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221106061038/1.0/resourceInstances/vfwa9a007343de10/artifacts/vfwa9a007343de10_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-06T06:14:31.238Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T06:14:31.238Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:14:31.238Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3256d7a0-dbfe-4384-88fd-31a217de41a2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667715097825,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221106061038/1.0/resourceInstances/vfwa9a007343de10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:14:31.239Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:14:31.241Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:14:31.241Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3256d7a0-dbfe-4384-88fd-31a217de41a2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667715097825,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221106061038/1.0/resourceInstances/vfwa9a007343de10/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:14:31.241Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:14:31.241Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:14:31.241Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3256d7a0-dbfe-4384-88fd-31a217de41a2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667715102212,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221106061038/1.0/resourceInstances/vfwa9a007343de10/artifacts/vfwa9a007343de10_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-06T06:14:31.241Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T06:14:31.241Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:14:31.241Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3256d7a0-dbfe-4384-88fd-31a217de41a2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667715097825,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221106061038/1.0/artifacts/service-Vfw20221106061038-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:14:31.242Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:14:31.242Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:14:31.242Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3256d7a0-dbfe-4384-88fd-31a217de41a2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667715103280,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221106061038/1.0/resourceInstances/vfwa9a007343de10/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-06T06:14:31.242Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T06:14:31.242Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:14:31.242Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3256d7a0-dbfe-4384-88fd-31a217de41a2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667715097825,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221106061038/1.0/artifacts/service-Vfw20221106061038-csar.csar",
  "status": "NOTIFIED"
}
2022-11-06T06:14:31.242Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:14:31.242Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:14:31.243Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3256d7a0-dbfe-4384-88fd-31a217de41a2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667715104418,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221106061038/1.0/resourceInstances/vfwa9a007343de10/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-11-06T06:14:31.243Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T06:14:31.243Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:14:31.243Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3256d7a0-dbfe-4384-88fd-31a217de41a2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667715105653,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221106061038/1.0/artifacts/service-Vfw20221106061038-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-06T06:14:31.243Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T06:14:31.243Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:14:31.243Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3256d7a0-dbfe-4384-88fd-31a217de41a2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667715105724,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221106061038/1.0/resourceInstances/vfwa9a007343de10/artifacts/vfwa9a007343de10_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-06T06:14:31.243Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T06:14:31.244Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:14:31.244Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3256d7a0-dbfe-4384-88fd-31a217de41a2",
  "consumerID": "aai-ml",
  "timestamp": 1667715107092,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221106061038/1.0/artifacts/service-Vfw20221106061038-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-06T06:14:31.244Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T06:14:31.244Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:14:31.244Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3256d7a0-dbfe-4384-88fd-31a217de41a2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667715106728,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221106061038/1.0/resourceInstances/vfwa9a007343de10/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-11-06T06:14:31.244Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T06:14:31.244Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:14:31.244Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3256d7a0-dbfe-4384-88fd-31a217de41a2",
  "consumerID": "aai-ml",
  "timestamp": 1667715108097,
  "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-06T06:14:31.250Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3256d7a0-dbfe-4384-88fd-31a217de41a2
2022-11-06T06:14:31.250Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3256d7a0-dbfe-4384-88fd-31a217de41a2 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-06T06:14:31.257Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:14:31.257Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3256d7a0-dbfe-4384-88fd-31a217de41a2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667715107731,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221106061038/1.0/resourceInstances/vfwa9a007343de10/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-11-06T06:14:31.258Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T06:14:31.258Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:14:31.258Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3256d7a0-dbfe-4384-88fd-31a217de41a2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667715108735,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221106061038/1.0/artifacts/service-Vfw20221106061038-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-06T06:14:31.258Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T06:14:31.258Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:14:31.258Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3256d7a0-dbfe-4384-88fd-31a217de41a2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667715109217,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221106061038/1.0/artifacts/service-Vfw20221106061038-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-06T06:14:31.259Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T06:14:31.259Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:14:31.259Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3256d7a0-dbfe-4384-88fd-31a217de41a2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667715110224,
  "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-06T06:14:31.264Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3256d7a0-dbfe-4384-88fd-31a217de41a2
2022-11-06T06:14:31.264Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3256d7a0-dbfe-4384-88fd-31a217de41a2 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-06T06:14:49.840Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3256d7a0-dbfe-4384-88fd-31a217de41a2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06T06:14:49.852Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3256d7a0-dbfe-4384-88fd-31a217de41a2
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-06T06:14:49.856Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-06T06:14:49.857Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-06T06:14:49.857Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-06T06:14:49.857Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-06T06:14:49.857Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-06T06:14:49.857Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-06T06:14:49.858Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-06T06:14:49.858Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-06T06:14:49.858Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-06T06:14:49.858Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-06T06:14:49.863Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-06T06:15:19.864Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3256d7a0-dbfe-4384-88fd-31a217de41a2 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-06T06:15:19.869Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3256d7a0-dbfe-4384-88fd-31a217de41a2 and serviceModelVersionId: df69bf36-40ef-4418-ab6d-f0c0567b9af7
2022-11-06T06:15:19.870Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e02d5c13-4822-4870-b833-76936a72d423
2022-11-06T06:15:19.872Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e02d5c13-4822-4870-b833-76936a72d423/model-vers/model-ver/df69bf36-40ef-4418-ab6d-f0c0567b9af7?depth=0
2022-11-06T06:15:19.877Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-11-06T06:15:19.937Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e02d5c13-4822-4870-b833-76936a72d423/model-vers/model-ver/df69bf36-40ef-4418-ab6d-f0c0567b9af7?depth=0|INFO|500||Invoke
2022-11-06T06:15:19.938Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e02d5c13-4822-4870-b833-76936a72d423/model-vers/model-ver/df69bf36-40ef-4418-ab6d-f0c0567b9af7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e02d5c13-4822-4870-b833-76936a72d423/model-vers/model-ver/df69bf36-40ef-4418-ab6d-f0c0567b9af7?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[3256d7a0-dbfe-4384-88fd-31a217de41a2], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d62cd978-23f8-460d-8f3a-5a60f17c69d8], X-ECOMP-RequestID=[3256d7a0-dbfe-4384-88fd-31a217de41a2], X-TransactionId=[], X-ONAP-RequestID=[3256d7a0-dbfe-4384-88fd-31a217de41a2], Content-Type=[application/merge-patch+json]}
2022-11-06T06:15:19.973Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e02d5c13-4822-4870-b833-76936a72d423/model-vers/model-ver/df69bf36-40ef-4418-ab6d-f0c0567b9af7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-11-06T06:15:20.220Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e02d5c13-4822-4870-b833-76936a72d423/model-vers/model-ver/df69bf36-40ef-4418-ab6d-f0c0567b9af7?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/e02d5c13-4822-4870-b833-76936a72d423/model-vers/model-ver/df69bf36-40ef-4418-ab6d-f0c0567b9af7?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-221106-06:15:20:821-20126], vertex-id=[205040], Content-Length=[0], Date=[Sun, 06 Nov 2022 06:15:20 GMT], Content-Type=[application/json]}
2022-11-06T06:15:20.220Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e02d5c13-4822-4870-b833-76936a72d423/model-vers/model-ver/df69bf36-40ef-4418-ab6d-f0c0567b9af7?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-11-06T06:15:20.221Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e02d5c13-4822-4870-b833-76936a72d423/model-vers/model-ver/df69bf36-40ef-4418-ab6d-f0c0567b9af7?depth=0|INFO|500||InvokeReturn
2022-11-06T06:15:20.222Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-06T06:15:20.227Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-06T06:15:20.236Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-11-06T06:15:20.236Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3256d7a0-dbfe-4384-88fd-31a217de41a2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-06T06:15:20.237Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-06T06:15:20.237Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-06T06:15:20.248Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T06:15:20.248Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "3256d7a0-dbfe-4384-88fd-31a217de41a2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667715320237,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-06T06:15:20.345Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-11-06T06:15:20.346Z||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-06T06:15:20.346Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tNTQBMD8Rsm19kIi) ...
2022-11-06T06:15:20.362Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:15:20.363Z||pool-34-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-06T06:15:21.268Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T06:15:21.269Z||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-06T06:15:21.269Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T06:15:30.642Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T06:15:30.643Z||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-06T06:15:30.643Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T06:15:31.306Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:15:31.306Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:15:31.306Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3256d7a0-dbfe-4384-88fd-31a217de41a2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667715320237,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-06T06:15:31.308Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T06:15:31.624Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:15:31.624Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T06:15:31.625Z||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-06T06:15:31.625Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T06:15:41.180Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:15:41.181Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T06:15:41.181Z||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-06T06:15:41.182Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T06:15:50.726Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:15:50.727Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T06:15:50.728Z||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-06T06:15:50.728Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T06:16:00.273Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:16:30.640Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T06:16:30.643Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T06:16:30.643Z||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-06T06:16:30.643Z||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-06T06:16:30.643Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T06:16:30.643Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T06:16:40.211Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:16:40.229Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:17:30.640Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T06:17:30.641Z||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-06T06:17:30.641Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T06:17:30.643Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T06:17:30.644Z||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-06T06:17:30.644Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T06:17:40.198Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:17:40.199Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:18:30.640Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T06:18:30.640Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|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-06T06:18:30.640Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|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 tNTQBMD8Rsm19kIi) ...
2022-11-06T06:18:30.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T06:18:30.643Z||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-06T06:18:30.643Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T06:18:40.186Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:18:40.189Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:19:30.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T06:19:30.643Z||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-06T06:19:30.643Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T06:19:30.647Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T06:19:30.648Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|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-06T06:19:30.648Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|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 tNTQBMD8Rsm19kIi) ...
2022-11-06T06:19:40.196Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:19:40.208Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:20:30.640Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T06:20:30.641Z||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-06T06:20:30.641Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T06:20:30.642Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T06:20:30.643Z||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-06T06:20:30.643Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T06:20:40.206Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:20:40.231Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:21:30.640Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T06:21:30.641Z||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-06T06:21:30.641Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T06:21:30.642Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T06:21:30.642Z||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-06T06:21:30.643Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T06:21:40.355Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:21:40.385Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:22:30.640Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T06:22:30.640Z||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-06T06:22:30.640Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T06:22:30.642Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T06:22:30.642Z||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-06T06:22:30.643Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T06:22:31.331Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:22:31.333Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T06:22:31.333Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"15743eba-b40f-40db-aa56-f7bd9ad4ef34","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"048d79cb-e6b7-4574-a30e-79be58a853b8","serviceDescription":"service","serviceInvariantUUID":"82528c8f-2fe6-4737-b2b1-e0c583b940ba","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"ae866558-4a07-4933-8b39-4011cf9acdb1","resourceInvariantUUID":"df2d93f8-4ac2-4090-94ec-0d417f65b92c","resourceCustomizationUUID":"b3e264e9-7842-4236-8610-c223ed74676b","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":"NzQzNWY5NzM3N2Y3ODZkOGNhN2U1NjEwZGJiYzI0MWY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"38842299-92af-40ec-8327-9562d5fb5209","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MzFmZDRiMmVmNmE3ZjI1MTI4NGY1N2I1YTQ4MWFkNGU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e7a0ca6f-fc99-4e93-9b50-7d436470a0c8","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-06T06:22:31.341Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-06T06:22:31.341Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-06T06:22:31.345Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T06:22:31.345Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "15743eba-b40f-40db-aa56-f7bd9ad4ef34",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667715750640,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:22:31.364Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:22:31.366Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:22:31.366Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15743eba-b40f-40db-aa56-f7bd9ad4ef34",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667715705342,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:22:31.367Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:22:31.367Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:22:31.367Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15743eba-b40f-40db-aa56-f7bd9ad4ef34",
  "consumerID": "cds",
  "timestamp": 1667715704938,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:22:31.368Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:22:31.368Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:22:31.368Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15743eba-b40f-40db-aa56-f7bd9ad4ef34",
  "consumerID": "aai-ml",
  "timestamp": 1667715709528,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:22:31.368Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:22:31.368Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:22:31.368Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15743eba-b40f-40db-aa56-f7bd9ad4ef34",
  "consumerID": "cds",
  "timestamp": 1667715704938,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-11-06T06:22:31.368Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:22:31.368Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:22:31.368Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15743eba-b40f-40db-aa56-f7bd9ad4ef34",
  "consumerID": "aai-ml",
  "timestamp": 1667715709528,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-11-06T06:22:31.368Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:22:31.368Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:22:31.369Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15743eba-b40f-40db-aa56-f7bd9ad4ef34",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667715705342,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-11-06T06:22:31.369Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:22:31.369Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:22:31.369Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15743eba-b40f-40db-aa56-f7bd9ad4ef34",
  "consumerID": "aai-ml",
  "timestamp": 1667715717086,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-06T06:22:31.369Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T06:22:31.369Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:22:31.369Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15743eba-b40f-40db-aa56-f7bd9ad4ef34",
  "consumerID": "cds",
  "timestamp": 1667715715732,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-06T06:22:31.369Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T06:22:31.369Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:22:31.369Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15743eba-b40f-40db-aa56-f7bd9ad4ef34",
  "consumerID": "cds",
  "timestamp": 1667715716746,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-06T06:22:31.395Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 15743eba-b40f-40db-aa56-f7bd9ad4ef34
2022-11-06T06:22:31.396Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 15743eba-b40f-40db-aa56-f7bd9ad4ef34 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-06T06:22:31.407Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:22:31.407Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15743eba-b40f-40db-aa56-f7bd9ad4ef34",
  "consumerID": "aai-ml",
  "timestamp": 1667715721236,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-06T06:22:31.407Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T06:22:31.407Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:22:31.408Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dcaac9e-501e-4442-8af9-4de1e73934f2",
  "consumerID": "cds",
  "timestamp": 1667715719938,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWa7ozkn8ijrefyyigc01/1.0/resourceInstances/pnf457d6709b5390/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:22:31.408Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:22:31.408Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:22:31.408Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15743eba-b40f-40db-aa56-f7bd9ad4ef34",
  "consumerID": "aai-ml",
  "timestamp": 1667715722241,
  "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-06T06:22:31.414Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 15743eba-b40f-40db-aa56-f7bd9ad4ef34
2022-11-06T06:22:31.414Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 15743eba-b40f-40db-aa56-f7bd9ad4ef34 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-06T06:22:31.423Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:22:31.423Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15743eba-b40f-40db-aa56-f7bd9ad4ef34",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667715721322,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:22:31.423Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:22:31.423Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:22:31.424Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dcaac9e-501e-4442-8af9-4de1e73934f2",
  "consumerID": "cds",
  "timestamp": 1667715719938,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWa7ozkn8ijrefyyigc01/1.0/resourceInstances/pnf457d6709b5390/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:22:31.424Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:22:31.424Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:22:31.424Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15743eba-b40f-40db-aa56-f7bd9ad4ef34",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667715721322,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:22:31.424Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:22:31.424Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:22:31.425Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dcaac9e-501e-4442-8af9-4de1e73934f2",
  "consumerID": "cds",
  "timestamp": 1667715719938,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWa7ozkn8ijrefyyigc01/1.0/resourceInstances/pnf457d6709b5390/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:22:31.425Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:22:31.425Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:22:31.425Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dcaac9e-501e-4442-8af9-4de1e73934f2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667715721322,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWa7ozkn8ijrefyyigc01/1.0/resourceInstances/pnf457d6709b5390/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:22:31.425Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:22:31.425Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:22:31.426Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dcaac9e-501e-4442-8af9-4de1e73934f2",
  "consumerID": "cds",
  "timestamp": 1667715719938,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWa7ozkn8ijrefyyigc01/1.0/resourceInstances/pnf457d6709b5390/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:22:31.426Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:22:31.426Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:22:31.426Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dcaac9e-501e-4442-8af9-4de1e73934f2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667715721322,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWa7ozkn8ijrefyyigc01/1.0/resourceInstances/pnf457d6709b5390/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:22:31.426Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:22:31.426Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:22:31.427Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dcaac9e-501e-4442-8af9-4de1e73934f2",
  "consumerID": "cds",
  "timestamp": 1667715719938,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWa7ozkn8ijrefyyigc01/1.0/resourceInstances/pnf457d6709b5390/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:22:31.427Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:22:31.427Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:22:31.427Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dcaac9e-501e-4442-8af9-4de1e73934f2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667715721322,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWa7ozkn8ijrefyyigc01/1.0/resourceInstances/pnf457d6709b5390/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:22:31.427Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:22:31.428Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:22:31.428Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dcaac9e-501e-4442-8af9-4de1e73934f2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667715725342,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWa7ozkn8ijrefyyigc01/1.0/resourceInstances/pnf457d6709b5390/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:22:31.428Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:22:31.428Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:22:31.428Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dcaac9e-501e-4442-8af9-4de1e73934f2",
  "consumerID": "cds",
  "timestamp": 1667715719938,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWa7ozkn8ijrefyyigc01/1.0/resourceInstances/pnf457d6709b5390/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:22:31.428Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:22:31.429Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:22:31.429Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dcaac9e-501e-4442-8af9-4de1e73934f2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667715721322,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWa7ozkn8ijrefyyigc01/1.0/resourceInstances/pnf457d6709b5390/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:22:31.429Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:22:31.429Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:22:31.429Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dcaac9e-501e-4442-8af9-4de1e73934f2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667715725342,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWa7ozkn8ijrefyyigc01/1.0/resourceInstances/pnf457d6709b5390/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:22:31.429Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:22:31.429Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:22:31.430Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dcaac9e-501e-4442-8af9-4de1e73934f2",
  "consumerID": "cds",
  "timestamp": 1667715719938,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWa7ozkn8ijrefyyigc01/1.0/artifacts/service-DemoPnfWa7ozkn8ijrefyyigc01-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:22:31.430Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:22:31.430Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:22:31.430Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dcaac9e-501e-4442-8af9-4de1e73934f2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667715721322,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWa7ozkn8ijrefyyigc01/1.0/resourceInstances/pnf457d6709b5390/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:22:31.430Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:22:31.431Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:22:31.431Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dcaac9e-501e-4442-8af9-4de1e73934f2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667715725342,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWa7ozkn8ijrefyyigc01/1.0/resourceInstances/pnf457d6709b5390/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:22:31.431Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:22:31.431Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:22:31.431Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15743eba-b40f-40db-aa56-f7bd9ad4ef34",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667715727824,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:22:31.432Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:22:31.432Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:22:31.432Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dcaac9e-501e-4442-8af9-4de1e73934f2",
  "consumerID": "cds",
  "timestamp": 1667715719938,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWa7ozkn8ijrefyyigc01/1.0/artifacts/service-DemoPnfWa7ozkn8ijrefyyigc01-csar.csar",
  "status": "NOTIFIED"
}
2022-11-06T06:22:31.432Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:22:31.432Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:22:31.432Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dcaac9e-501e-4442-8af9-4de1e73934f2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667715725342,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWa7ozkn8ijrefyyigc01/1.0/resourceInstances/pnf457d6709b5390/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:22:31.433Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:22:31.433Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:22:31.433Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dcaac9e-501e-4442-8af9-4de1e73934f2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667715721322,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWa7ozkn8ijrefyyigc01/1.0/resourceInstances/pnf457d6709b5390/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-11-06T06:22:31.433Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:22:31.433Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:22:31.433Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15743eba-b40f-40db-aa56-f7bd9ad4ef34",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667715727824,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-11-06T06:22:31.434Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:22:31.434Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:22:31.434Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dcaac9e-501e-4442-8af9-4de1e73934f2",
  "consumerID": "cds",
  "timestamp": 1667715728667,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWa7ozkn8ijrefyyigc01/1.0/artifacts/service-DemoPnfWa7ozkn8ijrefyyigc01-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-06T06:22:31.434Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T06:22:31.434Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:22:31.434Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dcaac9e-501e-4442-8af9-4de1e73934f2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667715721322,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWa7ozkn8ijrefyyigc01/1.0/artifacts/service-DemoPnfWa7ozkn8ijrefyyigc01-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:22:31.435Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:22:31.435Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:22:31.435Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dcaac9e-501e-4442-8af9-4de1e73934f2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667715725342,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWa7ozkn8ijrefyyigc01/1.0/resourceInstances/pnf457d6709b5390/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:22:31.435Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:22:31.435Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:22:31.435Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dcaac9e-501e-4442-8af9-4de1e73934f2",
  "consumerID": "cds",
  "timestamp": 1667715729673,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWa7ozkn8ijrefyyigc01/1.0/artifacts/service-DemoPnfWa7ozkn8ijrefyyigc01-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-06T06:22:31.445Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T06:22:31.446Z||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-06T06:22:31.446Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tNTQBMD8Rsm19kIi) ...
2022-11-06T06:22:31.451Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9dcaac9e-501e-4442-8af9-4de1e73934f2
2022-11-06T06:22:31.451Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9dcaac9e-501e-4442-8af9-4de1e73934f2 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-06T06:22:31.458Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:22:31.458Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15743eba-b40f-40db-aa56-f7bd9ad4ef34",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667715730589,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-06T06:22:31.459Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T06:22:31.459Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:22:31.459Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dcaac9e-501e-4442-8af9-4de1e73934f2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667715721322,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWa7ozkn8ijrefyyigc01/1.0/artifacts/service-DemoPnfWa7ozkn8ijrefyyigc01-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:22:31.459Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:22:31.459Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:22:31.459Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dcaac9e-501e-4442-8af9-4de1e73934f2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667715725342,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWa7ozkn8ijrefyyigc01/1.0/resourceInstances/pnf457d6709b5390/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:22:31.459Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:22:31.459Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:22:31.460Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15743eba-b40f-40db-aa56-f7bd9ad4ef34",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667715732309,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-06T06:22:31.460Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T06:22:31.460Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:22:31.460Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dcaac9e-501e-4442-8af9-4de1e73934f2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667715725342,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWa7ozkn8ijrefyyigc01/1.0/artifacts/service-DemoPnfWa7ozkn8ijrefyyigc01-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:22:31.460Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:22:31.460Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:22:31.460Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dcaac9e-501e-4442-8af9-4de1e73934f2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667715732195,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWa7ozkn8ijrefyyigc01/1.0/resourceInstances/pnf457d6709b5390/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-06T06:22:31.460Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T06:22:31.460Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:22:31.460Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15743eba-b40f-40db-aa56-f7bd9ad4ef34",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667715733313,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
2022-11-06T06:22:31.461Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:22:31.461Z||pool-35-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-06T06:22:31.464Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 15743eba-b40f-40db-aa56-f7bd9ad4ef34
2022-11-06T06:22:31.465Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 15743eba-b40f-40db-aa56-f7bd9ad4ef34 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-06T06:22:31.472Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:22:31.472Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dcaac9e-501e-4442-8af9-4de1e73934f2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667715725342,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWa7ozkn8ijrefyyigc01/1.0/artifacts/service-DemoPnfWa7ozkn8ijrefyyigc01-csar.csar",
  "status": "NOTIFIED"
}
2022-11-06T06:22:31.472Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:22:31.472Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:22:31.472Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dcaac9e-501e-4442-8af9-4de1e73934f2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667715733414,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWa7ozkn8ijrefyyigc01/1.0/resourceInstances/pnf457d6709b5390/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-11-06T06:22:31.472Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T06:22:31.473Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:22:31.473Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dcaac9e-501e-4442-8af9-4de1e73934f2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667715727824,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWa7ozkn8ijrefyyigc01/1.0/resourceInstances/pnf457d6709b5390/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:22:31.473Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:22:31.473Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:22:31.473Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dcaac9e-501e-4442-8af9-4de1e73934f2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667715734418,
  "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-06T06:22:31.477Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 9dcaac9e-501e-4442-8af9-4de1e73934f2
2022-11-06T06:22:31.477Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9dcaac9e-501e-4442-8af9-4de1e73934f2 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-06T06:22:31.483Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:22:31.484Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dcaac9e-501e-4442-8af9-4de1e73934f2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667715727824,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWa7ozkn8ijrefyyigc01/1.0/resourceInstances/pnf457d6709b5390/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:22:31.484Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:22:31.484Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:22:31.484Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dcaac9e-501e-4442-8af9-4de1e73934f2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667715727824,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWa7ozkn8ijrefyyigc01/1.0/resourceInstances/pnf457d6709b5390/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:22:31.484Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:22:31.484Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:22:31.484Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dcaac9e-501e-4442-8af9-4de1e73934f2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667715727824,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWa7ozkn8ijrefyyigc01/1.0/resourceInstances/pnf457d6709b5390/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:22:31.484Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:22:31.485Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:22:31.485Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dcaac9e-501e-4442-8af9-4de1e73934f2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667715727824,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWa7ozkn8ijrefyyigc01/1.0/resourceInstances/pnf457d6709b5390/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:22:31.485Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:22:31.485Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:22:31.485Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dcaac9e-501e-4442-8af9-4de1e73934f2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667715727824,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWa7ozkn8ijrefyyigc01/1.0/resourceInstances/pnf457d6709b5390/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:22:31.485Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:22:31.485Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:22:31.485Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dcaac9e-501e-4442-8af9-4de1e73934f2",
  "consumerID": "aai-ml",
  "timestamp": 1667715739528,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWa7ozkn8ijrefyyigc01/1.0/resourceInstances/pnf457d6709b5390/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:22:31.485Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:22:31.485Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:22:31.485Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dcaac9e-501e-4442-8af9-4de1e73934f2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667715727824,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWa7ozkn8ijrefyyigc01/1.0/artifacts/service-DemoPnfWa7ozkn8ijrefyyigc01-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:22:31.486Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:22:31.486Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:22:31.486Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dcaac9e-501e-4442-8af9-4de1e73934f2",
  "consumerID": "aai-ml",
  "timestamp": 1667715739528,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWa7ozkn8ijrefyyigc01/1.0/resourceInstances/pnf457d6709b5390/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:22:31.486Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:22:31.486Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:22:31.486Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dcaac9e-501e-4442-8af9-4de1e73934f2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667715727824,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWa7ozkn8ijrefyyigc01/1.0/artifacts/service-DemoPnfWa7ozkn8ijrefyyigc01-csar.csar",
  "status": "NOTIFIED"
}
2022-11-06T06:22:31.486Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:22:31.486Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:22:31.486Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dcaac9e-501e-4442-8af9-4de1e73934f2",
  "consumerID": "aai-ml",
  "timestamp": 1667715739528,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWa7ozkn8ijrefyyigc01/1.0/resourceInstances/pnf457d6709b5390/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:22:31.487Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:22:31.487Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:22:31.487Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dcaac9e-501e-4442-8af9-4de1e73934f2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667715742515,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWa7ozkn8ijrefyyigc01/1.0/artifacts/service-DemoPnfWa7ozkn8ijrefyyigc01-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-06T06:22:31.487Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T06:22:31.487Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:22:31.487Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dcaac9e-501e-4442-8af9-4de1e73934f2",
  "consumerID": "aai-ml",
  "timestamp": 1667715739528,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWa7ozkn8ijrefyyigc01/1.0/resourceInstances/pnf457d6709b5390/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:22:31.487Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:22:31.487Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:22:31.487Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dcaac9e-501e-4442-8af9-4de1e73934f2",
  "consumerID": "aai-ml",
  "timestamp": 1667715739528,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWa7ozkn8ijrefyyigc01/1.0/resourceInstances/pnf457d6709b5390/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:22:31.487Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:22:31.488Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:22:31.488Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dcaac9e-501e-4442-8af9-4de1e73934f2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667715744485,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWa7ozkn8ijrefyyigc01/1.0/artifacts/service-DemoPnfWa7ozkn8ijrefyyigc01-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-06T06:22:31.488Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T06:22:31.488Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:22:31.488Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dcaac9e-501e-4442-8af9-4de1e73934f2",
  "consumerID": "aai-ml",
  "timestamp": 1667715739528,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWa7ozkn8ijrefyyigc01/1.0/resourceInstances/pnf457d6709b5390/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:22:31.488Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:22:31.488Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:22:31.488Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dcaac9e-501e-4442-8af9-4de1e73934f2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667715745489,
  "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-06T06:22:31.492Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9dcaac9e-501e-4442-8af9-4de1e73934f2
2022-11-06T06:22:31.492Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9dcaac9e-501e-4442-8af9-4de1e73934f2 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-06T06:22:31.506Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:22:31.507Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dcaac9e-501e-4442-8af9-4de1e73934f2",
  "consumerID": "aai-ml",
  "timestamp": 1667715739528,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWa7ozkn8ijrefyyigc01/1.0/artifacts/service-DemoPnfWa7ozkn8ijrefyyigc01-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:22:31.507Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:22:31.507Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:22:31.507Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dcaac9e-501e-4442-8af9-4de1e73934f2",
  "consumerID": "aai-ml",
  "timestamp": 1667715739528,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWa7ozkn8ijrefyyigc01/1.0/artifacts/service-DemoPnfWa7ozkn8ijrefyyigc01-csar.csar",
  "status": "NOTIFIED"
}
2022-11-06T06:22:31.507Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:22:31.507Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:22:31.507Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dcaac9e-501e-4442-8af9-4de1e73934f2",
  "consumerID": "aai-ml",
  "timestamp": 1667715748354,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWa7ozkn8ijrefyyigc01/1.0/artifacts/service-DemoPnfWa7ozkn8ijrefyyigc01-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-06T06:22:31.507Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T06:22:32.346Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-06T06:22:32.347Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-06T06:22:32.349Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T06:22:32.349Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "15743eba-b40f-40db-aa56-f7bd9ad4ef34",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667715750640,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-11-06T06:22:32.449Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-06T06:22:32.450Z||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-06T06:22:32.451Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tNTQBMD8Rsm19kIi) ...
2022-11-06T06:22:32.466Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:22:32.466Z||pool-36-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-06T06:22:33.350Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "15743eba-b40f-40db-aa56-f7bd9ad4ef34",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "048d79cb-e6b7-4574-a30e-79be58a853b8",
  "serviceDescription": "service",
  "serviceInvariantUUID": "82528c8f-2fe6-4737-b2b1-e0c583b940ba",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "b3e264e9-7842-4236-8610-c223ed74676b",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "ae866558-4a07-4933-8b39-4011cf9acdb1",
      "resourceInvariantUUID": "df2d93f8-4ac2-4090-94ec-0d417f65b92c",
      "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": "MzFmZDRiMmVmNmE3ZjI1MTI4NGY1N2I1YTQ4MWFkNGU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "e7a0ca6f-fc99-4e93-9b50-7d436470a0c8"
    }
  ],
  "workloadContext": "Production"
}
2022-11-06T06:22:33.351Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-06T06:22:33.351Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 048d79cb-e6b7-4574-a30e-79be58a853b8 ASDC
2022-11-06T06:22:33.353Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:15743eba-b40f-40db-aa56-f7bd9ad4ef34
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:048d79cb-e6b7-4574-a30e-79be58a853b8
ServiceInvariantUUID:82528c8f-2fe6-4737-b2b1-e0c583b940ba
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:e7a0ca6f-fc99-4e93-9b50-7d436470a0c8
ArtifactChecksum:MzFmZDRiMmVmNmE3ZjI1MTI4NGY1N2I1YTQ4MWFkNGU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:b3e264e9-7842-4236-8610-c223ed74676b
ResourceInvariantUUID:df2d93f8-4ac2-4090-94ec-0d417f65b92c
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:ae866558-4a07-4933-8b39-4011cf9acdb1
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2022-11-06T06:22:33.353Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 048d79cb-e6b7-4574-a30e-79be58a853b8 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-06T06:22:33.381Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-06T06:22:33.382Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-11-06T06:22:33.382Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-11-06T06:22:33.382Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: e7a0ca6f-fc99-4e93-9b50-7d436470a0c8 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-06T06:22:33.382Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-11-06T06:22:33.383Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-06T06:22:33.453Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-11-06T06:22:33.456Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar e7a0ca6f-fc99-4e93-9b50-7d436470a0c8 57663
2022-11-06T06:22:33.456Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||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-06T06:22:33.456Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||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-06T06:22:33.456Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-06T06:22:33.457Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-06T06:22:33.459Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T06:22:33.459Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "15743eba-b40f-40db-aa56-f7bd9ad4ef34",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667715753456,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-06T06:22:33.559Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T06:22:33.560Z||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-06T06:22:33.560Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tNTQBMD8Rsm19kIi) ...
2022-11-06T06:22:33.571Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:22:33.572Z||pool-37-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-11-06T06:22:34.460Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-06T06:22:34.460Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-11-06T06:22:34.461Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: e7a0ca6f-fc99-4e93-9b50-7d436470a0c8, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-06T06:22:34.461Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-11-06T06:22:34.462Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-06T06:22:34.462Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-06T06:22:34.734Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17296839300111241691/Definitions/service-BasicNetwork-template.yml
2022-11-06T06:22:35.246Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-06T06:22:35.247Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-11-06T06:22:35.247Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-06T06:22:35.247Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-11-06T06:22:35.247Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||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-06T06:22:35.247Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||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-06T06:22:35.247Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||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-06T06:22:35.247Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||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-06T06:22:35.247Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-06T06:22:35.247Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||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-06T06:22:35.248Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||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-06T06:22:35.248Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||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-06T06:22:35.248Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-11-06T06:22:35.248Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T06:22:35.248Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T06:22:35.248Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-11-06T06:22:35.249Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-11-06T06:22:35.249Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-06T06:22:35.249Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T06:22:35.249Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T06:22:35.249Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-11-06T06:22:35.249Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-11-06T06:22:35.249Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-06T06:22:35.249Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T06:22:35.250Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T06:22:35.250Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T06:22:35.250Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T06:22:35.250Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T06:22:35.250Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T06:22:35.250Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T06:22:35.251Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T06:22:35.251Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T06:22:35.251Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T06:22:35.251Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:048d79cb-e6b7-4574-a30e-79be58a853b8
Model Version:NULL
Model InvariantUuid:82528c8f-2fe6-4737-b2b1-e0c583b940ba
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:df2d93f8-4ac2-4090-94ec-0d417f65b92c
Model UUID:d1260308-b2a9-44d3-aeb5-034c39cb1f16
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:b3e264e9-7842-4236-8610-c223ed74676b
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-06T06:22:35.261Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||INFO|500||Processing Resource Type: VL, Model UUID: ae866558-4a07-4933-8b39-4011cf9acdb1
2022-11-06T06:22:35.262Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||INFO|500||No resources found for Service: 048d79cb-e6b7-4574-a30e-79be58a853b8
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-06T06:22:35.268Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||INFO|500||
2022-11-06T06:22:35.268Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2022-11-06T06:22:35.269Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||DEBUG|500||No resources found for Service: 048d79cb-e6b7-4574-a30e-79be58a853b8
2022-11-06T06:22:35.269Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 048d79cb-e6b7-4574-a30e-79be58a853b8
2022-11-06T06:22:35.269Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2022-11-06T06:22:35.269Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||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-06T06:22:35.274Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2aed040c, org.onap.sdc.toscaparser.api.parameters.Input@849120e, org.onap.sdc.toscaparser.api.parameters.Input@649d8a66, org.onap.sdc.toscaparser.api.parameters.Input@7c3fb556, org.onap.sdc.toscaparser.api.parameters.Input@3eb013b9]
2022-11-06T06:22:35.276Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T06:22:35.276Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T06:22:35.276Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T06:22:35.276Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T06:22:35.276Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 048d79cb-e6b7-4574-a30e-79be58a853b8: Generic NeutronNet
2022-11-06T06:22:35.277Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T06:22:35.277Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T06:22:35.277Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T06:22:35.277Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||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-06T06:22:35.314Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T06:22:35.315Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T06:22:35.315Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T06:22:35.315Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T06:22:35.315Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T06:22:35.315Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T06:22:35.315Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||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-06T06:22:35.389Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2022-11-06T06:22:35.390Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||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-06T06:22:35.390Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||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-06T06:22:35.390Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-06T06:22:35.390Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-06T06:22:35.392Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T06:22:35.392Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "15743eba-b40f-40db-aa56-f7bd9ad4ef34",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667715755390,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-06T06:22:35.492Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T06:22:35.493Z||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-06T06:22:35.493Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tNTQBMD8Rsm19kIi) ...
2022-11-06T06:22:35.506Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:22:35.506Z||pool-38-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-11-06T06:22:36.392Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 15743eba-b40f-40db-aa56-f7bd9ad4ef34
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06T06:22:36.404Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 15743eba-b40f-40db-aa56-f7bd9ad4ef34
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-06T06:22:36.407Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-06T06:22:36.407Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-06T06:22:36.407Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-06T06:22:36.407Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-06T06:22:36.407Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-06T06:22:36.407Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-06T06:22:36.407Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-06T06:22:36.407Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-06T06:22:36.407Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-06T06:22:36.412Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-06T06:23:06.413Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 15743eba-b40f-40db-aa56-f7bd9ad4ef34 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-06T06:23:06.422Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 15743eba-b40f-40db-aa56-f7bd9ad4ef34 and serviceModelVersionId: 048d79cb-e6b7-4574-a30e-79be58a853b8
2022-11-06T06:23:06.422Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 82528c8f-2fe6-4737-b2b1-e0c583b940ba
2022-11-06T06:23:06.424Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/82528c8f-2fe6-4737-b2b1-e0c583b940ba/model-vers/model-ver/048d79cb-e6b7-4574-a30e-79be58a853b8?depth=0
2022-11-06T06:23:06.432Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-11-06T06:23:06.493Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/82528c8f-2fe6-4737-b2b1-e0c583b940ba/model-vers/model-ver/048d79cb-e6b7-4574-a30e-79be58a853b8?depth=0|INFO|500||Invoke
2022-11-06T06:23:06.494Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/82528c8f-2fe6-4737-b2b1-e0c583b940ba/model-vers/model-ver/048d79cb-e6b7-4574-a30e-79be58a853b8?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/82528c8f-2fe6-4737-b2b1-e0c583b940ba/model-vers/model-ver/048d79cb-e6b7-4574-a30e-79be58a853b8?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[15743eba-b40f-40db-aa56-f7bd9ad4ef34], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[28b0d08a-d6d0-4e68-a9fa-1f067f8f8a72], X-ECOMP-RequestID=[15743eba-b40f-40db-aa56-f7bd9ad4ef34], X-TransactionId=[], X-ONAP-RequestID=[15743eba-b40f-40db-aa56-f7bd9ad4ef34], Content-Type=[application/merge-patch+json]}
2022-11-06T06:23:06.518Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/82528c8f-2fe6-4737-b2b1-e0c583b940ba/model-vers/model-ver/048d79cb-e6b7-4574-a30e-79be58a853b8?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-11-06T06:23:06.624Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/82528c8f-2fe6-4737-b2b1-e0c583b940ba/model-vers/model-ver/048d79cb-e6b7-4574-a30e-79be58a853b8?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/82528c8f-2fe6-4737-b2b1-e0c583b940ba/model-vers/model-ver/048d79cb-e6b7-4574-a30e-79be58a853b8?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-221106-06:23:07:408-50945], vertex-id=[155800], Content-Length=[0], Date=[Sun, 06 Nov 2022 06:23:07 GMT], Content-Type=[application/json]}
2022-11-06T06:23:06.625Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/82528c8f-2fe6-4737-b2b1-e0c583b940ba/model-vers/model-ver/048d79cb-e6b7-4574-a30e-79be58a853b8?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-11-06T06:23:06.625Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/82528c8f-2fe6-4737-b2b1-e0c583b940ba/model-vers/model-ver/048d79cb-e6b7-4574-a30e-79be58a853b8?depth=0|INFO|500||InvokeReturn
2022-11-06T06:23:06.626Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-06T06:23:06.626Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-06T06:23:06.632Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-11-06T06:23:06.632Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 15743eba-b40f-40db-aa56-f7bd9ad4ef34 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-06T06:23:06.632Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-06T06:23:06.632Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-06T06:23:06.635Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T06:23:06.635Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "15743eba-b40f-40db-aa56-f7bd9ad4ef34",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667715786632,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-06T06:23:06.735Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T06:23:06.736Z||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-06T06:23:06.737Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tNTQBMD8Rsm19kIi) ...
2022-11-06T06:23:06.759Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:23:06.759Z||pool-39-thread-1|||||INFO|500||cambria reply ok (23 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-06T06:23:07.646Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T06:23:07.647Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"9dcaac9e-501e-4442-8af9-4de1e73934f2","serviceName":"Demo_pNF_wa7OZkN8ijrEfYYIGc01","serviceVersion":"1.0","serviceUUID":"33490ca4-8650-48d2-a123-0ca7e330e1b0","serviceDescription":"catalog service description","serviceInvariantUUID":"89875bc5-cc9c-40ac-a47b-03929c749bec","resources":[{"resourceInstanceName":"pNF 457d6709-b539 0","resourceName":"pNF 457d6709-b539","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"83557474-0202-4fde-9b99-742cbb7f4828","resourceInvariantUUID":"7735b411-87eb-47aa-a96b-98fc3023917c","resourceCustomizationUUID":"2b3d2f52-74ee-4c02-bd86-af1398777537","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWa7ozkn8ijrefyyigc01/1.0/resourceInstances/pnf457d6709b5390/artifacts/vf-license-model.xml","artifactChecksum":"NDI2YTg1YzdhNmZkYzAzN2M2OGZhYTgxNDk5NTliZmE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1b5f1e47-ed6a-49a7-85cd-f1fa37f6ad55","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWa7ozkn8ijrefyyigc01/1.0/resourceInstances/pnf457d6709b5390/artifacts/pNF.csar","artifactChecksum":"ZjU5NTdlNjg1YmQ2ZTEzYjliMDk2ZTA1YThmMTMzZDA\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b1a1571f-a7a0-4c5f-92ca-5abfae9efb4d","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWa7ozkn8ijrefyyigc01/1.0/resourceInstances/pnf457d6709b5390/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ee2cefa4-c4e0-4e36-b332-0bbe90b6fd40","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWa7ozkn8ijrefyyigc01/1.0/resourceInstances/pnf457d6709b5390/artifacts/vendor-license-model.xml","artifactChecksum":"MGRmMmM3NjgyMDE2ODc5Y2ZmMDE1NDExZGJjMWMzMmI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"cdb54555-2c2e-4577-bbde-2acee256f4aa","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfWa7ozkn8ijrefyyigc01/1.0/resourceInstances/pnf457d6709b5390/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b7643e9a-9a85-4a9f-9c6b-d6ef05f61ea2","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfWa7ozkn8ijrefyyigc01/1.0/resourceInstances/pnf457d6709b5390/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"cdb11a28-7843-44d7-a39c-f531a9b4050b","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfWa7ozkn8ijrefyyigc01-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWa7ozkn8ijrefyyigc01/1.0/artifacts/service-DemoPnfWa7ozkn8ijrefyyigc01-template.yml","artifactChecksum":"OWQ0MjNlMThjYzMyNWE1YjBiM2E5YzIzOTk1NmQ2ZmQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"80d415a0-2c00-4f33-b3f2-7f05fb2b2b46","artifactVersion":"1"},{"artifactName":"service-DemoPnfWa7ozkn8ijrefyyigc01-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfWa7ozkn8ijrefyyigc01/1.0/artifacts/service-DemoPnfWa7ozkn8ijrefyyigc01-csar.csar","artifactChecksum":"NzkzNGRjYjYxMzE1ZjRjYjMwOWRlYWZmNmI0ZjY0NmY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7584bfbb-e1d8-4f26-a1d3-91020a58ee83","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-06T06:23:07.647Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-06T06:23:07.647Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-06T06:23:07.649Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T06:23:07.649Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "9dcaac9e-501e-4442-8af9-4de1e73934f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667715750640,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWa7ozkn8ijrefyyigc01/1.0/resourceInstances/pnf457d6709b5390/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:23:07.749Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T06:23:07.750Z||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-06T06:23:07.750Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tNTQBMD8Rsm19kIi) ...
2022-11-06T06:23:07.764Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:23:07.764Z||pool-40-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-06T06:23:08.651Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-06T06:23:08.651Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-06T06:23:08.653Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T06:23:08.654Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "9dcaac9e-501e-4442-8af9-4de1e73934f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667715750640,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWa7ozkn8ijrefyyigc01/1.0/resourceInstances/pnf457d6709b5390/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:23:08.754Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T06:23:08.754Z||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-06T06:23:08.755Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tNTQBMD8Rsm19kIi) ...
2022-11-06T06:23:08.767Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:23:08.767Z||pool-41-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-11-06T06:23:09.654Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-06T06:23:09.655Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-06T06:23:09.657Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T06:23:09.657Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "9dcaac9e-501e-4442-8af9-4de1e73934f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667715750640,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWa7ozkn8ijrefyyigc01/1.0/resourceInstances/pnf457d6709b5390/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:23:09.757Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T06:23:09.758Z||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-06T06:23:09.758Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tNTQBMD8Rsm19kIi) ...
2022-11-06T06:23:09.786Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:23:09.786Z||pool-42-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":1,"count":1}
2022-11-06T06:23:10.658Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-06T06:23:10.659Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-06T06:23:10.661Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T06:23:10.662Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "9dcaac9e-501e-4442-8af9-4de1e73934f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667715750640,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWa7ozkn8ijrefyyigc01/1.0/resourceInstances/pnf457d6709b5390/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:23:10.761Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-06T06:23:10.762Z||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-06T06:23:10.762Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tNTQBMD8Rsm19kIi) ...
2022-11-06T06:23:10.784Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:23:10.785Z||pool-43-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-11-06T06:23:11.662Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-06T06:23:11.663Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-06T06:23:11.665Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T06:23:11.665Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "9dcaac9e-501e-4442-8af9-4de1e73934f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667715750640,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWa7ozkn8ijrefyyigc01/1.0/resourceInstances/pnf457d6709b5390/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:23:11.766Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-06T06:23:11.766Z||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-06T06:23:11.767Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tNTQBMD8Rsm19kIi) ...
2022-11-06T06:23:11.776Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:23:11.777Z||pool-44-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-06T06:23:12.666Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-06T06:23:12.667Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-06T06:23:12.674Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T06:23:12.675Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "9dcaac9e-501e-4442-8af9-4de1e73934f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667715750640,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWa7ozkn8ijrefyyigc01/1.0/resourceInstances/pnf457d6709b5390/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:23:12.770Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2022-11-06T06:23:12.771Z||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-06T06:23:12.771Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tNTQBMD8Rsm19kIi) ...
2022-11-06T06:23:12.795Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:23:12.795Z||pool-45-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-11-06T06:23:13.680Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-06T06:23:13.689Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-06T06:23:13.691Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T06:23:13.691Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "9dcaac9e-501e-4442-8af9-4de1e73934f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667715750640,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWa7ozkn8ijrefyyigc01/1.0/artifacts/service-DemoPnfWa7ozkn8ijrefyyigc01-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:23:13.791Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T06:23:13.792Z||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-06T06:23:13.792Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tNTQBMD8Rsm19kIi) ...
2022-11-06T06:23:13.804Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:23:13.805Z||pool-46-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-06T06:23:14.692Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-06T06:23:14.693Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-06T06:23:14.695Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T06:23:14.696Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "9dcaac9e-501e-4442-8af9-4de1e73934f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667715750640,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWa7ozkn8ijrefyyigc01/1.0/artifacts/service-DemoPnfWa7ozkn8ijrefyyigc01-csar.csar",
  "status": "NOTIFIED"
}
2022-11-06T06:23:14.795Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-06T06:23:14.796Z||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-06T06:23:14.796Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tNTQBMD8Rsm19kIi) ...
2022-11-06T06:23:14.811Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:23:14.811Z||pool-47-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-11-06T06:23:15.697Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "9dcaac9e-501e-4442-8af9-4de1e73934f2",
  "serviceName": "Demo_pNF_wa7OZkN8ijrEfYYIGc01",
  "serviceVersion": "1.0",
  "serviceUUID": "33490ca4-8650-48d2-a123-0ca7e330e1b0",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "89875bc5-cc9c-40ac-a47b-03929c749bec",
  "resources": [
    {
      "resourceInstanceName": "pNF 457d6709-b539 0",
      "resourceCustomizationUUID": "2b3d2f52-74ee-4c02-bd86-af1398777537",
      "resourceName": "pNF 457d6709-b539",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "83557474-0202-4fde-9b99-742cbb7f4828",
      "resourceInvariantUUID": "7735b411-87eb-47aa-a96b-98fc3023917c",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfWa7ozkn8ijrefyyigc01-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfWa7ozkn8ijrefyyigc01/1.0/artifacts/service-DemoPnfWa7ozkn8ijrefyyigc01-csar.csar",
      "artifactChecksum": "NzkzNGRjYjYxMzE1ZjRjYjMwOWRlYWZmNmI0ZjY0NmY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "7584bfbb-e1d8-4f26-a1d3-91020a58ee83"
    }
  ],
  "workloadContext": "Production"
}
2022-11-06T06:23:15.697Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-06T06:23:15.698Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 33490ca4-8650-48d2-a123-0ca7e330e1b0 ASDC
2022-11-06T06:23:15.698Z|9dcaac9e-501e-4442-8af9-4de1e73934f2|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:9dcaac9e-501e-4442-8af9-4de1e73934f2
ServiceName:Demo_pNF_wa7OZkN8ijrEfYYIGc01
ServiceVersion:1.0
ServiceUUID:33490ca4-8650-48d2-a123-0ca7e330e1b0
ServiceInvariantUUID:89875bc5-cc9c-40ac-a47b-03929c749bec
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfWa7ozkn8ijrefyyigc01-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfWa7ozkn8ijrefyyigc01/1.0/artifacts/service-DemoPnfWa7ozkn8ijrefyyigc01-csar.csar
ArtifactUUID:7584bfbb-e1d8-4f26-a1d3-91020a58ee83
ArtifactChecksum:NzkzNGRjYjYxMzE1ZjRjYjMwOWRlYWZmNmI0ZjY0NmY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 457d6709-b539 0
ResourceCustomizationUUID:2b3d2f52-74ee-4c02-bd86-af1398777537
ResourceInvariantUUID:7735b411-87eb-47aa-a96b-98fc3023917c
ResourceName:pNF 457d6709-b539
ResourceType:PNF
ResourceUUID:83557474-0202-4fde-9b99-742cbb7f4828
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-11-06T06:23:15.699Z|9dcaac9e-501e-4442-8af9-4de1e73934f2|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 33490ca4-8650-48d2-a123-0ca7e330e1b0 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-06T06:23:15.757Z|9dcaac9e-501e-4442-8af9-4de1e73934f2|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-06T06:23:15.758Z|9dcaac9e-501e-4442-8af9-4de1e73934f2|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-11-06T06:23:15.758Z|9dcaac9e-501e-4442-8af9-4de1e73934f2|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-11-06T06:23:15.759Z|9dcaac9e-501e-4442-8af9-4de1e73934f2|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 7584bfbb-e1d8-4f26-a1d3-91020a58ee83 from URL: /sdc/v1/catalog/services/DemoPnfWa7ozkn8ijrefyyigc01/1.0/artifacts/service-DemoPnfWa7ozkn8ijrefyyigc01-csar.csar
2022-11-06T06:23:15.759Z|9dcaac9e-501e-4442-8af9-4de1e73934f2|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-11-06T06:23:15.759Z|9dcaac9e-501e-4442-8af9-4de1e73934f2|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfWa7ozkn8ijrefyyigc01/1.0/artifacts/service-DemoPnfWa7ozkn8ijrefyyigc01-csar.csar
2022-11-06T06:23:15.844Z|9dcaac9e-501e-4442-8af9-4de1e73934f2|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-11-06T06:23:15.848Z|9dcaac9e-501e-4442-8af9-4de1e73934f2|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfWa7ozkn8ijrefyyigc01/1.0/artifacts/service-DemoPnfWa7ozkn8ijrefyyigc01-csar.csar 7584bfbb-e1d8-4f26-a1d3-91020a58ee83 87783
2022-11-06T06:23:15.848Z|9dcaac9e-501e-4442-8af9-4de1e73934f2|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfWa7ozkn8ijrefyyigc01/1.0/artifacts/service-DemoPnfWa7ozkn8ijrefyyigc01-csar.csar ASDC sendASDCNotification
2022-11-06T06:23:15.849Z|9dcaac9e-501e-4442-8af9-4de1e73934f2|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfWa7ozkn8ijrefyyigc01/1.0/artifacts/service-DemoPnfWa7ozkn8ijrefyyigc01-csar.csar
2022-11-06T06:23:15.849Z|9dcaac9e-501e-4442-8af9-4de1e73934f2|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-06T06:23:15.849Z|9dcaac9e-501e-4442-8af9-4de1e73934f2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-06T06:23:15.851Z|9dcaac9e-501e-4442-8af9-4de1e73934f2|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T06:23:15.851Z|9dcaac9e-501e-4442-8af9-4de1e73934f2|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "9dcaac9e-501e-4442-8af9-4de1e73934f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667715795848,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWa7ozkn8ijrefyyigc01/1.0/artifacts/service-DemoPnfWa7ozkn8ijrefyyigc01-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-06T06:23:15.952Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-06T06:23:15.953Z||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-06T06:23:15.953Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tNTQBMD8Rsm19kIi) ...
2022-11-06T06:23:15.970Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:23:15.971Z||pool-48-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-11-06T06:23:16.852Z|9dcaac9e-501e-4442-8af9-4de1e73934f2|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-06T06:23:16.853Z|9dcaac9e-501e-4442-8af9-4de1e73934f2|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-11-06T06:23:16.853Z|9dcaac9e-501e-4442-8af9-4de1e73934f2|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 7584bfbb-e1d8-4f26-a1d3-91020a58ee83, URL: /sdc/v1/catalog/services/DemoPnfWa7ozkn8ijrefyyigc01/1.0/artifacts/service-DemoPnfWa7ozkn8ijrefyyigc01-csar.csar to file: /app/ASDC/1/service-DemoPnfWa7ozkn8ijrefyyigc01-csar.csar
2022-11-06T06:23:16.853Z|9dcaac9e-501e-4442-8af9-4de1e73934f2|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfWa7ozkn8ijrefyyigc01-csar.csar
2022-11-06T06:23:16.854Z|9dcaac9e-501e-4442-8af9-4de1e73934f2|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfWa7ozkn8ijrefyyigc01-csar.csar
2022-11-06T06:23:16.854Z|9dcaac9e-501e-4442-8af9-4de1e73934f2|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfWa7ozkn8ijrefyyigc01-csar.csar
2022-11-06T06:23:17.012Z|9dcaac9e-501e-4442-8af9-4de1e73934f2|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11916953985565061283/Definitions/service-DemoPnfWa7ozkn8ijrefyyigc01-template.yml
2022-11-06T06:23:17.929Z|9dcaac9e-501e-4442-8af9-4de1e73934f2|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-06T06:23:17.930Z|9dcaac9e-501e-4442-8af9-4de1e73934f2|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-11-06T06:23:17.930Z|9dcaac9e-501e-4442-8af9-4de1e73934f2|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfWa7ozkn8ijrefyyigc01-csar.csar
2022-11-06T06:23:17.930Z|9dcaac9e-501e-4442-8af9-4de1e73934f2|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-11-06T06:23:17.930Z|9dcaac9e-501e-4442-8af9-4de1e73934f2|pool-2-thread-9|||||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-DemoPnfWa7ozkn8ijrefyyigc01-csar.csar
2022-11-06T06:23:17.930Z|9dcaac9e-501e-4442-8af9-4de1e73934f2|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfWa7ozkn8ijrefyyigc01-csar.csar
2022-11-06T06:23:17.930Z|9dcaac9e-501e-4442-8af9-4de1e73934f2|pool-2-thread-9|||||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-DemoPnfWa7ozkn8ijrefyyigc01-csar.csar
2022-11-06T06:23:17.930Z|9dcaac9e-501e-4442-8af9-4de1e73934f2|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfWa7ozkn8ijrefyyigc01-csar.csar
2022-11-06T06:23:17.930Z|9dcaac9e-501e-4442-8af9-4de1e73934f2|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfWa7ozkn8ijrefyyigc01-csar.csar
2022-11-06T06:23:17.931Z|9dcaac9e-501e-4442-8af9-4de1e73934f2|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfWa7ozkn8ijrefyyigc01-csar.csar
2022-11-06T06:23:17.931Z|9dcaac9e-501e-4442-8af9-4de1e73934f2|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 457d6709-b539 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-DemoPnfWa7ozkn8ijrefyyigc01-csar.csar
2022-11-06T06:23:17.931Z|9dcaac9e-501e-4442-8af9-4de1e73934f2|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-11-06T06:23:17.931Z|9dcaac9e-501e-4442-8af9-4de1e73934f2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T06:23:17.931Z|9dcaac9e-501e-4442-8af9-4de1e73934f2|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_wa7OZkN8ijrEfYYIGc01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T06:23:17.931Z|9dcaac9e-501e-4442-8af9-4de1e73934f2|pool-2-thread-9|||||DEBUG|500||Node template pNF 457d6709-b539 0 is matching search criteria
2022-11-06T06:23:17.931Z|9dcaac9e-501e-4442-8af9-4de1e73934f2|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-11-06T06:23:17.932Z|9dcaac9e-501e-4442-8af9-4de1e73934f2|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 457d6709-b539 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-06T06:23:17.932Z|9dcaac9e-501e-4442-8af9-4de1e73934f2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T06:23:17.932Z|9dcaac9e-501e-4442-8af9-4de1e73934f2|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_wa7OZkN8ijrEfYYIGc01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T06:23:17.932Z|9dcaac9e-501e-4442-8af9-4de1e73934f2|pool-2-thread-9|||||DEBUG|500||Node template pNF 457d6709-b539 0 is matching search criteria
2022-11-06T06:23:17.932Z|9dcaac9e-501e-4442-8af9-4de1e73934f2|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-11-06T06:23:17.932Z|9dcaac9e-501e-4442-8af9-4de1e73934f2|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 457d6709-b539 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-06T06:23:17.932Z|9dcaac9e-501e-4442-8af9-4de1e73934f2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T06:23:17.933Z|9dcaac9e-501e-4442-8af9-4de1e73934f2|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_wa7OZkN8ijrEfYYIGc01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T06:23:17.933Z|9dcaac9e-501e-4442-8af9-4de1e73934f2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T06:23:17.933Z|9dcaac9e-501e-4442-8af9-4de1e73934f2|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_wa7OZkN8ijrEfYYIGc01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T06:23:17.933Z|9dcaac9e-501e-4442-8af9-4de1e73934f2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T06:23:17.933Z|9dcaac9e-501e-4442-8af9-4de1e73934f2|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_wa7OZkN8ijrEfYYIGc01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T06:23:17.933Z|9dcaac9e-501e-4442-8af9-4de1e73934f2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T06:23:17.933Z|9dcaac9e-501e-4442-8af9-4de1e73934f2|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_wa7OZkN8ijrEfYYIGc01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T06:23:17.933Z|9dcaac9e-501e-4442-8af9-4de1e73934f2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T06:23:17.934Z|9dcaac9e-501e-4442-8af9-4de1e73934f2|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_wa7OZkN8ijrEfYYIGc01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T06:23:17.934Z|9dcaac9e-501e-4442-8af9-4de1e73934f2|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_wa7OZkN8ijrEfYYIGc01
Description:catalog service description
Model UUID:33490ca4-8650-48d2-a123-0ca7e330e1b0
Model Version:NULL
Model InvariantUuid:89875bc5-cc9c-40ac-a47b-03929c749bec
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-06T06:23:17.941Z|9dcaac9e-501e-4442-8af9-4de1e73934f2|pool-2-thread-9|||||INFO|500||Processing Resource Type: PNF, Model UUID: 83557474-0202-4fde-9b99-742cbb7f4828
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-06T06:23:17.944Z|9dcaac9e-501e-4442-8af9-4de1e73934f2|pool-2-thread-9|||||INFO|500||pNF 457d6709-b539 0
2022-11-06T06:23:17.944Z|9dcaac9e-501e-4442-8af9-4de1e73934f2|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 83557474-0202-4fde-9b99-742cbb7f4828
2022-11-06T06:23:17.944Z|9dcaac9e-501e-4442-8af9-4de1e73934f2|pool-2-thread-9|||||DEBUG|500||No resources found for Service: 33490ca4-8650-48d2-a123-0ca7e330e1b0
2022-11-06T06:23:17.944Z|9dcaac9e-501e-4442-8af9-4de1e73934f2|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 33490ca4-8650-48d2-a123-0ca7e330e1b0
2022-11-06T06:23:17.944Z|9dcaac9e-501e-4442-8af9-4de1e73934f2|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 457d6709-b539 0 83557474-0202-4fde-9b99-742cbb7f4828 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-06T06:23:17.948Z|9dcaac9e-501e-4442-8af9-4de1e73934f2|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@299408a0, org.onap.sdc.toscaparser.api.parameters.Input@42c880bf, org.onap.sdc.toscaparser.api.parameters.Input@3cdc94bb, org.onap.sdc.toscaparser.api.parameters.Input@7fd3d598, org.onap.sdc.toscaparser.api.parameters.Input@760b03ca]
2022-11-06T06:23:17.948Z|9dcaac9e-501e-4442-8af9-4de1e73934f2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T06:23:17.948Z|9dcaac9e-501e-4442-8af9-4de1e73934f2|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_wa7OZkN8ijrEfYYIGc01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T06:23:17.948Z|9dcaac9e-501e-4442-8af9-4de1e73934f2|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 33490ca4-8650-48d2-a123-0ca7e330e1b0: pNF 457d6709-b539
2022-11-06T06:23:17.949Z|9dcaac9e-501e-4442-8af9-4de1e73934f2|pool-2-thread-9|||||INFO|500||Processing PNF resource: 83557474-0202-4fde-9b99-742cbb7f4828
2022-11-06T06:23:17.949Z|9dcaac9e-501e-4442-8af9-4de1e73934f2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T06:23:17.949Z|9dcaac9e-501e-4442-8af9-4de1e73934f2|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_wa7OZkN8ijrEfYYIGc01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T06:23:17.949Z|9dcaac9e-501e-4442-8af9-4de1e73934f2|pool-2-thread-9|||||INFO|500||Resource customization UUID: 2b3d2f52-74ee-4c02-bd86-af1398777537 is the same as notified resource customizationUUID: 2b3d2f52-74ee-4c02-bd86-af1398777537
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-06T06:23:17.987Z|9dcaac9e-501e-4442-8af9-4de1e73934f2|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 457d6709-b539 83557474-0202-4fde-9b99-742cbb7f4828 0 ASDC deployResourceStructure
2022-11-06T06:23:17.987Z|9dcaac9e-501e-4442-8af9-4de1e73934f2|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfWa7ozkn8ijrefyyigc01/1.0/artifacts/service-DemoPnfWa7ozkn8ijrefyyigc01-csar.csar ASDC sendASDCNotification
2022-11-06T06:23:17.987Z|9dcaac9e-501e-4442-8af9-4de1e73934f2|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfWa7ozkn8ijrefyyigc01/1.0/artifacts/service-DemoPnfWa7ozkn8ijrefyyigc01-csar.csar
2022-11-06T06:23:17.987Z|9dcaac9e-501e-4442-8af9-4de1e73934f2|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-06T06:23:17.988Z|9dcaac9e-501e-4442-8af9-4de1e73934f2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-06T06:23:17.989Z|9dcaac9e-501e-4442-8af9-4de1e73934f2|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T06:23:17.989Z|9dcaac9e-501e-4442-8af9-4de1e73934f2|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "9dcaac9e-501e-4442-8af9-4de1e73934f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667715797987,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWa7ozkn8ijrefyyigc01/1.0/artifacts/service-DemoPnfWa7ozkn8ijrefyyigc01-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-06T06:23:18.089Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T06:23:18.091Z||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-06T06:23:18.091Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tNTQBMD8Rsm19kIi) ...
2022-11-06T06:23:18.108Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:23:18.109Z||pool-49-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-11-06T06:23:18.990Z|9dcaac9e-501e-4442-8af9-4de1e73934f2|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9dcaac9e-501e-4442-8af9-4de1e73934f2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06T06:23:19.003Z|9dcaac9e-501e-4442-8af9-4de1e73934f2|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9dcaac9e-501e-4442-8af9-4de1e73934f2
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-06T06:23:19.005Z|9dcaac9e-501e-4442-8af9-4de1e73934f2|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-06T06:23:19.005Z|9dcaac9e-501e-4442-8af9-4de1e73934f2|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-06T06:23:19.006Z|9dcaac9e-501e-4442-8af9-4de1e73934f2|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-06T06:23:30.642Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T06:23:30.643Z||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-06T06:23:30.643Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T06:23:30.779Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:23:30.779Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:23:30.779Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15743eba-b40f-40db-aa56-f7bd9ad4ef34",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667715750640,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:23:30.781Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:23:49.007Z|9dcaac9e-501e-4442-8af9-4de1e73934f2|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9dcaac9e-501e-4442-8af9-4de1e73934f2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06T06:23:49.018Z|9dcaac9e-501e-4442-8af9-4de1e73934f2|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9dcaac9e-501e-4442-8af9-4de1e73934f2
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-06T06:23:49.024Z|9dcaac9e-501e-4442-8af9-4de1e73934f2|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-06T06:23:49.024Z|9dcaac9e-501e-4442-8af9-4de1e73934f2|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-06T06:23:49.024Z|9dcaac9e-501e-4442-8af9-4de1e73934f2|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-06T06:24:19.024Z|9dcaac9e-501e-4442-8af9-4de1e73934f2|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9dcaac9e-501e-4442-8af9-4de1e73934f2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06T06:24:19.044Z|9dcaac9e-501e-4442-8af9-4de1e73934f2|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9dcaac9e-501e-4442-8af9-4de1e73934f2
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-06T06:24:19.047Z|9dcaac9e-501e-4442-8af9-4de1e73934f2|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-06T06:24:19.047Z|9dcaac9e-501e-4442-8af9-4de1e73934f2|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-06T06:24:19.047Z|9dcaac9e-501e-4442-8af9-4de1e73934f2|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-06T06:24:30.642Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T06:24:30.643Z||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-06T06:24:30.643Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T06:24:30.665Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:24:31.183Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:24:31.183Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15743eba-b40f-40db-aa56-f7bd9ad4ef34",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667715750640,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-11-06T06:24:31.184Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:24:31.184Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:24:31.184Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dcaac9e-501e-4442-8af9-4de1e73934f2",
  "consumerID": "aai-ml",
  "timestamp": 1667715753459,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWa7ozkn8ijrefyyigc01/1.0/artifacts/service-DemoPnfWa7ozkn8ijrefyyigc01-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-06T06:24:31.184Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T06:24:31.185Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:24:31.185Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15743eba-b40f-40db-aa56-f7bd9ad4ef34",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667715753456,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-06T06:24:31.185Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T06:24:31.185Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:24:31.185Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dcaac9e-501e-4442-8af9-4de1e73934f2",
  "consumerID": "aai-ml",
  "timestamp": 1667715754463,
  "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-06T06:24:31.192Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 9dcaac9e-501e-4442-8af9-4de1e73934f2
2022-11-06T06:24:31.192Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9dcaac9e-501e-4442-8af9-4de1e73934f2 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-06T06:24:31.202Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:24:31.202Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15743eba-b40f-40db-aa56-f7bd9ad4ef34",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667715755390,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-06T06:24:31.203Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T06:24:31.203Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:24:31.203Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7a48f23-d47d-436c-a210-5f19cf657c30",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667715761324,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:24:31.204Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:24:31.204Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:24:31.204Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7a48f23-d47d-436c-a210-5f19cf657c30",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667715757824,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:24:31.204Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:24:31.204Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:24:31.205Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7a48f23-d47d-436c-a210-5f19cf657c30",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667715765342,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:24:31.205Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:24:31.205Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:24:31.205Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7a48f23-d47d-436c-a210-5f19cf657c30",
  "consumerID": "cds",
  "timestamp": 1667715764939,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:24:31.206Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:24:31.206Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:24:31.206Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7a48f23-d47d-436c-a210-5f19cf657c30",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667715761324,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:24:31.206Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:24:31.206Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:24:31.207Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7a48f23-d47d-436c-a210-5f19cf657c30",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667715757824,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:24:31.207Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:24:31.207Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:24:31.207Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7a48f23-d47d-436c-a210-5f19cf657c30",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667715765342,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-11-06T06:24:31.208Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:24:31.208Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:24:31.208Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7a48f23-d47d-436c-a210-5f19cf657c30",
  "consumerID": "cds",
  "timestamp": 1667715764939,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:24:31.208Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:24:31.209Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:24:31.209Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7a48f23-d47d-436c-a210-5f19cf657c30",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667715757824,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:24:31.209Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:24:31.209Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:24:31.209Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7a48f23-d47d-436c-a210-5f19cf657c30",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667715761324,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:24:31.210Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:24:31.210Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:24:31.210Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7a48f23-d47d-436c-a210-5f19cf657c30",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667715765342,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-11-06T06:24:31.210Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:24:31.211Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:24:31.211Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7a48f23-d47d-436c-a210-5f19cf657c30",
  "consumerID": "cds",
  "timestamp": 1667715764939,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:24:31.211Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:24:31.211Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:24:31.211Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7a48f23-d47d-436c-a210-5f19cf657c30",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667715761324,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:24:31.212Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:24:31.212Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:24:31.212Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7a48f23-d47d-436c-a210-5f19cf657c30",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667715757824,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:24:31.212Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:24:31.213Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:24:31.213Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7a48f23-d47d-436c-a210-5f19cf657c30",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667715765342,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:24:31.213Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:24:31.213Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:24:31.213Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7a48f23-d47d-436c-a210-5f19cf657c30",
  "consumerID": "cds",
  "timestamp": 1667715764939,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:24:31.214Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:24:31.214Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:24:31.214Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7a48f23-d47d-436c-a210-5f19cf657c30",
  "consumerID": "aai-ml",
  "timestamp": 1667715769527,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:24:31.214Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:24:31.214Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:24:31.214Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7a48f23-d47d-436c-a210-5f19cf657c30",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667715761324,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:24:31.215Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:24:31.215Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:24:31.215Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7a48f23-d47d-436c-a210-5f19cf657c30",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667715757824,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:24:31.216Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:24:31.216Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:24:31.216Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7a48f23-d47d-436c-a210-5f19cf657c30",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667715765342,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-11-06T06:24:31.216Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:24:31.216Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:24:31.217Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7a48f23-d47d-436c-a210-5f19cf657c30",
  "consumerID": "cds",
  "timestamp": 1667715764939,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:24:31.217Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:24:31.217Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:24:31.217Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7a48f23-d47d-436c-a210-5f19cf657c30",
  "consumerID": "aai-ml",
  "timestamp": 1667715769527,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:24:31.217Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:24:31.218Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:24:31.218Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7a48f23-d47d-436c-a210-5f19cf657c30",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667715761324,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:24:31.218Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:24:31.218Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:24:31.218Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7a48f23-d47d-436c-a210-5f19cf657c30",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667715757824,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:24:31.219Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:24:31.219Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:24:31.219Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7a48f23-d47d-436c-a210-5f19cf657c30",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667715765342,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:24:31.220Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:24:31.220Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:24:31.220Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7a48f23-d47d-436c-a210-5f19cf657c30",
  "consumerID": "cds",
  "timestamp": 1667715764939,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:24:31.220Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:24:31.220Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:24:31.221Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7a48f23-d47d-436c-a210-5f19cf657c30",
  "consumerID": "aai-ml",
  "timestamp": 1667715769527,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:24:31.221Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:24:31.221Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:24:31.221Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7a48f23-d47d-436c-a210-5f19cf657c30",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667715761324,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:24:31.221Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:24:31.222Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:24:31.222Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7a48f23-d47d-436c-a210-5f19cf657c30",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667715757824,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-11-06T06:24:31.222Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:24:31.222Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:24:31.222Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7a48f23-d47d-436c-a210-5f19cf657c30",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667715765342,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-11-06T06:24:31.223Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:24:31.223Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:24:31.223Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7a48f23-d47d-436c-a210-5f19cf657c30",
  "consumerID": "cds",
  "timestamp": 1667715764939,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-11-06T06:24:31.223Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:24:31.224Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:24:31.224Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7a48f23-d47d-436c-a210-5f19cf657c30",
  "consumerID": "aai-ml",
  "timestamp": 1667715769527,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:24:31.224Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:24:31.224Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:24:31.225Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7a48f23-d47d-436c-a210-5f19cf657c30",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667715773261,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-06T06:24:31.225Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T06:24:31.225Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:24:31.225Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7a48f23-d47d-436c-a210-5f19cf657c30",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667715773090,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-06T06:24:31.225Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T06:24:31.226Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:24:31.226Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7a48f23-d47d-436c-a210-5f19cf657c30",
  "consumerID": "cds",
  "timestamp": 1667715772681,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-06T06:24:31.226Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T06:24:31.226Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:24:31.226Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7a48f23-d47d-436c-a210-5f19cf657c30",
  "consumerID": "aai-ml",
  "timestamp": 1667715769527,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:24:31.227Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:24:31.227Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:24:31.227Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7a48f23-d47d-436c-a210-5f19cf657c30",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667715774156,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-06T06:24:31.227Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T06:24:31.227Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:24:31.228Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7a48f23-d47d-436c-a210-5f19cf657c30",
  "consumerID": "cds",
  "timestamp": 1667715773688,
  "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-06T06:24:31.240Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d7a48f23-d47d-436c-a210-5f19cf657c30
2022-11-06T06:24:31.240Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId d7a48f23-d47d-436c-a210-5f19cf657c30 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-06T06:24:31.248Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:24:31.248Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7a48f23-d47d-436c-a210-5f19cf657c30",
  "consumerID": "aai-ml",
  "timestamp": 1667715769527,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:24:31.249Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:24:31.249Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:24:31.249Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7a48f23-d47d-436c-a210-5f19cf657c30",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667715775258,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-11-06T06:24:31.249Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T06:24:31.249Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:24:31.249Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7a48f23-d47d-436c-a210-5f19cf657c30",
  "consumerID": "aai-ml",
  "timestamp": 1667715769527,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-11-06T06:24:31.250Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:24:31.250Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:24:31.250Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7a48f23-d47d-436c-a210-5f19cf657c30",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667715775769,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-06T06:24:31.251Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T06:24:31.251Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:24:31.251Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7a48f23-d47d-436c-a210-5f19cf657c30",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667715776295,
  "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-06T06:24:31.256Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d7a48f23-d47d-436c-a210-5f19cf657c30
2022-11-06T06:24:31.256Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId d7a48f23-d47d-436c-a210-5f19cf657c30 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-06T06:24:31.265Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:24:31.266Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7a48f23-d47d-436c-a210-5f19cf657c30",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667715776774,
  "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-06T06:24:31.270Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d7a48f23-d47d-436c-a210-5f19cf657c30
2022-11-06T06:24:31.271Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId d7a48f23-d47d-436c-a210-5f19cf657c30 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-06T06:24:31.279Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:24:31.279Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7a48f23-d47d-436c-a210-5f19cf657c30",
  "consumerID": "aai-ml",
  "timestamp": 1667715777269,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-06T06:24:31.280Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T06:24:31.280Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:24:31.280Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7a48f23-d47d-436c-a210-5f19cf657c30",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667715777300,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-06T06:24:31.280Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T06:24:31.280Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:24:31.281Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3919342-dc9c-43e2-993d-eeb2f15e3427",
  "consumerID": "cds",
  "timestamp": 1667715779938,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:24:31.281Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:24:31.281Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:24:31.281Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3919342-dc9c-43e2-993d-eeb2f15e3427",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667715781322,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:24:31.282Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:24:31.282Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:24:31.282Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3919342-dc9c-43e2-993d-eeb2f15e3427",
  "consumerID": "cds",
  "timestamp": 1667715779938,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:24:31.283Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:24:31.283Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:24:31.283Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3919342-dc9c-43e2-993d-eeb2f15e3427",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667715781322,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:24:31.283Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:24:31.284Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:24:31.284Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3919342-dc9c-43e2-993d-eeb2f15e3427",
  "consumerID": "cds",
  "timestamp": 1667715779938,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:24:31.284Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:24:31.284Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:24:31.285Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7a48f23-d47d-436c-a210-5f19cf657c30",
  "consumerID": "aai-ml",
  "timestamp": 1667715784394,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-06T06:24:31.285Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T06:24:31.285Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:24:31.285Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3919342-dc9c-43e2-993d-eeb2f15e3427",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667715781322,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:24:31.286Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:24:31.286Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:24:31.286Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3919342-dc9c-43e2-993d-eeb2f15e3427",
  "consumerID": "cds",
  "timestamp": 1667715779938,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:24:31.287Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:24:31.287Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:24:31.287Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7a48f23-d47d-436c-a210-5f19cf657c30",
  "consumerID": "aai-ml",
  "timestamp": 1667715785400,
  "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-06T06:24:31.292Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d7a48f23-d47d-436c-a210-5f19cf657c30
2022-11-06T06:24:31.292Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId d7a48f23-d47d-436c-a210-5f19cf657c30 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-06T06:24:31.301Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:24:31.301Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3919342-dc9c-43e2-993d-eeb2f15e3427",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667715781322,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:24:31.302Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:24:31.302Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:24:31.302Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3919342-dc9c-43e2-993d-eeb2f15e3427",
  "consumerID": "cds",
  "timestamp": 1667715779938,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:24:31.302Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:24:31.302Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:24:31.303Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3919342-dc9c-43e2-993d-eeb2f15e3427",
  "consumerID": "aai-ml",
  "timestamp": 1667715769527,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:24:31.303Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:24:31.303Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:24:31.304Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3919342-dc9c-43e2-993d-eeb2f15e3427",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667715785342,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:24:31.304Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:24:31.304Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:24:31.304Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3919342-dc9c-43e2-993d-eeb2f15e3427",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667715781322,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:24:31.305Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:24:31.305Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:24:31.305Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3919342-dc9c-43e2-993d-eeb2f15e3427",
  "consumerID": "cds",
  "timestamp": 1667715779938,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:24:31.305Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:24:31.306Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:24:31.306Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3919342-dc9c-43e2-993d-eeb2f15e3427",
  "consumerID": "aai-ml",
  "timestamp": 1667715769527,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:24:31.306Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:24:31.307Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:24:31.307Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15743eba-b40f-40db-aa56-f7bd9ad4ef34",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667715786632,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-06T06:24:31.307Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T06:24:31.307Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:24:31.307Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3919342-dc9c-43e2-993d-eeb2f15e3427",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667715785342,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-11-06T06:24:31.307Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:24:31.308Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:24:31.308Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3919342-dc9c-43e2-993d-eeb2f15e3427",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667715781322,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:24:31.308Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:24:31.308Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:24:31.309Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3919342-dc9c-43e2-993d-eeb2f15e3427",
  "consumerID": "cds",
  "timestamp": 1667715779938,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:24:31.309Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:24:31.310Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:24:31.310Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3919342-dc9c-43e2-993d-eeb2f15e3427",
  "consumerID": "aai-ml",
  "timestamp": 1667715769527,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:24:31.310Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:24:31.310Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:24:31.310Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dcaac9e-501e-4442-8af9-4de1e73934f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667715750640,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWa7ozkn8ijrefyyigc01/1.0/resourceInstances/pnf457d6709b5390/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:24:31.311Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:24:31.311Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:24:31.311Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3919342-dc9c-43e2-993d-eeb2f15e3427",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667715785342,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-11-06T06:24:31.311Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:24:31.312Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:24:31.312Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3919342-dc9c-43e2-993d-eeb2f15e3427",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667715781322,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:24:31.313Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:24:31.313Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:24:31.313Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3919342-dc9c-43e2-993d-eeb2f15e3427",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667715787824,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:24:31.314Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:24:31.314Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:24:31.314Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3919342-dc9c-43e2-993d-eeb2f15e3427",
  "consumerID": "cds",
  "timestamp": 1667715779938,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:24:31.315Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:24:31.315Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:24:31.315Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3919342-dc9c-43e2-993d-eeb2f15e3427",
  "consumerID": "aai-ml",
  "timestamp": 1667715769527,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:24:31.316Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:24:31.316Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:24:31.316Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dcaac9e-501e-4442-8af9-4de1e73934f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667715750640,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWa7ozkn8ijrefyyigc01/1.0/resourceInstances/pnf457d6709b5390/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:24:31.317Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:24:31.317Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:24:31.317Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3919342-dc9c-43e2-993d-eeb2f15e3427",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667715785342,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-11-06T06:24:31.318Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:24:31.318Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:24:31.319Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3919342-dc9c-43e2-993d-eeb2f15e3427",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667715781322,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:24:31.319Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:24:31.319Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:24:31.320Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3919342-dc9c-43e2-993d-eeb2f15e3427",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667715787824,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:24:31.320Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:24:31.320Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:24:31.321Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3919342-dc9c-43e2-993d-eeb2f15e3427",
  "consumerID": "cds",
  "timestamp": 1667715779938,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-11-06T06:24:31.321Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:24:31.321Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:24:31.321Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3919342-dc9c-43e2-993d-eeb2f15e3427",
  "consumerID": "aai-ml",
  "timestamp": 1667715769527,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:24:31.322Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:24:31.322Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:24:31.322Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dcaac9e-501e-4442-8af9-4de1e73934f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667715750640,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWa7ozkn8ijrefyyigc01/1.0/resourceInstances/pnf457d6709b5390/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:24:31.322Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:24:31.322Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:24:31.323Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3919342-dc9c-43e2-993d-eeb2f15e3427",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667715781322,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:24:31.323Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:24:31.323Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:24:31.323Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3919342-dc9c-43e2-993d-eeb2f15e3427",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667715785342,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-11-06T06:24:31.324Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:24:31.324Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:24:31.324Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3919342-dc9c-43e2-993d-eeb2f15e3427",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667715787824,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:24:31.324Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:24:31.324Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:24:31.325Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3919342-dc9c-43e2-993d-eeb2f15e3427",
  "consumerID": "cds",
  "timestamp": 1667715789727,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-06T06:24:31.325Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T06:24:31.325Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:24:31.325Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3919342-dc9c-43e2-993d-eeb2f15e3427",
  "consumerID": "aai-ml",
  "timestamp": 1667715769527,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:24:31.325Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:24:31.326Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:24:31.326Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dcaac9e-501e-4442-8af9-4de1e73934f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667715750640,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWa7ozkn8ijrefyyigc01/1.0/resourceInstances/pnf457d6709b5390/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:24:31.326Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:24:31.326Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:24:31.326Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3919342-dc9c-43e2-993d-eeb2f15e3427",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667715785342,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:24:31.327Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:24:31.327Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:24:31.327Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3919342-dc9c-43e2-993d-eeb2f15e3427",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667715787824,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:24:31.327Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:24:31.327Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:24:31.328Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3919342-dc9c-43e2-993d-eeb2f15e3427",
  "consumerID": "cds",
  "timestamp": 1667715790733,
  "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-06T06:24:31.340Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e3919342-dc9c-43e2-993d-eeb2f15e3427
2022-11-06T06:24:31.341Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId e3919342-dc9c-43e2-993d-eeb2f15e3427 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-06T06:24:31.349Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:24:31.350Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3919342-dc9c-43e2-993d-eeb2f15e3427",
  "consumerID": "aai-ml",
  "timestamp": 1667715769527,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:24:31.350Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:24:31.350Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:24:31.350Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dcaac9e-501e-4442-8af9-4de1e73934f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667715750640,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWa7ozkn8ijrefyyigc01/1.0/resourceInstances/pnf457d6709b5390/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:24:31.351Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:24:31.351Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:24:31.351Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3919342-dc9c-43e2-993d-eeb2f15e3427",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667715785342,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-11-06T06:24:31.351Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:24:31.352Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:24:31.352Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3919342-dc9c-43e2-993d-eeb2f15e3427",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667715787824,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:24:31.352Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:24:31.352Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:24:31.352Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3919342-dc9c-43e2-993d-eeb2f15e3427",
  "consumerID": "aai-ml",
  "timestamp": 1667715769527,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:24:31.353Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:24:31.353Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:24:31.353Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dcaac9e-501e-4442-8af9-4de1e73934f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667715750640,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWa7ozkn8ijrefyyigc01/1.0/resourceInstances/pnf457d6709b5390/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:24:31.353Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:24:31.353Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:24:31.354Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3919342-dc9c-43e2-993d-eeb2f15e3427",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667715785342,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:24:31.354Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:24:31.354Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:24:31.354Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3919342-dc9c-43e2-993d-eeb2f15e3427",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667715787824,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:24:31.354Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:24:31.355Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:24:31.355Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3919342-dc9c-43e2-993d-eeb2f15e3427",
  "consumerID": "aai-ml",
  "timestamp": 1667715769527,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-11-06T06:24:31.355Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:24:31.355Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:24:31.355Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dcaac9e-501e-4442-8af9-4de1e73934f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667715750640,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWa7ozkn8ijrefyyigc01/1.0/artifacts/service-DemoPnfWa7ozkn8ijrefyyigc01-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:24:31.356Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:24:31.356Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:24:31.356Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3919342-dc9c-43e2-993d-eeb2f15e3427",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667715785342,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-11-06T06:24:31.356Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:24:31.357Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:24:31.357Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3919342-dc9c-43e2-993d-eeb2f15e3427",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667715787824,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:24:31.357Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:24:31.357Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:24:31.357Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3919342-dc9c-43e2-993d-eeb2f15e3427",
  "consumerID": "aai-ml",
  "timestamp": 1667715795520,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-06T06:24:31.358Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T06:24:31.358Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:24:31.358Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dcaac9e-501e-4442-8af9-4de1e73934f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667715750640,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWa7ozkn8ijrefyyigc01/1.0/artifacts/service-DemoPnfWa7ozkn8ijrefyyigc01-csar.csar",
  "status": "NOTIFIED"
}
2022-11-06T06:24:31.358Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:24:31.358Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:24:31.359Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3919342-dc9c-43e2-993d-eeb2f15e3427",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667715787824,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:24:31.359Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:24:31.359Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:24:31.359Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3919342-dc9c-43e2-993d-eeb2f15e3427",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667715795123,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-06T06:24:31.360Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T06:24:31.360Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:24:31.360Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dcaac9e-501e-4442-8af9-4de1e73934f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667715795848,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWa7ozkn8ijrefyyigc01/1.0/artifacts/service-DemoPnfWa7ozkn8ijrefyyigc01-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-06T06:24:31.360Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T06:24:31.360Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:24:31.360Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3919342-dc9c-43e2-993d-eeb2f15e3427",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667715787824,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-11-06T06:24:31.361Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:24:31.361Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:24:31.361Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3919342-dc9c-43e2-993d-eeb2f15e3427",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667715796196,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-11-06T06:24:31.361Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T06:24:31.361Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:24:31.362Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3919342-dc9c-43e2-993d-eeb2f15e3427",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667715797582,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-06T06:24:31.362Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T06:24:31.362Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:24:31.362Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3919342-dc9c-43e2-993d-eeb2f15e3427",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667715797271,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-06T06:24:31.362Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T06:24:31.363Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:24:31.363Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dcaac9e-501e-4442-8af9-4de1e73934f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667715797987,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWa7ozkn8ijrefyyigc01/1.0/artifacts/service-DemoPnfWa7ozkn8ijrefyyigc01-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-06T06:24:31.363Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T06:24:31.363Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:24:31.363Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3919342-dc9c-43e2-993d-eeb2f15e3427",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667715798325,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-11-06T06:24:31.364Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T06:24:31.364Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:24:31.364Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3919342-dc9c-43e2-993d-eeb2f15e3427",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667715799408,
  "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-06T06:24:31.370Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e3919342-dc9c-43e2-993d-eeb2f15e3427
2022-11-06T06:24:31.370Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId e3919342-dc9c-43e2-993d-eeb2f15e3427 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-06T06:24:31.379Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:24:31.379Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3919342-dc9c-43e2-993d-eeb2f15e3427",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667715800057,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-06T06:24:31.379Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T06:24:31.379Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:24:31.380Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3919342-dc9c-43e2-993d-eeb2f15e3427",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667715800411,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-06T06:24:31.380Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T06:24:31.380Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:24:31.380Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3919342-dc9c-43e2-993d-eeb2f15e3427",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667715801061,
  "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-06T06:24:31.386Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e3919342-dc9c-43e2-993d-eeb2f15e3427
2022-11-06T06:24:31.386Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId e3919342-dc9c-43e2-993d-eeb2f15e3427 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-06T06:24:31.395Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:24:31.395Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3919342-dc9c-43e2-993d-eeb2f15e3427",
  "consumerID": "aai-ml",
  "timestamp": 1667715803188,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-06T06:24:31.396Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T06:24:31.396Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:24:31.396Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3919342-dc9c-43e2-993d-eeb2f15e3427",
  "consumerID": "aai-ml",
  "timestamp": 1667715804193,
  "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-06T06:24:31.401Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e3919342-dc9c-43e2-993d-eeb2f15e3427
2022-11-06T06:24:31.402Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId e3919342-dc9c-43e2-993d-eeb2f15e3427 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-06T06:24:49.048Z|9dcaac9e-501e-4442-8af9-4de1e73934f2|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9dcaac9e-501e-4442-8af9-4de1e73934f2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06T06:24:49.059Z|9dcaac9e-501e-4442-8af9-4de1e73934f2|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9dcaac9e-501e-4442-8af9-4de1e73934f2
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-06T06:24:49.062Z|9dcaac9e-501e-4442-8af9-4de1e73934f2|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-06T06:24:49.063Z|9dcaac9e-501e-4442-8af9-4de1e73934f2|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-06T06:24:49.063Z|9dcaac9e-501e-4442-8af9-4de1e73934f2|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-06T06:24:49.063Z|9dcaac9e-501e-4442-8af9-4de1e73934f2|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-06T06:24:49.063Z|9dcaac9e-501e-4442-8af9-4de1e73934f2|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-06T06:24:49.063Z|9dcaac9e-501e-4442-8af9-4de1e73934f2|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-06T06:24:49.063Z|9dcaac9e-501e-4442-8af9-4de1e73934f2|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-06T06:24:49.063Z|9dcaac9e-501e-4442-8af9-4de1e73934f2|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-06T06:24:49.063Z|9dcaac9e-501e-4442-8af9-4de1e73934f2|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-06T06:24:49.063Z|9dcaac9e-501e-4442-8af9-4de1e73934f2|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-06T06:24:49.070Z|9dcaac9e-501e-4442-8af9-4de1e73934f2|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-06T06:25:19.070Z|9dcaac9e-501e-4442-8af9-4de1e73934f2|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9dcaac9e-501e-4442-8af9-4de1e73934f2 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-06T06:25:19.077Z|9dcaac9e-501e-4442-8af9-4de1e73934f2|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9dcaac9e-501e-4442-8af9-4de1e73934f2 and serviceModelVersionId: 33490ca4-8650-48d2-a123-0ca7e330e1b0
2022-11-06T06:25:19.077Z|9dcaac9e-501e-4442-8af9-4de1e73934f2|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 89875bc5-cc9c-40ac-a47b-03929c749bec
2022-11-06T06:25:19.078Z|9dcaac9e-501e-4442-8af9-4de1e73934f2|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/89875bc5-cc9c-40ac-a47b-03929c749bec/model-vers/model-ver/33490ca4-8650-48d2-a123-0ca7e330e1b0?depth=0
2022-11-06T06:25:19.081Z|9dcaac9e-501e-4442-8af9-4de1e73934f2|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-11-06T06:25:19.120Z|9dcaac9e-501e-4442-8af9-4de1e73934f2|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/89875bc5-cc9c-40ac-a47b-03929c749bec/model-vers/model-ver/33490ca4-8650-48d2-a123-0ca7e330e1b0?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-06T06:25:19.121Z|9dcaac9e-501e-4442-8af9-4de1e73934f2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/89875bc5-cc9c-40ac-a47b-03929c749bec/model-vers/model-ver/33490ca4-8650-48d2-a123-0ca7e330e1b0?depth=0|INFO|500||Invoke
2022-11-06T06:25:19.140Z|9dcaac9e-501e-4442-8af9-4de1e73934f2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/89875bc5-cc9c-40ac-a47b-03929c749bec/model-vers/model-ver/33490ca4-8650-48d2-a123-0ca7e330e1b0?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-11-06T06:25:19.332Z|9dcaac9e-501e-4442-8af9-4de1e73934f2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/89875bc5-cc9c-40ac-a47b-03929c749bec/model-vers/model-ver/33490ca4-8650-48d2-a123-0ca7e330e1b0?depth=0|INFO|500||InvokeReturn
2022-11-06T06:25:19.333Z|9dcaac9e-501e-4442-8af9-4de1e73934f2|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/89875bc5-cc9c-40ac-a47b-03929c749bec/model-vers/model-ver/33490ca4-8650-48d2-a123-0ca7e330e1b0?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221106-06:25:20:043-8280], vertex-id=[598144], Content-Length=[0], Date=[Sun, 06 Nov 2022 06:25:20 GMT], Content-Type=[application/json]}
2022-11-06T06:25:19.333Z|9dcaac9e-501e-4442-8af9-4de1e73934f2|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2022-11-06T06:25:19.333Z|9dcaac9e-501e-4442-8af9-4de1e73934f2|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-06T06:25:19.333Z|9dcaac9e-501e-4442-8af9-4de1e73934f2|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-06T06:25:19.339Z|9dcaac9e-501e-4442-8af9-4de1e73934f2|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-11-06T06:25:19.339Z|9dcaac9e-501e-4442-8af9-4de1e73934f2|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9dcaac9e-501e-4442-8af9-4de1e73934f2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-06T06:25:19.340Z|9dcaac9e-501e-4442-8af9-4de1e73934f2|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-06T06:25:19.340Z|9dcaac9e-501e-4442-8af9-4de1e73934f2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-06T06:25:19.342Z|9dcaac9e-501e-4442-8af9-4de1e73934f2|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T06:25:19.342Z|9dcaac9e-501e-4442-8af9-4de1e73934f2|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "9dcaac9e-501e-4442-8af9-4de1e73934f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667715919340,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-06T06:25:19.444Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-11-06T06:25:19.445Z||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-06T06:25:19.445Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tNTQBMD8Rsm19kIi) ...
2022-11-06T06:25:19.458Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:25:19.459Z||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-06T06:25:20.359Z|9dcaac9e-501e-4442-8af9-4de1e73934f2|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T06:25:20.360Z|9dcaac9e-501e-4442-8af9-4de1e73934f2|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-06T06:25:20.360Z|9dcaac9e-501e-4442-8af9-4de1e73934f2|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 tNTQBMD8Rsm19kIi) ...
2022-11-06T06:25:24.903Z|9dcaac9e-501e-4442-8af9-4de1e73934f2|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:25:24.904Z|9dcaac9e-501e-4442-8af9-4de1e73934f2|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T06:25:24.905Z|9dcaac9e-501e-4442-8af9-4de1e73934f2|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"d7a48f23-d47d-436c-a210-5f19cf657c30","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"a5bc76ac-5bee-47f6-a4a2-22452650cf6a","serviceDescription":"service","serviceInvariantUUID":"f79fd31e-2972-4e8a-9b0f-eb073a0bdb71","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"1227b31c-d3c1-4276-a0c3-33ff0815e45a","resourceInvariantUUID":"b8c2ff83-33d4-4869-a633-8e83983742c3","resourceCustomizationUUID":"0a071176-01b5-4983-ad69-9be276e57b4e","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":"NDFkMzgzNWZlZTczMmYwNmZkNmE0MDU4MDQwZWE3ZDQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"af28f027-5f10-4f36-afd3-baf0e34f915d","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":"OWViZGQ4Y2EwZDdkYTY2MDdhMzNkYzA5OGY5NTU5YTA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b30d304e-ac98-4d7f-837b-b09f704ac00b","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":"bc880d2d-1f76-432f-9df7-e25bbe29e321","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":"7622b67d-49dc-408d-9729-c86baf3244b6","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":"b764eca9-a647-47d4-a0d9-3edea77c6865","artifactVersion":"2","generatedFromUUID":"bc880d2d-1f76-432f-9df7-e25bbe29e321"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"ZWFlYjFiZTRjZDZlYzljMjYzOGU5NTcwNzA4MDJiODM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"bddf9433-30ea-4ff1-9dcf-7fe18ed09100","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"MGQ0Y2VjMGRkMzY2MzJkZDcxYjFmOTliMGZiNTE4NDc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"62e63ca7-c3b7-451e-82c8-2e41b46690a8","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-06T06:25:24.907Z|9dcaac9e-501e-4442-8af9-4de1e73934f2|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-06T06:25:24.907Z|9dcaac9e-501e-4442-8af9-4de1e73934f2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-06T06:25:24.908Z|9dcaac9e-501e-4442-8af9-4de1e73934f2|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T06:25:24.908Z|9dcaac9e-501e-4442-8af9-4de1e73934f2|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "d7a48f23-d47d-436c-a210-5f19cf657c30",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667715920359,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:25:25.012Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-11-06T06:25:25.013Z||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-06T06:25:25.013Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tNTQBMD8Rsm19kIi) ...
2022-11-06T06:25:25.035Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:25:25.035Z||pool-51-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-11-06T06:25:25.909Z|9dcaac9e-501e-4442-8af9-4de1e73934f2|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-06T06:25:25.910Z|9dcaac9e-501e-4442-8af9-4de1e73934f2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-06T06:25:25.911Z|9dcaac9e-501e-4442-8af9-4de1e73934f2|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T06:25:25.911Z|9dcaac9e-501e-4442-8af9-4de1e73934f2|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "d7a48f23-d47d-436c-a210-5f19cf657c30",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667715920359,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-11-06T06:25:26.011Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T06:25:26.013Z||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-06T06:25:26.013Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tNTQBMD8Rsm19kIi) ...
2022-11-06T06:25:26.025Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:25:26.025Z||pool-52-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-06T06:25:26.912Z|9dcaac9e-501e-4442-8af9-4de1e73934f2|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-06T06:25:26.912Z|9dcaac9e-501e-4442-8af9-4de1e73934f2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-06T06:25:26.914Z|9dcaac9e-501e-4442-8af9-4de1e73934f2|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T06:25:26.914Z|9dcaac9e-501e-4442-8af9-4de1e73934f2|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "d7a48f23-d47d-436c-a210-5f19cf657c30",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667715920359,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-11-06T06:25:27.014Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T06:25:27.015Z||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-06T06:25:27.015Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tNTQBMD8Rsm19kIi) ...
2022-11-06T06:25:27.040Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:25:27.040Z||pool-53-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-11-06T06:25:27.915Z|9dcaac9e-501e-4442-8af9-4de1e73934f2|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-06T06:25:27.916Z|9dcaac9e-501e-4442-8af9-4de1e73934f2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-06T06:25:27.917Z|9dcaac9e-501e-4442-8af9-4de1e73934f2|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T06:25:27.917Z|9dcaac9e-501e-4442-8af9-4de1e73934f2|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "d7a48f23-d47d-436c-a210-5f19cf657c30",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667715920359,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:25:28.018Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T06:25:28.018Z||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-06T06:25:28.018Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tNTQBMD8Rsm19kIi) ...
2022-11-06T06:25:28.038Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:25:28.038Z||pool-54-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-11-06T06:25:28.918Z|9dcaac9e-501e-4442-8af9-4de1e73934f2|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-06T06:25:28.918Z|9dcaac9e-501e-4442-8af9-4de1e73934f2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-06T06:25:28.920Z|9dcaac9e-501e-4442-8af9-4de1e73934f2|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T06:25:28.921Z|9dcaac9e-501e-4442-8af9-4de1e73934f2|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "d7a48f23-d47d-436c-a210-5f19cf657c30",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667715920359,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-11-06T06:25:29.020Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-06T06:25:29.021Z||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-06T06:25:29.021Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tNTQBMD8Rsm19kIi) ...
2022-11-06T06:25:29.036Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:25:29.037Z||pool-55-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-06T06:25:29.922Z|9dcaac9e-501e-4442-8af9-4de1e73934f2|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-06T06:25:29.922Z|9dcaac9e-501e-4442-8af9-4de1e73934f2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-06T06:25:29.925Z|9dcaac9e-501e-4442-8af9-4de1e73934f2|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T06:25:29.925Z|9dcaac9e-501e-4442-8af9-4de1e73934f2|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "d7a48f23-d47d-436c-a210-5f19cf657c30",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667715920359,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:25:30.031Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms
2022-11-06T06:25:30.032Z||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-06T06:25:30.032Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tNTQBMD8Rsm19kIi) ...
2022-11-06T06:25:30.080Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:25:30.081Z||pool-56-thread-1|||||INFO|500||cambria reply ok (49 ms):{"serverTimeMs":1,"count":1}
2022-11-06T06:25:30.642Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T06:25:30.643Z||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-06T06:25:30.643Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T06:25:30.926Z|9dcaac9e-501e-4442-8af9-4de1e73934f2|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-06T06:25:30.926Z|9dcaac9e-501e-4442-8af9-4de1e73934f2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-06T06:25:30.928Z|9dcaac9e-501e-4442-8af9-4de1e73934f2|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T06:25:30.928Z|9dcaac9e-501e-4442-8af9-4de1e73934f2|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "d7a48f23-d47d-436c-a210-5f19cf657c30",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667715920359,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-11-06T06:25:31.028Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T06:25:31.029Z||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-06T06:25:31.029Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tNTQBMD8Rsm19kIi) ...
2022-11-06T06:25:31.041Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:25:31.042Z||pool-57-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-06T06:25:31.081Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:25:31.082Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:25:31.082Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dcaac9e-501e-4442-8af9-4de1e73934f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667715919340,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-06T06:25:31.083Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T06:25:31.083Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:25:31.083Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7a48f23-d47d-436c-a210-5f19cf657c30",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667715920359,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:25:31.084Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:25:31.084Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:25:31.084Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7a48f23-d47d-436c-a210-5f19cf657c30",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667715920359,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-11-06T06:25:31.085Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:25:31.085Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:25:31.085Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7a48f23-d47d-436c-a210-5f19cf657c30",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667715920359,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-11-06T06:25:31.086Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:25:31.086Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:25:31.087Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7a48f23-d47d-436c-a210-5f19cf657c30",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667715920359,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:25:31.088Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:25:31.088Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:25:31.089Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7a48f23-d47d-436c-a210-5f19cf657c30",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667715920359,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-11-06T06:25:31.089Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:25:31.089Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:25:31.096Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7a48f23-d47d-436c-a210-5f19cf657c30",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667715920359,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:25:31.096Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:25:31.929Z|9dcaac9e-501e-4442-8af9-4de1e73934f2|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "d7a48f23-d47d-436c-a210-5f19cf657c30",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "a5bc76ac-5bee-47f6-a4a2-22452650cf6a",
  "serviceDescription": "service",
  "serviceInvariantUUID": "f79fd31e-2972-4e8a-9b0f-eb073a0bdb71",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "0a071176-01b5-4983-ad69-9be276e57b4e",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "1227b31c-d3c1-4276-a0c3-33ff0815e45a",
      "resourceInvariantUUID": "b8c2ff83-33d4-4869-a633-8e83983742c3",
      "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": "OWViZGQ4Y2EwZDdkYTY2MDdhMzNkYzA5OGY5NTU5YTA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "b30d304e-ac98-4d7f-837b-b09f704ac00b",
          "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": "bc880d2d-1f76-432f-9df7-e25bbe29e321",
          "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": "b764eca9-a647-47d4-a0d9-3edea77c6865",
            "generatedFromUUID": "bc880d2d-1f76-432f-9df7-e25bbe29e321"
          },
          "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": "b764eca9-a647-47d4-a0d9-3edea77c6865",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "MGQ0Y2VjMGRkMzY2MzJkZDcxYjFmOTliMGZiNTE4NDc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "62e63ca7-c3b7-451e-82c8-2e41b46690a8"
    }
  ],
  "workloadContext": "Production"
}
2022-11-06T06:25:31.930Z|9dcaac9e-501e-4442-8af9-4de1e73934f2|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-06T06:25:31.930Z|9dcaac9e-501e-4442-8af9-4de1e73934f2|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 a5bc76ac-5bee-47f6-a4a2-22452650cf6a ASDC
2022-11-06T06:25:31.930Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:d7a48f23-d47d-436c-a210-5f19cf657c30
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:a5bc76ac-5bee-47f6-a4a2-22452650cf6a
ServiceInvariantUUID:f79fd31e-2972-4e8a-9b0f-eb073a0bdb71
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:62e63ca7-c3b7-451e-82c8-2e41b46690a8
ArtifactChecksum:MGQ0Y2VjMGRkMzY2MzJkZDcxYjFmOTliMGZiNTE4NDc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:0a071176-01b5-4983-ad69-9be276e57b4e
ResourceInvariantUUID:b8c2ff83-33d4-4869-a633-8e83983742c3
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:1227b31c-d3c1-4276-a0c3-33ff0815e45a
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:b30d304e-ac98-4d7f-837b-b09f704ac00b
ArtifactChecksum:OWViZGQ4Y2EwZDdkYTY2MDdhMzNkYzA5OGY5NTU5YTA=
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:bc880d2d-1f76-432f-9df7-e25bbe29e321
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:b764eca9-a647-47d4-a0d9-3edea77c6865
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:b764eca9-a647-47d4-a0d9-3edea77c6865
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-11-06T06:25:31.930Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a5bc76ac-5bee-47f6-a4a2-22452650cf6a 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-06T06:25:31.962Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-06T06:25:31.963Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-11-06T06:25:31.963Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-11-06T06:25:31.963Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 62e63ca7-c3b7-451e-82c8-2e41b46690a8 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-11-06T06:25:31.963Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-11-06T06:25:31.963Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-11-06T06:25:32.077Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-11-06T06:25:32.081Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 62e63ca7-c3b7-451e-82c8-2e41b46690a8 74813
2022-11-06T06:25:32.081Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||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-06T06:25:32.081Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||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-06T06:25:32.081Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-06T06:25:32.081Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-06T06:25:32.083Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T06:25:32.083Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "d7a48f23-d47d-436c-a210-5f19cf657c30",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667715932081,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-06T06:25:32.183Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T06:25:32.184Z||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-06T06:25:32.184Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tNTQBMD8Rsm19kIi) ...
2022-11-06T06:25:32.208Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:25:32.209Z||pool-58-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-11-06T06:25:33.083Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-06T06:25:33.084Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-11-06T06:25:33.085Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 62e63ca7-c3b7-451e-82c8-2e41b46690a8, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-11-06T06:25:33.085Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-11-06T06:25:33.086Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-11-06T06:25:33.086Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-11-06T06:25:33.205Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17197505725832295471/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-06T06:25:34.391Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-06T06:25:34.392Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-11-06T06:25:34.392Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-11-06T06:25:34.392Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-11-06T06:25:34.392Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||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-06T06:25:34.392Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-11-06T06:25:34.392Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||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-06T06:25:34.392Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||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-06T06:25:34.392Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-11-06T06:25:34.392Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-11-06T06:25:34.393Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-11-06T06:25:34.393Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-11-06T06:25:34.393Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T06:25:34.393Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T06:25:34.393Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-06T06:25:34.393Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-11-06T06:25:34.393Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-06T06:25:34.394Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T06:25:34.394Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T06:25:34.395Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-06T06:25:34.395Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-11-06T06:25:34.395Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-06T06:25:34.395Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T06:25:34.395Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T06:25:34.395Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T06:25:34.396Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-11-06T06:25:34.396Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-11-06T06:25:34.396Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-11-06T06:25:34.396Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-11-06T06:25:34.396Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-11-06T06:25:34.396Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-06T06:25:34.396Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T06:25:34.397Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-06T06:25:34.397Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T06:25:34.397Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-06T06:25:34.397Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-06T06:25:34.397Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T06:25:34.398Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-06T06:25:34.398Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-06T06:25:34.398Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T06:25:34.398Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-06T06:25:34.398Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-06T06:25:34.398Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T06:25:34.399Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-11-06T06:25:34.399Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-11-06T06:25:34.399Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-11-06T06:25:34.399Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=f1a8617f-1093-4586-82b8-5879872fffce
2022-11-06T06:25:34.399Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T06:25:34.399Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T06:25:34.400Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T06:25:34.400Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T06:25:34.400Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T06:25:34.400Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T06:25:34.400Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T06:25:34.400Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T06:25:34.400Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:a5bc76ac-5bee-47f6-a4a2-22452650cf6a
Model Version:NULL
Model InvariantUuid:f79fd31e-2972-4e8a-9b0f-eb073a0bdb71
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:4d5a5dae-1b4f-4104-b44b-94bbb44972f3
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:b8c2ff83-33d4-4869-a633-8e83983742c3
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:0a071176-01b5-4983-ad69-9be276e57b4e
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:035bd839-491e-4fcf-88f4-791fc09eeb48
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:c2e00c2e-acc5-4d6f-812a-147649616fdd
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:f1a8617f-1093-4586-82b8-5879872fffce
ModelInvariantUuid:5b36fa68-02ae-4863-a33b-cd5b8e2dbf1b
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:9505e7a6-53fd-4db7-a215-4a86b704bb36
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:7858e0d6-d758-4fb6-b43f-29abd7d6833d
ModelInvariantUuid:2563064c-7a72-44b1-9505-d47dc35f8b0d
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:cdad29e0-412f-49c4-9f07-563ac0705f61
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-06T06:25:34.417Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 1227b31c-d3c1-4276-a0c3-33ff0815e45a
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-06T06:25:34.425Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||INFO|500||basic_vm 0
2022-11-06T06:25:34.425Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 1227b31c-d3c1-4276-a0c3-33ff0815e45a
2022-11-06T06:25:34.425Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: b30d304e-ac98-4d7f-837b-b09f704ac00b from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-11-06T06:25:34.425Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-11-06T06:25:34.425Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||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-06T06:25:34.516Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-11-06T06:25:34.516Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json b30d304e-ac98-4d7f-837b-b09f704ac00b 787
2022-11-06T06:25:34.517Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||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-06T06:25:34.517Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||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-06T06:25:34.517Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-06T06:25:34.517Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-06T06:25:34.519Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T06:25:34.519Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "d7a48f23-d47d-436c-a210-5f19cf657c30",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667715934516,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-06T06:25:34.624Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-11-06T06:25:34.624Z||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-06T06:25:34.624Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tNTQBMD8Rsm19kIi) ...
2022-11-06T06:25:34.638Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:25:34.639Z||pool-59-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-11-06T06:25:35.520Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "035bd839-491e-4fcf-88f4-791fc09eeb48",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c2e00c2e-acc5-4d6f-812a-147649616fdd",
    "vfModuleModelCustomizationUUID": "ab12c31d-3983-4a75-b525-4f1b4b1556a1",
    "isBase": true,
    "artifacts": [
      "bc880d2d-1f76-432f-9df7-e25bbe29e321",
      "b764eca9-a647-47d4-a0d9-3edea77c6865"
    ],
    "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-06T06:25:35.525Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c2e00c2e-acc5-4d6f-812a-147649616fdd
VfModuleModelInvariantUUID:035bd839-491e-4fcf-88f4-791fc09eeb48
VfModuleModelDescription:NULL
Artifacts UUID List:{
bc880d2d-1f76-432f-9df7-e25bbe29e321
,
b764eca9-a647-47d4-a0d9-3edea77c6865

}
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-06T06:25:35.526Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "035bd839-491e-4fcf-88f4-791fc09eeb48",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c2e00c2e-acc5-4d6f-812a-147649616fdd",
    "vfModuleModelCustomizationUUID": "ab12c31d-3983-4a75-b525-4f1b4b1556a1",
    "isBase": true,
    "artifacts": [
      "bc880d2d-1f76-432f-9df7-e25bbe29e321",
      "b764eca9-a647-47d4-a0d9-3edea77c6865"
    ],
    "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-06T06:25:35.526Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c2e00c2e-acc5-4d6f-812a-147649616fdd
VfModuleModelInvariantUUID:035bd839-491e-4fcf-88f4-791fc09eeb48
VfModuleModelDescription:NULL
Artifacts UUID List:{
bc880d2d-1f76-432f-9df7-e25bbe29e321
,
b764eca9-a647-47d4-a0d9-3edea77c6865

}
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-06T06:25:35.527Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: bc880d2d-1f76-432f-9df7-e25bbe29e321 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-11-06T06:25:35.527Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-11-06T06:25:35.527Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||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-06T06:25:35.576Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-11-06T06:25:35.577Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml bc880d2d-1f76-432f-9df7-e25bbe29e321 5033
2022-11-06T06:25:35.577Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||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-06T06:25:35.577Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||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-06T06:25:35.577Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-06T06:25:35.578Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-06T06:25:35.580Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T06:25:35.580Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "d7a48f23-d47d-436c-a210-5f19cf657c30",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667715935577,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-06T06:25:35.680Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-06T06:25:35.680Z||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-06T06:25:35.680Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tNTQBMD8Rsm19kIi) ...
2022-11-06T06:25:35.693Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:25:35.694Z||pool-60-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-11-06T06:25:36.581Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: b764eca9-a647-47d4-a0d9-3edea77c6865 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-11-06T06:25:36.581Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-11-06T06:25:36.581Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||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-06T06:25:36.660Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-11-06T06:25:36.660Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env b764eca9-a647-47d4-a0d9-3edea77c6865 903
2022-11-06T06:25:36.660Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||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-06T06:25:36.661Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||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-06T06:25:36.661Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-06T06:25:36.661Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-06T06:25:36.663Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T06:25:36.663Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "d7a48f23-d47d-436c-a210-5f19cf657c30",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667715936660,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-11-06T06:25:36.764Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-06T06:25:36.765Z||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-06T06:25:36.765Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tNTQBMD8Rsm19kIi) ...
2022-11-06T06:25:36.784Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:25:36.785Z||pool-61-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-11-06T06:25:37.667Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: a5bc76ac-5bee-47f6-a4a2-22452650cf6a
2022-11-06T06:25:37.667Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 1227b31c-d3c1-4276-a0c3-33ff0815e45a 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-06T06:25:37.682Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5af128f9, org.onap.sdc.toscaparser.api.parameters.Input@3bbf965a, org.onap.sdc.toscaparser.api.parameters.Input@216bc622, org.onap.sdc.toscaparser.api.parameters.Input@1484d95, org.onap.sdc.toscaparser.api.parameters.Input@522d1ba5]
2022-11-06T06:25:37.683Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T06:25:37.683Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T06:25:37.683Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2022-11-06T06:25:37.683Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 0a071176-01b5-4983-ad69-9be276e57b4e
2022-11-06T06:25:37.683Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 0a071176-01b5-4983-ad69-9be276e57b4e matches Tosca VF Customization UUID: 0a071176-01b5-4983-ad69-9be276e57b4e
2022-11-06T06:25:37.683Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 0a071176-01b5-4983-ad69-9be276e57b4e  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-06T06:25:37.687Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T06:25:37.687Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T06:25:37.687Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 0a071176-01b5-4983-ad69-9be276e57b4e: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-11-06T06:25:37.687Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@29a5188c
2022-11-06T06:25:37.688Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T06:25:37.688Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-06T06:25:37.688Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : ab12c31d-3983-4a75-b525-4f1b4b1556a1
2022-11-06T06:25:37.688Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID ab12c31d-3983-4a75-b525-4f1b4b1556a1
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-06T06:25:37.691Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T06:25:37.691Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-06T06:25:37.691Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-06T06:25:37.691Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T06:25:37.692Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-06T06:25:37.692Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-06T06:25:37.692Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T06:25:37.692Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-11-06T06:25:37.692Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-11-06T06:25:37.693Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-11-06T06:25:37.693Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=f1a8617f-1093-4586-82b8-5879872fffce
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-06T06:25:37.696Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T06:25:37.696Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-06T06:25:37.696Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-06T06:25:37.697Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T06:25:37.697Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-06T06:25:37.697Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=0a071176-01b5-4983-ad69-9be276e57b4e
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-06T06:25:37.705Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T06:25:37.705Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T06:25:37.705Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid a5bc76ac-5bee-47f6-a4a2-22452650cf6a: basic_vm
2022-11-06T06:25:37.705Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T06:25:37.706Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T06:25:37.706Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T06:25:37.706Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T06:25:37.706Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T06:25:37.707Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T06:25:37.707Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T06:25:37.707Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T06:25:37.707Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T06:25:37.708Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T06:25:37.708Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||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-06T06:25:37.811Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 1227b31c-d3c1-4276-a0c3-33ff0815e45a 1 ASDC deployResourceStructure
2022-11-06T06:25:37.812Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||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-06T06:25:37.812Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||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-06T06:25:37.812Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-06T06:25:37.812Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-06T06:25:37.814Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T06:25:37.814Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "d7a48f23-d47d-436c-a210-5f19cf657c30",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667715937812,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-06T06:25:37.914Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T06:25:37.916Z||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-06T06:25:37.916Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tNTQBMD8Rsm19kIi) ...
2022-11-06T06:25:37.928Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:25:37.928Z||pool-62-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-06T06:25:38.815Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||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-06T06:25:38.815Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||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-06T06:25:38.815Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-06T06:25:38.816Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-06T06:25:38.818Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T06:25:38.818Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "d7a48f23-d47d-436c-a210-5f19cf657c30",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667715938815,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-11-06T06:25:38.918Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T06:25:38.919Z||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-06T06:25:38.919Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tNTQBMD8Rsm19kIi) ...
2022-11-06T06:25:38.929Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:25:38.929Z||pool-63-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-06T06:25:39.819Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||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-06T06:25:39.819Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||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-06T06:25:39.819Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-06T06:25:39.820Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-06T06:25:39.822Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T06:25:39.822Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "d7a48f23-d47d-436c-a210-5f19cf657c30",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667715939818,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-11-06T06:25:39.923Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-06T06:25:39.924Z||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-06T06:25:39.924Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tNTQBMD8Rsm19kIi) ...
2022-11-06T06:25:39.939Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:25:39.940Z||pool-64-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-06T06:25:40.827Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||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-06T06:25:40.828Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||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-06T06:25:40.828Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-06T06:25:40.828Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-06T06:25:40.829Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T06:25:40.830Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "d7a48f23-d47d-436c-a210-5f19cf657c30",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667715940827,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-06T06:25:40.930Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T06:25:40.931Z||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-06T06:25:40.931Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tNTQBMD8Rsm19kIi) ...
2022-11-06T06:25:40.960Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:25:40.961Z||pool-65-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-11-06T06:25:41.830Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d7a48f23-d47d-436c-a210-5f19cf657c30
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06T06:25:41.842Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d7a48f23-d47d-436c-a210-5f19cf657c30
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-06T06:25:41.845Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-06T06:25:41.845Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-06T06:25:41.846Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-06T06:25:41.846Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-06T06:25:41.846Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-06T06:25:41.846Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-06T06:25:41.846Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-06T06:25:41.847Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-06T06:25:41.847Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-06T06:25:41.847Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-06T06:25:41.852Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-06T06:26:11.852Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d7a48f23-d47d-436c-a210-5f19cf657c30 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-06T06:26:11.860Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d7a48f23-d47d-436c-a210-5f19cf657c30 and serviceModelVersionId: a5bc76ac-5bee-47f6-a4a2-22452650cf6a
2022-11-06T06:26:11.860Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f79fd31e-2972-4e8a-9b0f-eb073a0bdb71
2022-11-06T06:26:11.861Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f79fd31e-2972-4e8a-9b0f-eb073a0bdb71/model-vers/model-ver/a5bc76ac-5bee-47f6-a4a2-22452650cf6a?depth=0
2022-11-06T06:26:11.866Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-11-06T06:26:11.912Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f79fd31e-2972-4e8a-9b0f-eb073a0bdb71/model-vers/model-ver/a5bc76ac-5bee-47f6-a4a2-22452650cf6a?depth=0|INFO|500||Invoke
2022-11-06T06:26:11.912Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f79fd31e-2972-4e8a-9b0f-eb073a0bdb71/model-vers/model-ver/a5bc76ac-5bee-47f6-a4a2-22452650cf6a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f79fd31e-2972-4e8a-9b0f-eb073a0bdb71/model-vers/model-ver/a5bc76ac-5bee-47f6-a4a2-22452650cf6a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[d7a48f23-d47d-436c-a210-5f19cf657c30], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[283ab414-bc2a-4ba4-a79d-53e6110026bd], X-ECOMP-RequestID=[d7a48f23-d47d-436c-a210-5f19cf657c30], X-TransactionId=[], X-ONAP-RequestID=[d7a48f23-d47d-436c-a210-5f19cf657c30], Content-Type=[application/merge-patch+json]}
2022-11-06T06:26:11.947Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f79fd31e-2972-4e8a-9b0f-eb073a0bdb71/model-vers/model-ver/a5bc76ac-5bee-47f6-a4a2-22452650cf6a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-11-06T06:26:12.058Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f79fd31e-2972-4e8a-9b0f-eb073a0bdb71/model-vers/model-ver/a5bc76ac-5bee-47f6-a4a2-22452650cf6a?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/f79fd31e-2972-4e8a-9b0f-eb073a0bdb71/model-vers/model-ver/a5bc76ac-5bee-47f6-a4a2-22452650cf6a?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-221106-06:26:12:859-23026], vertex-id=[258112], Content-Length=[0], Date=[Sun, 06 Nov 2022 06:26:12 GMT], Content-Type=[application/json]}
2022-11-06T06:26:12.058Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f79fd31e-2972-4e8a-9b0f-eb073a0bdb71/model-vers/model-ver/a5bc76ac-5bee-47f6-a4a2-22452650cf6a?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-11-06T06:26:12.059Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f79fd31e-2972-4e8a-9b0f-eb073a0bdb71/model-vers/model-ver/a5bc76ac-5bee-47f6-a4a2-22452650cf6a?depth=0|INFO|500||InvokeReturn
2022-11-06T06:26:12.060Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-06T06:26:12.060Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-06T06:26:12.068Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-11-06T06:26:12.068Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d7a48f23-d47d-436c-a210-5f19cf657c30 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-06T06:26:12.069Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-06T06:26:12.069Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-06T06:26:12.076Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T06:26:12.076Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "d7a48f23-d47d-436c-a210-5f19cf657c30",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667715972069,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-06T06:26:12.171Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-11-06T06:26:12.172Z||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-06T06:26:12.172Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tNTQBMD8Rsm19kIi) ...
2022-11-06T06:26:12.188Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:26:12.188Z||pool-66-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-06T06:26:13.089Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T06:26:13.089Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"e3919342-dc9c-43e2-993d-eeb2f15e3427","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"ca2e347c-8c0d-4c43-94d1-2a13f6b90d7a","serviceDescription":"service","serviceInvariantUUID":"cc7864eb-2620-422d-8bad-df33754fa93e","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"4262fb3d-e553-491d-b569-feae78b883b6","resourceInvariantUUID":"2aa47993-c46e-4fe2-a778-f2022f39842c","resourceCustomizationUUID":"dcf21086-6329-483a-87e3-6a59f88d36b9","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":"YjIwNDI5ZmFhN2VmZjRhYTIwYTg5MDJlZTM1ODE5YjY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"48c128b5-fc7a-4be7-a385-a90cbffcb783","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":"542a5bae-18f1-405f-96bd-146caa0f68d0","artifactVersion":"2","generatedFromUUID":"790cd7f0-c6d6-42e6-bdc6-16c12b49e4c1"},{"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":"790cd7f0-c6d6-42e6-bdc6-16c12b49e4c1","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":"MTNmZjM4ZjQ2NjFlMDY1MTZkZjE0ZTRiYWZjZDM5MmQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e71610c0-9bfe-42d3-b6cc-5a8f11fb223a","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":"ad5f283c-d220-42ac-9e82-98537387a158","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":"73d70fbe-f7fc-4d8f-896b-1a494bbd3031","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":"53985db0-05e2-4c86-9c5f-3a62be28c391","artifactVersion":"2","generatedFromUUID":"ad5f283c-d220-42ac-9e82-98537387a158"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"Nzc2NmNhNTljNDNlNmI5OWRmYzJmMjNhYjYxNTc1ZWU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2f5504ea-6542-4df1-897b-d07bac7d97d9","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"ZDk3Y2M5MTgyZjg2OGUyZmNjOWU4N2ExZDFlZDlkNWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fdedd627-f4a6-49ac-b440-a249dcba80d0","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-06T06:26:13.089Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-06T06:26:13.089Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-06T06:26:13.091Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T06:26:13.091Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e3919342-dc9c-43e2-993d-eeb2f15e3427",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667715920359,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:26:13.192Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-06T06:26:13.193Z||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-06T06:26:13.193Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tNTQBMD8Rsm19kIi) ...
2022-11-06T06:26:13.208Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:26:13.208Z||pool-67-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-06T06:26:14.092Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-06T06:26:14.092Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-06T06:26:14.094Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T06:26:14.094Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e3919342-dc9c-43e2-993d-eeb2f15e3427",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667715920359,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-11-06T06:26:14.194Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T06:26:14.195Z||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-06T06:26:14.195Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tNTQBMD8Rsm19kIi) ...
2022-11-06T06:26:14.216Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:26:14.216Z||pool-68-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-11-06T06:26:15.095Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-06T06:26:15.097Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-06T06:26:15.099Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T06:26:15.099Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e3919342-dc9c-43e2-993d-eeb2f15e3427",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667715920359,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-11-06T06:26:15.199Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T06:26:15.200Z||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-06T06:26:15.200Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tNTQBMD8Rsm19kIi) ...
2022-11-06T06:26:15.214Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:26:15.214Z||pool-69-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-06T06:26:16.104Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-06T06:26:16.104Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-06T06:26:16.106Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T06:26:16.106Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e3919342-dc9c-43e2-993d-eeb2f15e3427",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667715920359,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-11-06T06:26:16.209Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-11-06T06:26:16.210Z||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-06T06:26:16.210Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tNTQBMD8Rsm19kIi) ...
2022-11-06T06:26:16.240Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:26:16.240Z||pool-70-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-11-06T06:26:17.107Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-06T06:26:17.108Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-06T06:26:17.120Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T06:26:17.120Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e3919342-dc9c-43e2-993d-eeb2f15e3427",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667715920359,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-11-06T06:26:17.213Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms
2022-11-06T06:26:17.214Z||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-06T06:26:17.214Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tNTQBMD8Rsm19kIi) ...
2022-11-06T06:26:17.230Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:26:17.231Z||pool-71-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-11-06T06:26:18.121Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-06T06:26:18.122Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-06T06:26:18.132Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T06:26:18.132Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e3919342-dc9c-43e2-993d-eeb2f15e3427",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667715920359,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:26:18.236Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-11-06T06:26:18.237Z||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-06T06:26:18.237Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tNTQBMD8Rsm19kIi) ...
2022-11-06T06:26:18.250Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:26:18.250Z||pool-72-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-11-06T06:26:19.133Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-06T06:26:19.133Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-06T06:26:19.136Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T06:26:19.136Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e3919342-dc9c-43e2-993d-eeb2f15e3427",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667715920359,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-11-06T06:26:19.238Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-06T06:26:19.247Z||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-06T06:26:19.247Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tNTQBMD8Rsm19kIi) ...
2022-11-06T06:26:19.260Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:26:19.260Z||pool-73-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-11-06T06:26:20.137Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-06T06:26:20.137Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-06T06:26:20.140Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T06:26:20.140Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e3919342-dc9c-43e2-993d-eeb2f15e3427",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667715920359,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:26:20.239Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-06T06:26:20.240Z||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-06T06:26:20.240Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tNTQBMD8Rsm19kIi) ...
2022-11-06T06:26:20.252Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:26:20.252Z||pool-74-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-06T06:26:21.140Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-06T06:26:21.141Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-06T06:26:21.142Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T06:26:21.143Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e3919342-dc9c-43e2-993d-eeb2f15e3427",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667715920359,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-11-06T06:26:21.243Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T06:26:21.244Z||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-06T06:26:21.244Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tNTQBMD8Rsm19kIi) ...
2022-11-06T06:26:21.261Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:26:21.262Z||pool-75-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-11-06T06:26:22.150Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "e3919342-dc9c-43e2-993d-eeb2f15e3427",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "ca2e347c-8c0d-4c43-94d1-2a13f6b90d7a",
  "serviceDescription": "service",
  "serviceInvariantUUID": "cc7864eb-2620-422d-8bad-df33754fa93e",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "dcf21086-6329-483a-87e3-6a59f88d36b9",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "4262fb3d-e553-491d-b569-feae78b883b6",
      "resourceInvariantUUID": "2aa47993-c46e-4fe2-a778-f2022f39842c",
      "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": "542a5bae-18f1-405f-96bd-146caa0f68d0",
          "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": "790cd7f0-c6d6-42e6-bdc6-16c12b49e4c1",
          "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": "MTNmZjM4ZjQ2NjFlMDY1MTZkZjE0ZTRiYWZjZDM5MmQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "e71610c0-9bfe-42d3-b6cc-5a8f11fb223a",
          "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": "ad5f283c-d220-42ac-9e82-98537387a158",
          "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": "53985db0-05e2-4c86-9c5f-3a62be28c391",
            "generatedFromUUID": "ad5f283c-d220-42ac-9e82-98537387a158"
          },
          "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": "53985db0-05e2-4c86-9c5f-3a62be28c391",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "ZDk3Y2M5MTgyZjg2OGUyZmNjOWU4N2ExZDFlZDlkNWU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "fdedd627-f4a6-49ac-b440-a249dcba80d0"
    }
  ],
  "workloadContext": "Production"
}
2022-11-06T06:26:22.150Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-06T06:26:22.151Z|d7a48f23-d47d-436c-a210-5f19cf657c30|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 ca2e347c-8c0d-4c43-94d1-2a13f6b90d7a ASDC
2022-11-06T06:26:22.152Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:e3919342-dc9c-43e2-993d-eeb2f15e3427
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:ca2e347c-8c0d-4c43-94d1-2a13f6b90d7a
ServiceInvariantUUID:cc7864eb-2620-422d-8bad-df33754fa93e
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:fdedd627-f4a6-49ac-b440-a249dcba80d0
ArtifactChecksum:ZDk3Y2M5MTgyZjg2OGUyZmNjOWU4N2ExZDFlZDlkNWU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:dcf21086-6329-483a-87e3-6a59f88d36b9
ResourceInvariantUUID:2aa47993-c46e-4fe2-a778-f2022f39842c
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:4262fb3d-e553-491d-b569-feae78b883b6
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:542a5bae-18f1-405f-96bd-146caa0f68d0
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:790cd7f0-c6d6-42e6-bdc6-16c12b49e4c1
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:e71610c0-9bfe-42d3-b6cc-5a8f11fb223a
ArtifactChecksum:MTNmZjM4ZjQ2NjFlMDY1MTZkZjE0ZTRiYWZjZDM5MmQ=
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:ad5f283c-d220-42ac-9e82-98537387a158
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:53985db0-05e2-4c86-9c5f-3a62be28c391
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:53985db0-05e2-4c86-9c5f-3a62be28c391
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-11-06T06:26:22.152Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ca2e347c-8c0d-4c43-94d1-2a13f6b90d7a 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-06T06:26:22.214Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-06T06:26:22.215Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-11-06T06:26:22.215Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-11-06T06:26:22.216Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: fdedd627-f4a6-49ac-b440-a249dcba80d0 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-11-06T06:26:22.216Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-11-06T06:26:22.216Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-11-06T06:26:22.403Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-11-06T06:26:22.406Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar fdedd627-f4a6-49ac-b440-a249dcba80d0 73679
2022-11-06T06:26:22.406Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||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-06T06:26:22.406Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||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-06T06:26:22.407Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-06T06:26:22.407Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-06T06:26:22.409Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T06:26:22.409Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e3919342-dc9c-43e2-993d-eeb2f15e3427",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667715982406,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-06T06:26:22.509Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T06:26:22.510Z||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-06T06:26:22.510Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tNTQBMD8Rsm19kIi) ...
2022-11-06T06:26:22.521Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:26:22.522Z||pool-76-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-06T06:26:23.412Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-06T06:26:23.413Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-11-06T06:26:23.414Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: fdedd627-f4a6-49ac-b440-a249dcba80d0, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-11-06T06:26:23.414Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-11-06T06:26:23.415Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-11-06T06:26:23.415Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-11-06T06:26:23.599Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3662513083334380181/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-06T06:26:24.740Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-06T06:26:24.740Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-11-06T06:26:24.740Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-11-06T06:26:24.740Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-11-06T06:26:24.741Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||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-06T06:26:24.741Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||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-06T06:26:24.741Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||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-06T06:26:24.741Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-11-06T06:26:24.741Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-11-06T06:26:24.741Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T06:26:24.742Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T06:26:24.742Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-11-06T06:26:24.742Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-11-06T06:26:24.742Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-06T06:26:24.742Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T06:26:24.743Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T06:26:24.743Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-11-06T06:26:24.743Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-11-06T06:26:24.743Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-06T06:26:24.743Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T06:26:24.743Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T06:26:24.744Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T06:26:24.744Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-11-06T06:26:24.744Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-11-06T06:26:24.744Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||DEBUG|500||Node template dummy is not matching search criteria
2022-11-06T06:26:24.744Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-06T06:26:24.745Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T06:26:24.745Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-06T06:26:24.745Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T06:26:24.745Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-11-06T06:26:24.745Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-06T06:26:24.745Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T06:26:24.746Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-11-06T06:26:24.746Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-06T06:26:24.746Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T06:26:24.746Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-11-06T06:26:24.746Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-06T06:26:24.746Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T06:26:24.747Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-11-06T06:26:24.747Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-11-06T06:26:24.747Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=5446dbde-648a-4b12-aac0-172ddadde6b1
2022-11-06T06:26:24.747Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T06:26:24.747Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T06:26:24.748Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T06:26:24.748Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T06:26:24.748Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T06:26:24.748Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T06:26:24.748Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T06:26:24.748Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T06:26:24.748Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:ca2e347c-8c0d-4c43-94d1-2a13f6b90d7a
Model Version:NULL
Model InvariantUuid:cc7864eb-2620-422d-8bad-df33754fa93e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:b2605c0b-6672-48f8-a573-91906ea0dccd
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:2aa47993-c46e-4fe2-a778-f2022f39842c
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:dcf21086-6329-483a-87e3-6a59f88d36b9
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:af391378-67d7-4a54-a7b8-2af7dd780997
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:da5991fc-73ee-4f15-9565-136ac76ac3f9
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:5446dbde-648a-4b12-aac0-172ddadde6b1
ModelInvariantUuid:74db7c3c-8a3a-43b0-a12a-b3091ac7394b
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:b4193ba3-7fd8-403e-968d-e75ed1ddff74
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:785d9d39-990f-4ff2-8fae-ee1767509b6b
ModelInvariantUuid:ad64a50a-b604-4e50-8ee9-1e9218db6a5f
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:e593680b-7daa-43e3-be40-e506c5447311
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-06T06:26:24.754Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 4262fb3d-e553-491d-b569-feae78b883b6
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-06T06:26:24.758Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||INFO|500||basic_cnf 0
2022-11-06T06:26:24.758Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 4262fb3d-e553-491d-b569-feae78b883b6
2022-11-06T06:26:24.758Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 542a5bae-18f1-405f-96bd-146caa0f68d0 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-11-06T06:26:24.758Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-11-06T06:26:24.758Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||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-06T06:26:24.923Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-11-06T06:26:24.923Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 542a5bae-18f1-405f-96bd-146caa0f68d0 12
2022-11-06T06:26:24.924Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||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-06T06:26:24.924Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||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-06T06:26:24.924Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-06T06:26:24.925Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-06T06:26:24.926Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T06:26:24.927Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e3919342-dc9c-43e2-993d-eeb2f15e3427",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667715984924,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-11-06T06:26:25.028Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-06T06:26:25.029Z||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-06T06:26:25.029Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tNTQBMD8Rsm19kIi) ...
2022-11-06T06:26:25.048Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:26:25.049Z||pool-77-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-11-06T06:26:25.928Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 790cd7f0-c6d6-42e6-bdc6-16c12b49e4c1 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-11-06T06:26:25.928Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-11-06T06:26:25.928Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||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-06T06:26:26.043Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-11-06T06:26:26.044Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 790cd7f0-c6d6-42e6-bdc6-16c12b49e4c1 2688
2022-11-06T06:26:26.044Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||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-06T06:26:26.044Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||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-06T06:26:26.044Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-06T06:26:26.045Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-06T06:26:26.046Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T06:26:26.047Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e3919342-dc9c-43e2-993d-eeb2f15e3427",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667715986044,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-11-06T06:26:26.147Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T06:26:26.151Z||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-06T06:26:26.151Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tNTQBMD8Rsm19kIi) ...
2022-11-06T06:26:26.168Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:26:26.168Z||pool-78-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-11-06T06:26:27.049Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: e71610c0-9bfe-42d3-b6cc-5a8f11fb223a from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-11-06T06:26:27.049Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-11-06T06:26:27.049Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||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-06T06:26:27.144Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-11-06T06:26:27.145Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json e71610c0-9bfe-42d3-b6cc-5a8f11fb223a 828
2022-11-06T06:26:27.145Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||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-06T06:26:27.145Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||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-06T06:26:27.145Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-06T06:26:27.145Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-06T06:26:27.147Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T06:26:27.147Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e3919342-dc9c-43e2-993d-eeb2f15e3427",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667715987145,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-06T06:26:27.247Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T06:26:27.248Z||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-06T06:26:27.248Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tNTQBMD8Rsm19kIi) ...
2022-11-06T06:26:27.259Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:26:27.260Z||pool-79-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-06T06:26:28.148Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "af391378-67d7-4a54-a7b8-2af7dd780997",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "da5991fc-73ee-4f15-9565-136ac76ac3f9",
    "vfModuleModelCustomizationUUID": "acd4f399-f5ec-46ed-ba3d-37d434bf363a",
    "isBase": true,
    "artifacts": [
      "790cd7f0-c6d6-42e6-bdc6-16c12b49e4c1",
      "ad5f283c-d220-42ac-9e82-98537387a158",
      "53985db0-05e2-4c86-9c5f-3a62be28c391"
    ],
    "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-06T06:26:28.152Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:da5991fc-73ee-4f15-9565-136ac76ac3f9
VfModuleModelInvariantUUID:af391378-67d7-4a54-a7b8-2af7dd780997
VfModuleModelDescription:NULL
Artifacts UUID List:{
790cd7f0-c6d6-42e6-bdc6-16c12b49e4c1
,
ad5f283c-d220-42ac-9e82-98537387a158
,
53985db0-05e2-4c86-9c5f-3a62be28c391

}
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-06T06:26:28.155Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "af391378-67d7-4a54-a7b8-2af7dd780997",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "da5991fc-73ee-4f15-9565-136ac76ac3f9",
    "vfModuleModelCustomizationUUID": "acd4f399-f5ec-46ed-ba3d-37d434bf363a",
    "isBase": true,
    "artifacts": [
      "790cd7f0-c6d6-42e6-bdc6-16c12b49e4c1",
      "ad5f283c-d220-42ac-9e82-98537387a158",
      "53985db0-05e2-4c86-9c5f-3a62be28c391"
    ],
    "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-06T06:26:28.155Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:da5991fc-73ee-4f15-9565-136ac76ac3f9
VfModuleModelInvariantUUID:af391378-67d7-4a54-a7b8-2af7dd780997
VfModuleModelDescription:NULL
Artifacts UUID List:{
790cd7f0-c6d6-42e6-bdc6-16c12b49e4c1
,
ad5f283c-d220-42ac-9e82-98537387a158
,
53985db0-05e2-4c86-9c5f-3a62be28c391

}
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-06T06:26:28.155Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: ad5f283c-d220-42ac-9e82-98537387a158 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-11-06T06:26:28.156Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-11-06T06:26:28.156Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||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-06T06:26:28.207Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-11-06T06:26:28.207Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ad5f283c-d220-42ac-9e82-98537387a158 1164
2022-11-06T06:26:28.208Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||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-06T06:26:28.208Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||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-06T06:26:28.208Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-06T06:26:28.208Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-06T06:26:28.211Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T06:26:28.211Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e3919342-dc9c-43e2-993d-eeb2f15e3427",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667715988208,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-06T06:26:28.311Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T06:26:28.312Z||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-06T06:26:28.312Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tNTQBMD8Rsm19kIi) ...
2022-11-06T06:26:28.328Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:26:28.329Z||pool-80-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-11-06T06:26:29.216Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 53985db0-05e2-4c86-9c5f-3a62be28c391 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-11-06T06:26:29.216Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-11-06T06:26:29.216Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||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-06T06:26:29.264Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-11-06T06:26:29.264Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 53985db0-05e2-4c86-9c5f-3a62be28c391 200
2022-11-06T06:26:29.265Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||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-06T06:26:29.265Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||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-06T06:26:29.265Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-06T06:26:29.265Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-06T06:26:29.268Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T06:26:29.268Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e3919342-dc9c-43e2-993d-eeb2f15e3427",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667715989265,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-11-06T06:26:29.367Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-11-06T06:26:29.367Z||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-06T06:26:29.367Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tNTQBMD8Rsm19kIi) ...
2022-11-06T06:26:29.381Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:26:29.381Z||pool-81-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-06T06:26:30.269Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: ca2e347c-8c0d-4c43-94d1-2a13f6b90d7a
2022-11-06T06:26:30.269Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 4262fb3d-e553-491d-b569-feae78b883b6 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=?
2022-11-06T06:26:30.284Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select 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-06T06:26:30.289Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3de0fcd1, org.onap.sdc.toscaparser.api.parameters.Input@6a42c8d1, org.onap.sdc.toscaparser.api.parameters.Input@480f44a0, org.onap.sdc.toscaparser.api.parameters.Input@24d63353, org.onap.sdc.toscaparser.api.parameters.Input@1e6a456c]
2022-11-06T06:26:30.290Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T06:26:30.291Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T06:26:30.291Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2022-11-06T06:26:30.291Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= dcf21086-6329-483a-87e3-6a59f88d36b9
2022-11-06T06:26:30.291Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: dcf21086-6329-483a-87e3-6a59f88d36b9 matches Tosca VF Customization UUID: dcf21086-6329-483a-87e3-6a59f88d36b9
2022-11-06T06:26:30.291Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: dcf21086-6329-483a-87e3-6a59f88d36b9  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-06T06:26:30.293Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T06:26:30.293Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T06:26:30.294Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id dcf21086-6329-483a-87e3-6a59f88d36b9: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-11-06T06:26:30.294Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@45538d7f
2022-11-06T06:26:30.294Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T06:26:30.294Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-06T06:26:30.294Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : acd4f399-f5ec-46ed-ba3d-37d434bf363a
2022-11-06T06:26:30.295Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID acd4f399-f5ec-46ed-ba3d-37d434bf363a
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-06T06:26:30.297Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T06:26:30.297Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-11-06T06:26:30.297Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-06T06:26:30.297Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T06:26:30.298Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-11-06T06:26:30.298Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-06T06:26:30.298Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T06:26:30.298Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-11-06T06:26:30.298Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-11-06T06:26:30.299Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=5446dbde-648a-4b12-aac0-172ddadde6b1
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-06T06:26:30.301Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T06:26:30.301Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-11-06T06:26:30.301Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-06T06:26:30.301Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T06:26:30.301Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-11-06T06:26:30.301Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=dcf21086-6329-483a-87e3-6a59f88d36b9
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-06T06:26:30.303Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T06:26:30.304Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T06:26:30.304Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid ca2e347c-8c0d-4c43-94d1-2a13f6b90d7a: basic_cnf
2022-11-06T06:26:30.304Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T06:26:30.304Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T06:26:30.304Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T06:26:30.304Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T06:26:30.305Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T06:26:30.305Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T06:26:30.305Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T06:26:30.305Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T06:26:30.305Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T06:26:30.305Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T06:26:30.305Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||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-06T06:26:30.378Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 4262fb3d-e553-491d-b569-feae78b883b6 1 ASDC deployResourceStructure
2022-11-06T06:26:30.378Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||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-06T06:26:30.379Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||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-06T06:26:30.379Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-11-06T06:26:30.379Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-06T06:26:30.381Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T06:26:30.381Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e3919342-dc9c-43e2-993d-eeb2f15e3427",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667715990378,
  "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-06T06:26:30.481Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T06:26:30.482Z||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-06T06:26:30.482Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tNTQBMD8Rsm19kIi) ...
2022-11-06T06:26:30.495Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:26:30.495Z||pool-82-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-06T06:26:30.642Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T06:26:30.643Z||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-06T06:26:30.643Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T06:26:30.692Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:26:30.692Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:26:30.692Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7a48f23-d47d-436c-a210-5f19cf657c30",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667715920359,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-11-06T06:26:30.693Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:26:31.382Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||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-06T06:26:31.382Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||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-06T06:26:31.383Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-11-06T06:26:31.383Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-06T06:26:31.385Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T06:26:31.385Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e3919342-dc9c-43e2-993d-eeb2f15e3427",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667715991382,
  "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-06T06:26:31.485Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T06:26:31.486Z||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-06T06:26:31.486Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tNTQBMD8Rsm19kIi) ...
2022-11-06T06:26:31.497Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:26:31.498Z||pool-83-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-06T06:26:32.386Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||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-06T06:26:32.386Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||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-06T06:26:32.387Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-06T06:26:32.387Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-06T06:26:32.389Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T06:26:32.389Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e3919342-dc9c-43e2-993d-eeb2f15e3427",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667715992386,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-06T06:26:32.489Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-06T06:26:32.490Z||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-06T06:26:32.490Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tNTQBMD8Rsm19kIi) ...
2022-11-06T06:26:32.502Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:26:32.502Z||pool-84-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-06T06:26:33.390Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||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-06T06:26:33.391Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||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-06T06:26:33.391Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-06T06:26:33.392Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-06T06:26:33.395Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T06:26:33.395Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e3919342-dc9c-43e2-993d-eeb2f15e3427",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667715993390,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-11-06T06:26:33.494Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-06T06:26:33.495Z||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-06T06:26:33.495Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tNTQBMD8Rsm19kIi) ...
2022-11-06T06:26:33.506Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:26:33.506Z||pool-85-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-06T06:26:34.396Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||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-06T06:26:34.397Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||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-06T06:26:34.397Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-06T06:26:34.397Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-06T06:26:34.399Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T06:26:34.399Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e3919342-dc9c-43e2-993d-eeb2f15e3427",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667715994396,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-11-06T06:26:34.499Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T06:26:34.500Z||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-06T06:26:34.500Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tNTQBMD8Rsm19kIi) ...
2022-11-06T06:26:34.512Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:26:34.512Z||pool-86-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-06T06:26:35.400Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||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-06T06:26:35.400Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||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-06T06:26:35.400Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-06T06:26:35.400Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-06T06:26:35.404Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T06:26:35.404Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e3919342-dc9c-43e2-993d-eeb2f15e3427",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667715995400,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-06T06:26:35.503Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-11-06T06:26:35.503Z||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-06T06:26:35.504Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tNTQBMD8Rsm19kIi) ...
2022-11-06T06:26:35.516Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:26:35.517Z||pool-87-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-11-06T06:26:36.406Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e3919342-dc9c-43e2-993d-eeb2f15e3427
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06T06:26:36.418Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e3919342-dc9c-43e2-993d-eeb2f15e3427
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-06T06:26:36.420Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-06T06:26:36.420Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-06T06:26:36.420Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-06T06:26:36.421Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-06T06:26:36.421Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-06T06:26:36.421Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-06T06:26:36.421Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-06T06:26:36.421Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-06T06:26:36.421Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-06T06:26:36.422Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-06T06:26:36.427Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-06T06:27:06.442Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e3919342-dc9c-43e2-993d-eeb2f15e3427 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-06T06:27:06.448Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e3919342-dc9c-43e2-993d-eeb2f15e3427 and serviceModelVersionId: ca2e347c-8c0d-4c43-94d1-2a13f6b90d7a
2022-11-06T06:27:06.448Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : cc7864eb-2620-422d-8bad-df33754fa93e
2022-11-06T06:27:06.450Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/cc7864eb-2620-422d-8bad-df33754fa93e/model-vers/model-ver/ca2e347c-8c0d-4c43-94d1-2a13f6b90d7a?depth=0
2022-11-06T06:27:06.453Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-11-06T06:27:06.531Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cc7864eb-2620-422d-8bad-df33754fa93e/model-vers/model-ver/ca2e347c-8c0d-4c43-94d1-2a13f6b90d7a?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-06T06:27:06.536Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cc7864eb-2620-422d-8bad-df33754fa93e/model-vers/model-ver/ca2e347c-8c0d-4c43-94d1-2a13f6b90d7a?depth=0|INFO|500||Invoke
2022-11-06T06:27:06.556Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cc7864eb-2620-422d-8bad-df33754fa93e/model-vers/model-ver/ca2e347c-8c0d-4c43-94d1-2a13f6b90d7a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-11-06T06:27:06.652Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cc7864eb-2620-422d-8bad-df33754fa93e/model-vers/model-ver/ca2e347c-8c0d-4c43-94d1-2a13f6b90d7a?depth=0|INFO|500||InvokeReturn
2022-11-06T06:27:06.653Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cc7864eb-2620-422d-8bad-df33754fa93e/model-vers/model-ver/ca2e347c-8c0d-4c43-94d1-2a13f6b90d7a?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-221106-06:27:07:469-94529], vertex-id=[184416], Content-Length=[0], Date=[Sun, 06 Nov 2022 06:27:07 GMT], Content-Type=[application/json]}
2022-11-06T06:27:06.654Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2022-11-06T06:27:06.655Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-06T06:27:06.655Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-06T06:27:06.660Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-11-06T06:27:06.661Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e3919342-dc9c-43e2-993d-eeb2f15e3427 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-06T06:27:06.661Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-06T06:27:06.661Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-06T06:27:06.663Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T06:27:06.664Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e3919342-dc9c-43e2-993d-eeb2f15e3427",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667716026661,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-06T06:27:06.764Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T06:27:06.765Z||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-06T06:27:06.765Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tNTQBMD8Rsm19kIi) ...
2022-11-06T06:27:06.789Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:27:06.790Z||pool-88-thread-1|||||INFO|500||cambria reply ok (25 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-06T06:27:07.672Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T06:27:07.672Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|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-06T06:27:07.672Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|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 tNTQBMD8Rsm19kIi) ...
2022-11-06T06:27:17.255Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:27:17.256Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T06:27:17.257Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|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-06T06:27:17.257Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|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 tNTQBMD8Rsm19kIi) ...
2022-11-06T06:27:26.819Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:27:26.820Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T06:27:26.821Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|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-06T06:27:26.821Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|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 tNTQBMD8Rsm19kIi) ...
2022-11-06T06:27:30.642Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T06:27:30.643Z||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-06T06:27:30.644Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T06:27:30.675Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:27:30.676Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:27:30.677Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7a48f23-d47d-436c-a210-5f19cf657c30",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667715932081,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-06T06:27:30.678Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T06:27:30.678Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:27:30.678Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7a48f23-d47d-436c-a210-5f19cf657c30",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667715934516,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-06T06:27:30.678Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T06:27:30.678Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:27:30.678Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7a48f23-d47d-436c-a210-5f19cf657c30",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667715935577,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-06T06:27:30.678Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T06:27:30.678Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:27:30.679Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7a48f23-d47d-436c-a210-5f19cf657c30",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667715936660,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-11-06T06:27:30.679Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T06:27:30.679Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:27:30.679Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7a48f23-d47d-436c-a210-5f19cf657c30",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667715937812,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-06T06:27:30.679Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T06:27:30.679Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:27:30.679Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7a48f23-d47d-436c-a210-5f19cf657c30",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667715938815,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-11-06T06:27:30.679Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T06:27:30.679Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:27:30.680Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7a48f23-d47d-436c-a210-5f19cf657c30",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667715939818,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-11-06T06:27:30.680Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T06:27:30.680Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:27:30.680Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7a48f23-d47d-436c-a210-5f19cf657c30",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667715940827,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-06T06:27:30.680Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T06:27:30.680Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:27:30.680Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7a48f23-d47d-436c-a210-5f19cf657c30",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667715972069,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-06T06:27:30.680Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T06:27:30.680Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:27:30.680Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3919342-dc9c-43e2-993d-eeb2f15e3427",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667715920359,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:27:30.681Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:27:30.681Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:27:30.681Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3919342-dc9c-43e2-993d-eeb2f15e3427",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667715920359,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-11-06T06:27:30.681Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:27:30.681Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:27:30.681Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3919342-dc9c-43e2-993d-eeb2f15e3427",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667715920359,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-11-06T06:27:30.681Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:27:30.681Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:27:30.681Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3919342-dc9c-43e2-993d-eeb2f15e3427",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667715920359,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-11-06T06:27:30.681Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:27:30.682Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:27:30.682Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3919342-dc9c-43e2-993d-eeb2f15e3427",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667715920359,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-11-06T06:27:30.682Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:27:30.682Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:27:30.682Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3919342-dc9c-43e2-993d-eeb2f15e3427",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667715920359,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:27:30.682Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:27:30.682Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:27:30.682Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3919342-dc9c-43e2-993d-eeb2f15e3427",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667715920359,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-11-06T06:27:30.683Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:27:30.683Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:27:30.683Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3919342-dc9c-43e2-993d-eeb2f15e3427",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667715920359,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:27:30.683Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:27:30.683Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:27:30.683Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3919342-dc9c-43e2-993d-eeb2f15e3427",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667715920359,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-11-06T06:27:30.683Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:27:30.683Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:27:30.683Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3919342-dc9c-43e2-993d-eeb2f15e3427",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667715982406,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-06T06:27:30.684Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T06:27:30.684Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:27:30.684Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3919342-dc9c-43e2-993d-eeb2f15e3427",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667715984924,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-11-06T06:27:30.684Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T06:27:30.684Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:27:30.684Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3919342-dc9c-43e2-993d-eeb2f15e3427",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667715986044,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-11-06T06:27:30.684Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T06:27:30.684Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:27:30.684Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3919342-dc9c-43e2-993d-eeb2f15e3427",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667715987145,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-06T06:27:30.685Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T06:27:30.685Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:27:30.685Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3919342-dc9c-43e2-993d-eeb2f15e3427",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667715988208,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-06T06:27:30.685Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T06:27:30.685Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:27:30.685Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3919342-dc9c-43e2-993d-eeb2f15e3427",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667715989265,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-11-06T06:27:30.685Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T06:27:30.685Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:27:30.685Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3919342-dc9c-43e2-993d-eeb2f15e3427",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667715990378,
  "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-06T06:27:30.685Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T06:27:36.359Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:27:36.360Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T06:27:36.361Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|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-06T06:27:36.361Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|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 tNTQBMD8Rsm19kIi) ...
2022-11-06T06:27:45.906Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:28:30.640Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T06:28:30.640Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|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-06T06:28:30.641Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|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 tNTQBMD8Rsm19kIi) ...
2022-11-06T06:28:30.642Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T06:28:30.643Z||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-06T06:28:30.643Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T06:28:31.175Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:28:31.175Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:28:31.175Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3919342-dc9c-43e2-993d-eeb2f15e3427",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667715991382,
  "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-06T06:28:31.176Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T06:28:31.177Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:28:31.177Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3919342-dc9c-43e2-993d-eeb2f15e3427",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667715992386,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-06T06:28:31.177Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T06:28:31.177Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:28:31.177Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3919342-dc9c-43e2-993d-eeb2f15e3427",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667715993390,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-11-06T06:28:31.177Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T06:28:31.177Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:28:31.177Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3919342-dc9c-43e2-993d-eeb2f15e3427",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667715994396,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-11-06T06:28:31.177Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T06:28:31.177Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:28:31.177Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3919342-dc9c-43e2-993d-eeb2f15e3427",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667715995400,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-06T06:28:31.177Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T06:28:31.177Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:28:31.177Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3919342-dc9c-43e2-993d-eeb2f15e3427",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667716026661,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-06T06:28:31.177Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T06:28:40.193Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:29:30.640Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T06:29:30.641Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|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-06T06:29:30.641Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|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 tNTQBMD8Rsm19kIi) ...
2022-11-06T06:29:30.644Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T06:29:30.644Z||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-06T06:29:30.644Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T06:29:40.236Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:29:40.238Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:30:30.640Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T06:30:30.641Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|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-06T06:30:30.641Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|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 tNTQBMD8Rsm19kIi) ...
2022-11-06T06:30:30.642Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T06:30:30.643Z||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-06T06:30:30.643Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T06:30:40.190Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:30:40.192Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:31:30.640Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T06:31:30.641Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|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-06T06:31:30.641Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|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 tNTQBMD8Rsm19kIi) ...
2022-11-06T06:31:30.642Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T06:31:30.643Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|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-06T06:31:30.643Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|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 tNTQBMD8Rsm19kIi) ...
2022-11-06T06:31:40.204Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:31:40.205Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:32:30.640Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T06:32:30.641Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|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-06T06:32:30.641Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|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 tNTQBMD8Rsm19kIi) ...
2022-11-06T06:32:30.642Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T06:32:30.643Z||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-06T06:32:30.643Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T06:32:40.203Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:32:40.205Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:33:30.640Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T06:33:30.641Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|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-06T06:33:30.641Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|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 tNTQBMD8Rsm19kIi) ...
2022-11-06T06:33:30.642Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T06:33:30.645Z||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-06T06:33:30.645Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T06:33:40.199Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:33:40.207Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:34:30.640Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T06:34:30.641Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|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-06T06:34:30.641Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|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 tNTQBMD8Rsm19kIi) ...
2022-11-06T06:34:30.642Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T06:34:30.644Z||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-06T06:34:30.644Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T06:34:40.197Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:34:40.197Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:35:30.640Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T06:35:30.641Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|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-06T06:35:30.641Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|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 tNTQBMD8Rsm19kIi) ...
2022-11-06T06:35:30.642Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T06:35:30.643Z||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-06T06:35:30.643Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T06:35:40.207Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:35:40.229Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:36:30.640Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T06:36:30.641Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|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-06T06:36:30.642Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|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 tNTQBMD8Rsm19kIi) ...
2022-11-06T06:36:30.642Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T06:36:30.643Z||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-06T06:36:30.643Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T06:36:40.200Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:36:40.203Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:37:30.640Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T06:37:30.642Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|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-06T06:37:30.642Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|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 tNTQBMD8Rsm19kIi) ...
2022-11-06T06:37:30.642Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T06:37:30.643Z||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-06T06:37:30.643Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T06:37:30.779Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:37:31.278Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:37:31.279Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T06:37:31.279Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"be5f21d7-0962-4321-8993-7d7b8d3aac60","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"0ba18f30-a743-42a1-8dd7-4bb5ebbf544a","serviceDescription":"service","serviceInvariantUUID":"aee024e2-2dd5-4e27-8591-612a96cda412","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"dcb99074-58af-4a38-80ed-edd2732fbd37","resourceInvariantUUID":"a909221f-ff98-47c3-83bc-fb3c9ba25669","resourceCustomizationUUID":"e019ace7-352a-4c2f-996d-9def42a7096d","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":"YTk4OTE4NmNkODIzOWFhYTdkNjk0NDU5N2UwZjNiOWQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"60767ca3-b314-4c8b-838f-c66c52614269","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":"ZDBlODIyNmM1N2VhY2EyNThlOWQ3ODdlMzY5YjQ0YzQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"32f63ccb-3e7f-4af2-856f-a46d860dfdd7","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":"9eba95ad-b884-43ba-aa47-53da52bc9b3b","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":"cf11f65f-e37a-4e08-9caf-44851f0127e3","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":"172d95a6-640e-44d4-8d33-e35af51e89e0","artifactVersion":"2","generatedFromUUID":"7021f7ea-d88a-4624-8fd5-ce3ec5ab0989"},{"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":"5566ddeb-45e8-44cf-98bd-a926b08963e0","artifactVersion":"2","generatedFromUUID":"9eba95ad-b884-43ba-aa47-53da52bc9b3b"},{"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":"7021f7ea-d88a-4624-8fd5-ce3ec5ab0989","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":"4ac9665a-d927-4bab-88f9-32d9207f842c","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":"MWUzNWNmZTM4NzAxOTQ3MzJhYjgzODYzZTViNTgwMGI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d17be9c3-061f-41c6-87d3-1298ee61a3ad","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"MWNjODgwMzQ3NmQ5OGIyODBjNTE4ZmU1YjIyM2RkMjM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b851c114-af30-47ac-bd2d-229975352a0b","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-06T06:37:31.282Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-06T06:37:31.282Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-06T06:37:31.285Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T06:37:31.285Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "be5f21d7-0962-4321-8993-7d7b8d3aac60",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667716650640,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:37:31.291Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T06:37:31.292Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be5f21d7-0962-4321-8993-7d7b8d3aac60",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667716601322,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:37:31.293Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:37:31.294Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T06:37:31.294Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be5f21d7-0962-4321-8993-7d7b8d3aac60",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667716597824,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:37:31.294Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:37:31.294Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T06:37:31.294Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be5f21d7-0962-4321-8993-7d7b8d3aac60",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667716597824,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:37:31.295Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:37:31.295Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T06:37:31.295Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be5f21d7-0962-4321-8993-7d7b8d3aac60",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667716601322,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:37:31.295Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:37:31.296Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T06:37:31.296Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be5f21d7-0962-4321-8993-7d7b8d3aac60",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667716605342,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:37:31.297Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:37:31.297Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T06:37:31.297Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be5f21d7-0962-4321-8993-7d7b8d3aac60",
  "consumerID": "cds",
  "timestamp": 1667716604938,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:37:31.297Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:37:31.298Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T06:37:31.298Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be5f21d7-0962-4321-8993-7d7b8d3aac60",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667716597824,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:37:31.298Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:37:31.298Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T06:37:31.299Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be5f21d7-0962-4321-8993-7d7b8d3aac60",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667716601322,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:37:31.299Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:37:31.299Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T06:37:31.299Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be5f21d7-0962-4321-8993-7d7b8d3aac60",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667716605342,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-11-06T06:37:31.300Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:37:31.300Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T06:37:31.300Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be5f21d7-0962-4321-8993-7d7b8d3aac60",
  "consumerID": "cds",
  "timestamp": 1667716604938,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:37:31.300Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:37:31.300Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T06:37:31.300Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be5f21d7-0962-4321-8993-7d7b8d3aac60",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667716597824,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:37:31.301Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:37:31.301Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T06:37:31.301Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be5f21d7-0962-4321-8993-7d7b8d3aac60",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667716601322,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:37:31.301Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:37:31.301Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T06:37:31.302Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be5f21d7-0962-4321-8993-7d7b8d3aac60",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667716605342,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-11-06T06:37:31.302Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:37:31.302Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T06:37:31.302Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be5f21d7-0962-4321-8993-7d7b8d3aac60",
  "consumerID": "cds",
  "timestamp": 1667716604938,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:37:31.302Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:37:31.302Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T06:37:31.303Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be5f21d7-0962-4321-8993-7d7b8d3aac60",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667716597824,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:37:31.303Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:37:31.303Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T06:37:31.303Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be5f21d7-0962-4321-8993-7d7b8d3aac60",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667716601322,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:37:31.303Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:37:31.304Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T06:37:31.304Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be5f21d7-0962-4321-8993-7d7b8d3aac60",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667716605342,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:37:31.304Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:37:31.304Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T06:37:31.304Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be5f21d7-0962-4321-8993-7d7b8d3aac60",
  "consumerID": "cds",
  "timestamp": 1667716604938,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:37:31.305Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:37:31.305Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T06:37:31.305Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be5f21d7-0962-4321-8993-7d7b8d3aac60",
  "consumerID": "aai-ml",
  "timestamp": 1667716609527,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:37:31.305Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:37:31.305Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T06:37:31.306Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be5f21d7-0962-4321-8993-7d7b8d3aac60",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667716597824,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:37:31.306Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:37:31.306Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T06:37:31.306Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be5f21d7-0962-4321-8993-7d7b8d3aac60",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667716601322,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:37:31.306Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:37:31.307Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T06:37:31.307Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be5f21d7-0962-4321-8993-7d7b8d3aac60",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667716605342,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-11-06T06:37:31.307Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:37:31.307Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T06:37:31.307Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be5f21d7-0962-4321-8993-7d7b8d3aac60",
  "consumerID": "cds",
  "timestamp": 1667716604938,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:37:31.308Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:37:31.308Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T06:37:31.308Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be5f21d7-0962-4321-8993-7d7b8d3aac60",
  "consumerID": "aai-ml",
  "timestamp": 1667716609527,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:37:31.308Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:37:31.308Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T06:37:31.309Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be5f21d7-0962-4321-8993-7d7b8d3aac60",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667716597824,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:37:31.309Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:37:31.309Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T06:37:31.309Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be5f21d7-0962-4321-8993-7d7b8d3aac60",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667716601322,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:37:31.310Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:37:31.310Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T06:37:31.310Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be5f21d7-0962-4321-8993-7d7b8d3aac60",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667716605342,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-11-06T06:37:31.310Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:37:31.310Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T06:37:31.311Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be5f21d7-0962-4321-8993-7d7b8d3aac60",
  "consumerID": "cds",
  "timestamp": 1667716604938,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:37:31.311Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:37:31.311Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T06:37:31.311Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be5f21d7-0962-4321-8993-7d7b8d3aac60",
  "consumerID": "aai-ml",
  "timestamp": 1667716609527,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:37:31.312Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:37:31.312Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T06:37:31.312Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be5f21d7-0962-4321-8993-7d7b8d3aac60",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667716597824,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:37:31.312Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:37:31.312Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T06:37:31.313Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be5f21d7-0962-4321-8993-7d7b8d3aac60",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667716601322,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:37:31.313Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:37:31.313Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T06:37:31.313Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be5f21d7-0962-4321-8993-7d7b8d3aac60",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667716605342,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-11-06T06:37:31.313Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:37:31.313Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T06:37:31.314Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be5f21d7-0962-4321-8993-7d7b8d3aac60",
  "consumerID": "cds",
  "timestamp": 1667716604938,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:37:31.314Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:37:31.314Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T06:37:31.314Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be5f21d7-0962-4321-8993-7d7b8d3aac60",
  "consumerID": "aai-ml",
  "timestamp": 1667716609527,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:37:31.314Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:37:31.315Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T06:37:31.315Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be5f21d7-0962-4321-8993-7d7b8d3aac60",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667716601322,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:37:31.315Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:37:31.315Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T06:37:31.315Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be5f21d7-0962-4321-8993-7d7b8d3aac60",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667716597824,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:37:31.316Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:37:31.316Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T06:37:31.316Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be5f21d7-0962-4321-8993-7d7b8d3aac60",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667716605342,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:37:31.316Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:37:31.316Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T06:37:31.317Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be5f21d7-0962-4321-8993-7d7b8d3aac60",
  "consumerID": "cds",
  "timestamp": 1667716604938,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:37:31.317Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:37:31.317Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T06:37:31.317Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be5f21d7-0962-4321-8993-7d7b8d3aac60",
  "consumerID": "aai-ml",
  "timestamp": 1667716609527,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:37:31.317Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:37:31.318Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T06:37:31.318Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be5f21d7-0962-4321-8993-7d7b8d3aac60",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667716601322,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:37:31.318Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:37:31.318Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T06:37:31.318Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be5f21d7-0962-4321-8993-7d7b8d3aac60",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667716597824,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-06T06:37:31.319Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:37:31.319Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T06:37:31.319Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be5f21d7-0962-4321-8993-7d7b8d3aac60",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667716605342,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:37:31.319Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:37:31.319Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T06:37:31.319Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be5f21d7-0962-4321-8993-7d7b8d3aac60",
  "consumerID": "cds",
  "timestamp": 1667716604938,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:37:31.320Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:37:31.320Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T06:37:31.320Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be5f21d7-0962-4321-8993-7d7b8d3aac60",
  "consumerID": "aai-ml",
  "timestamp": 1667716609527,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:37:31.320Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:37:31.320Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T06:37:31.320Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be5f21d7-0962-4321-8993-7d7b8d3aac60",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667716615259,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-06T06:37:31.321Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T06:37:31.321Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T06:37:31.321Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be5f21d7-0962-4321-8993-7d7b8d3aac60",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667716605342,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-06T06:37:31.321Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:37:31.321Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T06:37:31.322Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be5f21d7-0962-4321-8993-7d7b8d3aac60",
  "consumerID": "cds",
  "timestamp": 1667716604938,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-06T06:37:31.322Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:37:31.322Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T06:37:31.322Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be5f21d7-0962-4321-8993-7d7b8d3aac60",
  "consumerID": "aai-ml",
  "timestamp": 1667716609527,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:37:31.322Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:37:31.323Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T06:37:31.323Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be5f21d7-0962-4321-8993-7d7b8d3aac60",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667716616120,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-06T06:37:31.323Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T06:37:31.323Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T06:37:31.323Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be5f21d7-0962-4321-8993-7d7b8d3aac60",
  "consumerID": "cds",
  "timestamp": 1667716615709,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-06T06:37:31.324Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T06:37:31.324Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T06:37:31.324Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be5f21d7-0962-4321-8993-7d7b8d3aac60",
  "consumerID": "aai-ml",
  "timestamp": 1667716609527,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:37:31.324Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:37:31.324Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T06:37:31.325Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be5f21d7-0962-4321-8993-7d7b8d3aac60",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667716617198,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-06T06:37:31.325Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T06:37:31.325Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T06:37:31.325Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be5f21d7-0962-4321-8993-7d7b8d3aac60",
  "consumerID": "aai-ml",
  "timestamp": 1667716609527,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:37:31.326Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:37:31.326Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T06:37:31.326Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be5f21d7-0962-4321-8993-7d7b8d3aac60",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667716617768,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-06T06:37:31.326Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T06:37:31.326Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T06:37:31.327Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be5f21d7-0962-4321-8993-7d7b8d3aac60",
  "consumerID": "aai-ml",
  "timestamp": 1667716609527,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-06T06:37:31.327Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:37:31.327Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T06:37:31.327Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be5f21d7-0962-4321-8993-7d7b8d3aac60",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667716618275,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-11-06T06:37:31.327Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T06:37:31.328Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T06:37:31.328Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be5f21d7-0962-4321-8993-7d7b8d3aac60",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667716618774,
  "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-06T06:37:31.351Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of be5f21d7-0962-4321-8993-7d7b8d3aac60
2022-11-06T06:37:31.351Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId be5f21d7-0962-4321-8993-7d7b8d3aac60 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-06T06:37:31.360Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T06:37:31.360Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be5f21d7-0962-4321-8993-7d7b8d3aac60",
  "consumerID": "cds",
  "timestamp": 1667716618205,
  "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-06T06:37:31.365Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of be5f21d7-0962-4321-8993-7d7b8d3aac60
2022-11-06T06:37:31.365Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId be5f21d7-0962-4321-8993-7d7b8d3aac60 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-06T06:37:31.373Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T06:37:31.373Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be5f21d7-0962-4321-8993-7d7b8d3aac60",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667716619354,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-11-06T06:37:31.374Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T06:37:31.374Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T06:37:31.374Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be5f21d7-0962-4321-8993-7d7b8d3aac60",
  "consumerID": "aai-ml",
  "timestamp": 1667716620322,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-06T06:37:31.375Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T06:37:31.375Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T06:37:31.375Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be5f21d7-0962-4321-8993-7d7b8d3aac60",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667716620418,
  "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-06T06:37:31.379Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of be5f21d7-0962-4321-8993-7d7b8d3aac60
2022-11-06T06:37:31.380Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId be5f21d7-0962-4321-8993-7d7b8d3aac60 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-06T06:37:31.385Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-06T06:37:31.386Z||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-06T06:37:31.386Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tNTQBMD8Rsm19kIi) ...
2022-11-06T06:37:31.387Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T06:37:31.388Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d",
  "consumerID": "cds",
  "timestamp": 1667716619938,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:37:31.388Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:37:31.388Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T06:37:31.388Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be5f21d7-0962-4321-8993-7d7b8d3aac60",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667716621421,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-06T06:37:31.388Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T06:37:31.389Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T06:37:31.389Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667716621322,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:37:31.389Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:37:31.389Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T06:37:31.389Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d",
  "consumerID": "cds",
  "timestamp": 1667716619938,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:37:31.390Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:37:31.390Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T06:37:31.390Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667716621322,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:37:31.390Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:37:31.390Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T06:37:31.391Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d",
  "consumerID": "cds",
  "timestamp": 1667716619938,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:37:31.391Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:37:31.391Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T06:37:31.391Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667716621322,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:37:31.391Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:37:31.392Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T06:37:31.392Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d",
  "consumerID": "cds",
  "timestamp": 1667716619938,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:37:31.392Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:37:31.392Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T06:37:31.392Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667716621322,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:37:31.393Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:37:31.393Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T06:37:31.393Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d",
  "consumerID": "cds",
  "timestamp": 1667716619938,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:37:31.393Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:37:31.393Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T06:37:31.393Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667716621322,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:37:31.394Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:37:31.394Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T06:37:31.394Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667716625342,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:37:31.394Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:37:31.394Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T06:37:31.395Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d",
  "consumerID": "cds",
  "timestamp": 1667716619938,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:37:31.395Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:37:31.395Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T06:37:31.395Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be5f21d7-0962-4321-8993-7d7b8d3aac60",
  "consumerID": "aai-ml",
  "timestamp": 1667716627756,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-06T06:37:31.395Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T06:37:31.396Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T06:37:31.396Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667716621322,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:37:31.396Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:37:31.396Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T06:37:31.396Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667716625342,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-11-06T06:37:31.397Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:37:31.397Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T06:37:31.397Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d",
  "consumerID": "cds",
  "timestamp": 1667716619938,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:37:31.397Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:37:31.398Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T06:37:31.398Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be5f21d7-0962-4321-8993-7d7b8d3aac60",
  "consumerID": "aai-ml",
  "timestamp": 1667716628759,
  "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-06T06:37:31.403Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of be5f21d7-0962-4321-8993-7d7b8d3aac60
2022-11-06T06:37:31.403Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId be5f21d7-0962-4321-8993-7d7b8d3aac60 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=?
2022-11-06T06:37:31.405Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:37:31.406Z||pool-89-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-06T06:37:31.412Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T06:37:31.412Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667716621322,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:37:31.413Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:37:31.413Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T06:37:31.413Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667716625342,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-11-06T06:37:31.414Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:37:31.414Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T06:37:31.414Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667716627824,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:37:31.415Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:37:31.415Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T06:37:31.415Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d",
  "consumerID": "cds",
  "timestamp": 1667716619938,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-06T06:37:31.415Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:37:31.416Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T06:37:31.416Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667716621322,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:37:31.416Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:37:31.417Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T06:37:31.417Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667716625342,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:37:31.417Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:37:31.417Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T06:37:31.418Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667716627824,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:37:31.418Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:37:31.418Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T06:37:31.419Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d",
  "consumerID": "cds",
  "timestamp": 1667716628718,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-06T06:37:31.419Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T06:37:31.419Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T06:37:31.419Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667716625342,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-11-06T06:37:31.420Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:37:31.420Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T06:37:31.420Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667716627824,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:37:31.420Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:37:31.420Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T06:37:31.421Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d",
  "consumerID": "cds",
  "timestamp": 1667716630025,
  "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-06T06:37:31.432Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d
2022-11-06T06:37:31.432Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d 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-06T06:37:31.440Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T06:37:31.440Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667716625342,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:37:31.441Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:37:31.441Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T06:37:31.441Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667716627824,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:37:31.441Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:37:31.441Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T06:37:31.441Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667716625342,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:37:31.442Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:37:31.442Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T06:37:31.442Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667716627824,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:37:31.442Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:37:31.442Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T06:37:31.443Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667716625342,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-06T06:37:31.443Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:37:31.443Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T06:37:31.443Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667716627824,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:37:31.444Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:37:31.444Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T06:37:31.444Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667716627824,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:37:31.444Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:37:31.444Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T06:37:31.445Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667716634109,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-06T06:37:31.445Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T06:37:31.445Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T06:37:31.445Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667716627824,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-06T06:37:31.445Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:37:31.446Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T06:37:31.446Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667716635168,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-06T06:37:31.446Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T06:37:31.446Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T06:37:31.446Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667716636565,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-06T06:37:31.447Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T06:37:31.447Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T06:37:31.447Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667716636235,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-11-06T06:37:31.447Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T06:37:31.448Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T06:37:31.448Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667716637256,
  "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-06T06:37:31.453Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d
2022-11-06T06:37:31.453Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d 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-06T06:37:31.461Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T06:37:31.461Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667716638258,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-06T06:37:31.461Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T06:37:31.461Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T06:37:31.462Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667716639053,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-06T06:37:31.462Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T06:37:31.462Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T06:37:31.462Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d",
  "consumerID": "aai-ml",
  "timestamp": 1667716639528,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:37:31.462Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:37:31.463Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T06:37:31.463Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667716640057,
  "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-06T06:37:31.467Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d
2022-11-06T06:37:31.467Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d 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-06T06:37:31.480Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T06:37:31.481Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d",
  "consumerID": "aai-ml",
  "timestamp": 1667716639528,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:37:31.481Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:37:31.481Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T06:37:31.481Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d",
  "consumerID": "aai-ml",
  "timestamp": 1667716639528,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:37:31.482Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:37:31.482Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T06:37:31.482Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d",
  "consumerID": "aai-ml",
  "timestamp": 1667716639528,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:37:31.482Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:37:31.482Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T06:37:31.483Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d",
  "consumerID": "aai-ml",
  "timestamp": 1667716639528,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:37:31.483Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:37:31.483Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T06:37:31.483Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d",
  "consumerID": "aai-ml",
  "timestamp": 1667716639528,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:37:31.483Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:37:31.484Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T06:37:31.484Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d",
  "consumerID": "aai-ml",
  "timestamp": 1667716639528,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:37:31.484Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:37:31.484Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T06:37:31.485Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d",
  "consumerID": "aai-ml",
  "timestamp": 1667716639528,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-06T06:37:31.485Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:37:31.485Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T06:37:31.485Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d",
  "consumerID": "aai-ml",
  "timestamp": 1667716648308,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-06T06:37:31.485Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T06:37:32.286Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-06T06:37:32.287Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-06T06:37:32.289Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T06:37:32.289Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "be5f21d7-0962-4321-8993-7d7b8d3aac60",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667716650640,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-11-06T06:37:32.389Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T06:37:32.389Z||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-06T06:37:32.390Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tNTQBMD8Rsm19kIi) ...
2022-11-06T06:37:32.402Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:37:32.402Z||pool-90-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-06T06:37:33.290Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-06T06:37:33.290Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-06T06:37:33.297Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T06:37:33.297Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "be5f21d7-0962-4321-8993-7d7b8d3aac60",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667716650640,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-11-06T06:37:33.397Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T06:37:33.398Z||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-06T06:37:33.398Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tNTQBMD8Rsm19kIi) ...
2022-11-06T06:37:33.413Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:37:33.414Z||pool-91-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-06T06:37:34.298Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-06T06:37:34.298Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-06T06:37:34.301Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T06:37:34.301Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "be5f21d7-0962-4321-8993-7d7b8d3aac60",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667716650640,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:37:34.401Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T06:37:34.402Z||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-06T06:37:34.402Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tNTQBMD8Rsm19kIi) ...
2022-11-06T06:37:34.420Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:37:34.420Z||pool-92-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-11-06T06:37:35.301Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-06T06:37:35.302Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-06T06:37:35.304Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T06:37:35.305Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "be5f21d7-0962-4321-8993-7d7b8d3aac60",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667716650640,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-11-06T06:37:35.404Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-06T06:37:35.405Z||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-06T06:37:35.406Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tNTQBMD8Rsm19kIi) ...
2022-11-06T06:37:35.421Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:37:35.422Z||pool-93-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-06T06:37:36.305Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-06T06:37:36.306Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-06T06:37:36.308Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T06:37:36.308Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "be5f21d7-0962-4321-8993-7d7b8d3aac60",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667716650640,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-11-06T06:37:36.408Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T06:37:36.408Z||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-06T06:37:36.409Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tNTQBMD8Rsm19kIi) ...
2022-11-06T06:37:36.421Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:37:36.421Z||pool-94-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-06T06:37:37.308Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-06T06:37:37.309Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-06T06:37:37.311Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T06:37:37.311Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "be5f21d7-0962-4321-8993-7d7b8d3aac60",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667716650640,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-11-06T06:37:37.411Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T06:37:37.460Z||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-06T06:37:37.460Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tNTQBMD8Rsm19kIi) ...
2022-11-06T06:37:37.472Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:37:37.473Z||pool-95-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1}
2022-11-06T06:37:38.311Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-06T06:37:38.312Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-06T06:37:38.315Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T06:37:38.315Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "be5f21d7-0962-4321-8993-7d7b8d3aac60",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667716650640,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:37:38.415Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T06:37:38.416Z||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-06T06:37:38.416Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tNTQBMD8Rsm19kIi) ...
2022-11-06T06:37:38.427Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:37:38.428Z||pool-96-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-06T06:37:39.315Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-06T06:37:39.316Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-06T06:37:39.318Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T06:37:39.318Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "be5f21d7-0962-4321-8993-7d7b8d3aac60",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667716650640,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:37:39.418Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T06:37:39.419Z||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-06T06:37:39.419Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tNTQBMD8Rsm19kIi) ...
2022-11-06T06:37:39.430Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:37:39.431Z||pool-97-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-06T06:37:40.318Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-06T06:37:40.319Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-06T06:37:40.321Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T06:37:40.321Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "be5f21d7-0962-4321-8993-7d7b8d3aac60",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667716650640,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-06T06:37:40.422Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-06T06:37:40.424Z||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-06T06:37:40.425Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tNTQBMD8Rsm19kIi) ...
2022-11-06T06:37:40.435Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:37:40.435Z||pool-98-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-06T06:37:41.322Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "be5f21d7-0962-4321-8993-7d7b8d3aac60",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "0ba18f30-a743-42a1-8dd7-4bb5ebbf544a",
  "serviceDescription": "service",
  "serviceInvariantUUID": "aee024e2-2dd5-4e27-8591-612a96cda412",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "e019ace7-352a-4c2f-996d-9def42a7096d",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "dcb99074-58af-4a38-80ed-edd2732fbd37",
      "resourceInvariantUUID": "a909221f-ff98-47c3-83bc-fb3c9ba25669",
      "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": "ZDBlODIyNmM1N2VhY2EyNThlOWQ3ODdlMzY5YjQ0YzQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "32f63ccb-3e7f-4af2-856f-a46d860dfdd7",
          "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": "9eba95ad-b884-43ba-aa47-53da52bc9b3b",
          "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": "5566ddeb-45e8-44cf-98bd-a926b08963e0",
            "generatedFromUUID": "9eba95ad-b884-43ba-aa47-53da52bc9b3b"
          },
          "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": "172d95a6-640e-44d4-8d33-e35af51e89e0",
          "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": "5566ddeb-45e8-44cf-98bd-a926b08963e0",
          "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": "7021f7ea-d88a-4624-8fd5-ce3ec5ab0989",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "MWNjODgwMzQ3NmQ5OGIyODBjNTE4ZmU1YjIyM2RkMjM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "b851c114-af30-47ac-bd2d-229975352a0b"
    }
  ],
  "workloadContext": "Production"
}
2022-11-06T06:37:41.322Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-06T06:37:41.322Z|e3919342-dc9c-43e2-993d-eeb2f15e3427|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 0ba18f30-a743-42a1-8dd7-4bb5ebbf544a ASDC
2022-11-06T06:37:41.324Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:be5f21d7-0962-4321-8993-7d7b8d3aac60
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:0ba18f30-a743-42a1-8dd7-4bb5ebbf544a
ServiceInvariantUUID:aee024e2-2dd5-4e27-8591-612a96cda412
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:b851c114-af30-47ac-bd2d-229975352a0b
ArtifactChecksum:MWNjODgwMzQ3NmQ5OGIyODBjNTE4ZmU1YjIyM2RkMjM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:e019ace7-352a-4c2f-996d-9def42a7096d
ResourceInvariantUUID:a909221f-ff98-47c3-83bc-fb3c9ba25669
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:dcb99074-58af-4a38-80ed-edd2732fbd37
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:32f63ccb-3e7f-4af2-856f-a46d860dfdd7
ArtifactChecksum:ZDBlODIyNmM1N2VhY2EyNThlOWQ3ODdlMzY5YjQ0YzQ=
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:9eba95ad-b884-43ba-aa47-53da52bc9b3b
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:5566ddeb-45e8-44cf-98bd-a926b08963e0
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:172d95a6-640e-44d4-8d33-e35af51e89e0
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:5566ddeb-45e8-44cf-98bd-a926b08963e0
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:7021f7ea-d88a-4624-8fd5-ce3ec5ab0989
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-11-06T06:37:41.324Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0ba18f30-a743-42a1-8dd7-4bb5ebbf544a 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-06T06:37:41.384Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-06T06:37:41.385Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-11-06T06:37:41.385Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-11-06T06:37:41.386Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: b851c114-af30-47ac-bd2d-229975352a0b from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-11-06T06:37:41.386Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-11-06T06:37:41.386Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-11-06T06:37:41.466Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-11-06T06:37:41.478Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar b851c114-af30-47ac-bd2d-229975352a0b 162973
2022-11-06T06:37:41.478Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||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-06T06:37:41.478Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||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-06T06:37:41.478Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-06T06:37:41.478Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-06T06:37:41.480Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T06:37:41.480Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "be5f21d7-0962-4321-8993-7d7b8d3aac60",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667716661478,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-06T06:37:41.580Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T06:37:41.581Z||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-06T06:37:41.581Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tNTQBMD8Rsm19kIi) ...
2022-11-06T06:37:41.594Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:37:41.594Z||pool-99-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-11-06T06:37:42.482Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-06T06:37:42.483Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-11-06T06:37:42.483Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: b851c114-af30-47ac-bd2d-229975352a0b, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-11-06T06:37:42.484Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2022-11-06T06:37:42.485Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-11-06T06:37:42.485Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-11-06T06:37:42.668Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4509618899298774969/Definitions/service-BasicCnfMacro-template.yml
Log warning: The required parameter "compute_dummy_base_name" is not provided
2022-11-06T06:37:43.961Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-06T06:37:43.962Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-11-06T06:37:43.962Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-11-06T06:37:43.962Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-11-06T06:37:43.962Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-11-06T06:37:43.962Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||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-06T06:37:43.962Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||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-06T06:37:43.963Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||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-06T06:37:43.963Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-11-06T06:37:43.963Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T06:37:43.963Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T06:37:43.964Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-11-06T06:37:43.964Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-11-06T06:37:43.964Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-06T06:37:43.964Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T06:37:43.965Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T06:37:43.965Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-11-06T06:37:43.965Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-11-06T06:37:43.965Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-06T06:37:43.965Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T06:37:43.966Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T06:37:43.966Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T06:37:43.966Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-11-06T06:37:43.966Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2022-11-06T06:37:43.967Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||DEBUG|500||Node template dummy_base is not matching search criteria
2022-11-06T06:37:43.967Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-06T06:37:43.967Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T06:37:43.967Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-06T06:37:43.967Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T06:37:43.968Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-11-06T06:37:43.968Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-06T06:37:43.968Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T06:37:43.968Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-11-06T06:37:43.968Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-06T06:37:43.969Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T06:37:43.969Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-11-06T06:37:43.969Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-06T06:37:43.969Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T06:37:43.970Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-11-06T06:37:43.970Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-06T06:37:43.970Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T06:37:43.970Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-11-06T06:37:43.970Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2022-11-06T06:37:43.971Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=2a53390d-2a03-4825-9677-1fd1586873f6
2022-11-06T06:37:43.971Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T06:37:43.971Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T06:37:43.971Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T06:37:43.971Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T06:37:43.972Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T06:37:43.972Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T06:37:43.972Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T06:37:43.972Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T06:37:43.972Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:0ba18f30-a743-42a1-8dd7-4bb5ebbf544a
Model Version:NULL
Model InvariantUuid:aee024e2-2dd5-4e27-8591-612a96cda412
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:015f450f-a8a2-417a-b4d9-eac6956fd3f4
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:a909221f-ff98-47c3-83bc-fb3c9ba25669
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:e019ace7-352a-4c2f-996d-9def42a7096d
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:d43e159b-ba7d-4255-8a4a-a35039e74a5f
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:d68bee57-7036-4954-9ea4-2aa379896a35
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:342c37ad-5759-4a6c-9908-0c1cb6110749
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:2c2e9f74-c8b8-459d-a615-207cf16adeaa
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:2a53390d-2a03-4825-9677-1fd1586873f6
ModelInvariantUuid:dfd38ca0-4dea-4aba-8dc1-4bf6778bc3bf
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:e5c264e6-e225-4065-ab33-4dc4d77cba9e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:b8c52e95-95c2-4b6c-94b8-304b5a5d3108
ModelInvariantUuid:7591f34b-efc5-4155-a5a9-cad691fa0bb9
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:e951be68-259b-482c-bd5a-53e71f38cfb8
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-06T06:37:43.980Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: dcb99074-58af-4a38-80ed-edd2732fbd37
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-06T06:37:43.984Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||INFO|500||basic_cnf_macro 0
2022-11-06T06:37:43.984Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: dcb99074-58af-4a38-80ed-edd2732fbd37
2022-11-06T06:37:43.984Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 32f63ccb-3e7f-4af2-856f-a46d860dfdd7 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-11-06T06:37:43.984Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-11-06T06:37:43.985Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||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-06T06:37:44.049Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-11-06T06:37:44.049Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 32f63ccb-3e7f-4af2-856f-a46d860dfdd7 1565
2022-11-06T06:37:44.050Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||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-06T06:37:44.050Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||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-06T06:37:44.050Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-06T06:37:44.050Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-06T06:37:44.053Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T06:37:44.053Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "be5f21d7-0962-4321-8993-7d7b8d3aac60",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667716664050,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-06T06:37:44.153Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-06T06:37:44.154Z||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-06T06:37:44.154Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tNTQBMD8Rsm19kIi) ...
2022-11-06T06:37:44.164Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:37:44.164Z||pool-100-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-11-06T06:37:45.054Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "342c37ad-5759-4a6c-9908-0c1cb6110749",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "2c2e9f74-c8b8-459d-a615-207cf16adeaa",
    "vfModuleModelCustomizationUUID": "c184e601-b5e5-4eef-acd2-0628e09b80bd",
    "isBase": true,
    "artifacts": [
      "9eba95ad-b884-43ba-aa47-53da52bc9b3b",
      "5566ddeb-45e8-44cf-98bd-a926b08963e0"
    ],
    "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": "d43e159b-ba7d-4255-8a4a-a35039e74a5f",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "d68bee57-7036-4954-9ea4-2aa379896a35",
    "vfModuleModelCustomizationUUID": "cd650c59-fa3f-4afa-b277-814e1aacaa04",
    "isBase": false,
    "artifacts": [
      "7021f7ea-d88a-4624-8fd5-ce3ec5ab0989"
    ],
    "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-06T06:37:45.058Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2c2e9f74-c8b8-459d-a615-207cf16adeaa
VfModuleModelInvariantUUID:342c37ad-5759-4a6c-9908-0c1cb6110749
VfModuleModelDescription:NULL
Artifacts UUID List:{
9eba95ad-b884-43ba-aa47-53da52bc9b3b
,
5566ddeb-45e8-44cf-98bd-a926b08963e0

}
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:d68bee57-7036-4954-9ea4-2aa379896a35
VfModuleModelInvariantUUID:d43e159b-ba7d-4255-8a4a-a35039e74a5f
VfModuleModelDescription:NULL
Artifacts UUID List:{
7021f7ea-d88a-4624-8fd5-ce3ec5ab0989

}
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-06T06:37:45.060Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "342c37ad-5759-4a6c-9908-0c1cb6110749",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "2c2e9f74-c8b8-459d-a615-207cf16adeaa",
    "vfModuleModelCustomizationUUID": "c184e601-b5e5-4eef-acd2-0628e09b80bd",
    "isBase": true,
    "artifacts": [
      "9eba95ad-b884-43ba-aa47-53da52bc9b3b",
      "5566ddeb-45e8-44cf-98bd-a926b08963e0"
    ],
    "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": "d43e159b-ba7d-4255-8a4a-a35039e74a5f",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "d68bee57-7036-4954-9ea4-2aa379896a35",
    "vfModuleModelCustomizationUUID": "cd650c59-fa3f-4afa-b277-814e1aacaa04",
    "isBase": false,
    "artifacts": [
      "7021f7ea-d88a-4624-8fd5-ce3ec5ab0989"
    ],
    "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-06T06:37:45.060Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2c2e9f74-c8b8-459d-a615-207cf16adeaa
VfModuleModelInvariantUUID:342c37ad-5759-4a6c-9908-0c1cb6110749
VfModuleModelDescription:NULL
Artifacts UUID List:{
9eba95ad-b884-43ba-aa47-53da52bc9b3b
,
5566ddeb-45e8-44cf-98bd-a926b08963e0

}
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:d68bee57-7036-4954-9ea4-2aa379896a35
VfModuleModelInvariantUUID:d43e159b-ba7d-4255-8a4a-a35039e74a5f
VfModuleModelDescription:NULL
Artifacts UUID List:{
7021f7ea-d88a-4624-8fd5-ce3ec5ab0989

}
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-06T06:37:45.060Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 9eba95ad-b884-43ba-aa47-53da52bc9b3b from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-11-06T06:37:45.061Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-11-06T06:37:45.061Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||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-06T06:37:45.114Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-11-06T06:37:45.114Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 9eba95ad-b884-43ba-aa47-53da52bc9b3b 914
2022-11-06T06:37:45.115Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||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-06T06:37:45.115Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||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-06T06:37:45.115Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-06T06:37:45.115Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-06T06:37:45.117Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T06:37:45.117Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "be5f21d7-0962-4321-8993-7d7b8d3aac60",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667716665115,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-06T06:37:45.218Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T06:37:45.219Z||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-06T06:37:45.219Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tNTQBMD8Rsm19kIi) ...
2022-11-06T06:37:45.234Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:37:45.235Z||pool-101-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-11-06T06:37:46.118Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 172d95a6-640e-44d4-8d33-e35af51e89e0 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-11-06T06:37:46.118Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-11-06T06:37:46.118Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||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-06T06:37:46.169Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-11-06T06:37:46.169Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 172d95a6-640e-44d4-8d33-e35af51e89e0 12
2022-11-06T06:37:46.169Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||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-06T06:37:46.169Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||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-06T06:37:46.169Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-06T06:37:46.170Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-06T06:37:46.171Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T06:37:46.171Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "be5f21d7-0962-4321-8993-7d7b8d3aac60",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667716666169,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-11-06T06:37:46.271Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T06:37:46.272Z||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-06T06:37:46.272Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tNTQBMD8Rsm19kIi) ...
2022-11-06T06:37:46.285Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:37:46.286Z||pool-102-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-06T06:37:47.172Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 5566ddeb-45e8-44cf-98bd-a926b08963e0 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-11-06T06:37:47.172Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-11-06T06:37:47.172Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||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-06T06:37:47.222Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-11-06T06:37:47.223Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 5566ddeb-45e8-44cf-98bd-a926b08963e0 96
2022-11-06T06:37:47.223Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||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-06T06:37:47.223Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||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-06T06:37:47.224Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-06T06:37:47.224Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-06T06:37:47.228Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T06:37:47.228Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "be5f21d7-0962-4321-8993-7d7b8d3aac60",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667716667223,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-11-06T06:37:47.328Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-06T06:37:47.329Z||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-06T06:37:47.329Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tNTQBMD8Rsm19kIi) ...
2022-11-06T06:37:47.340Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:37:47.341Z||pool-103-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-11-06T06:37:48.229Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 7021f7ea-d88a-4624-8fd5-ce3ec5ab0989 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-11-06T06:37:48.230Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-11-06T06:37:48.231Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||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-06T06:37:48.281Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-11-06T06:37:48.282Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 7021f7ea-d88a-4624-8fd5-ce3ec5ab0989 20206
2022-11-06T06:37:48.282Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||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-06T06:37:48.282Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||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-06T06:37:48.282Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-06T06:37:48.282Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-06T06:37:48.284Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T06:37:48.284Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "be5f21d7-0962-4321-8993-7d7b8d3aac60",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667716668282,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-11-06T06:37:48.384Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T06:37:48.385Z||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-06T06:37:48.386Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tNTQBMD8Rsm19kIi) ...
2022-11-06T06:37:48.398Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:37:48.398Z||pool-104-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-06T06:37:49.297Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 0ba18f30-a743-42a1-8dd7-4bb5ebbf544a
2022-11-06T06:37:49.298Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 dcb99074-58af-4a38-80ed-edd2732fbd37 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-06T06:37:49.314Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5e0ebc66, org.onap.sdc.toscaparser.api.parameters.Input@4a810d2f, org.onap.sdc.toscaparser.api.parameters.Input@273f1cfc, org.onap.sdc.toscaparser.api.parameters.Input@58ee1530, org.onap.sdc.toscaparser.api.parameters.Input@73286fc7]
2022-11-06T06:37:49.315Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T06:37:49.315Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T06:37:49.315Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2022-11-06T06:37:49.316Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= e019ace7-352a-4c2f-996d-9def42a7096d
2022-11-06T06:37:49.316Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: e019ace7-352a-4c2f-996d-9def42a7096d matches Tosca VF Customization UUID: e019ace7-352a-4c2f-996d-9def42a7096d
2022-11-06T06:37:49.316Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: e019ace7-352a-4c2f-996d-9def42a7096d  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-06T06:37:49.318Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T06:37:49.318Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T06:37:49.319Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id e019ace7-352a-4c2f-996d-9def42a7096d: {\"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-06T06:37:49.319Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@466a11ad
2022-11-06T06:37:49.319Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T06:37:49.319Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-06T06:37:49.319Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : cd650c59-fa3f-4afa-b277-814e1aacaa04
2022-11-06T06:37:49.319Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID cd650c59-fa3f-4afa-b277-814e1aacaa04
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-06T06:37:49.321Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T06:37:49.322Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-11-06T06:37:49.322Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-06T06:37:49.322Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T06:37:49.322Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-11-06T06:37:49.322Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-06T06:37:49.322Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T06:37:49.322Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-11-06T06:37:49.323Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=e019ace7-352a-4c2f-996d-9def42a7096d
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-06T06:37:49.324Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T06:37:49.324Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T06:37:49.325Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 0ba18f30-a743-42a1-8dd7-4bb5ebbf544a: basic_cnf_macro
2022-11-06T06:37:49.325Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T06:37:49.325Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T06:37:49.325Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T06:37:49.325Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T06:37:49.325Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T06:37:49.325Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T06:37:49.326Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T06:37:49.326Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T06:37:49.326Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T06:37:49.326Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T06:37:49.326Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||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-06T06:37:49.384Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro dcb99074-58af-4a38-80ed-edd2732fbd37 2 ASDC deployResourceStructure
2022-11-06T06:37:49.385Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||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-06T06:37:49.385Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||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-06T06:37:49.385Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-06T06:37:49.385Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-06T06:37:49.387Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T06:37:49.387Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "be5f21d7-0962-4321-8993-7d7b8d3aac60",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667716669385,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-06T06:37:49.488Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-06T06:37:49.489Z||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-06T06:37:49.489Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tNTQBMD8Rsm19kIi) ...
2022-11-06T06:37:49.503Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:37:49.504Z||pool-105-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-06T06:37:50.387Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||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-06T06:37:50.387Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||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-06T06:37:50.387Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-06T06:37:50.388Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-06T06:37:50.389Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T06:37:50.389Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "be5f21d7-0962-4321-8993-7d7b8d3aac60",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667716670387,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-11-06T06:37:50.489Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T06:37:50.490Z||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-06T06:37:50.490Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tNTQBMD8Rsm19kIi) ...
2022-11-06T06:37:50.502Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:37:50.502Z||pool-106-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-06T06:37:51.390Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||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-06T06:37:51.390Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||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-06T06:37:51.390Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-11-06T06:37:51.390Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-06T06:37:51.392Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T06:37:51.392Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "be5f21d7-0962-4321-8993-7d7b8d3aac60",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667716671390,
  "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-06T06:37:51.492Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T06:37:51.493Z||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-06T06:37:51.493Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tNTQBMD8Rsm19kIi) ...
2022-11-06T06:37:51.506Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:37:51.506Z||pool-107-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-06T06:37:52.393Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||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-06T06:37:52.393Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||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-06T06:37:52.393Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-06T06:37:52.394Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-06T06:37:52.396Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T06:37:52.396Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "be5f21d7-0962-4321-8993-7d7b8d3aac60",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667716672393,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-11-06T06:37:52.496Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T06:37:52.497Z||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-06T06:37:52.497Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tNTQBMD8Rsm19kIi) ...
2022-11-06T06:37:52.622Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:37:52.623Z||pool-108-thread-1|||||INFO|500||cambria reply ok (127 ms):{"serverTimeMs":0,"count":1}
2022-11-06T06:37:53.397Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||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-06T06:37:53.397Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||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-06T06:37:53.397Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-11-06T06:37:53.397Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-06T06:37:53.399Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T06:37:53.399Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "be5f21d7-0962-4321-8993-7d7b8d3aac60",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667716673397,
  "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-06T06:37:53.499Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T06:37:53.500Z||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-06T06:37:53.500Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tNTQBMD8Rsm19kIi) ...
2022-11-06T06:37:53.512Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:37:53.513Z||pool-109-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-11-06T06:37:54.400Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||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-06T06:37:54.400Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||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-06T06:37:54.400Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-06T06:37:54.400Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-06T06:37:54.403Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T06:37:54.403Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "be5f21d7-0962-4321-8993-7d7b8d3aac60",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667716674400,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-06T06:37:54.503Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T06:37:54.504Z||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-06T06:37:54.504Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tNTQBMD8Rsm19kIi) ...
2022-11-06T06:37:54.518Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:37:54.519Z||pool-110-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-11-06T06:37:55.404Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: be5f21d7-0962-4321-8993-7d7b8d3aac60
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06T06:37:55.414Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: be5f21d7-0962-4321-8993-7d7b8d3aac60
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-06T06:37:55.417Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-06T06:37:55.417Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-06T06:37:55.418Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-06T06:37:55.418Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-06T06:37:55.418Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-06T06:37:55.418Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-06T06:37:55.418Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-06T06:37:55.419Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-06T06:37:55.419Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-06T06:37:55.419Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-06T06:37:55.424Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-06T06:38:25.424Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: be5f21d7-0962-4321-8993-7d7b8d3aac60 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-06T06:38:25.444Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: be5f21d7-0962-4321-8993-7d7b8d3aac60 and serviceModelVersionId: 0ba18f30-a743-42a1-8dd7-4bb5ebbf544a
2022-11-06T06:38:25.444Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : aee024e2-2dd5-4e27-8591-612a96cda412
2022-11-06T06:38:25.446Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/aee024e2-2dd5-4e27-8591-612a96cda412/model-vers/model-ver/0ba18f30-a743-42a1-8dd7-4bb5ebbf544a?depth=0
2022-11-06T06:38:25.450Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-11-06T06:38:25.505Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aee024e2-2dd5-4e27-8591-612a96cda412/model-vers/model-ver/0ba18f30-a743-42a1-8dd7-4bb5ebbf544a?depth=0|INFO|500||Invoke
2022-11-06T06:38:25.506Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aee024e2-2dd5-4e27-8591-612a96cda412/model-vers/model-ver/0ba18f30-a743-42a1-8dd7-4bb5ebbf544a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aee024e2-2dd5-4e27-8591-612a96cda412/model-vers/model-ver/0ba18f30-a743-42a1-8dd7-4bb5ebbf544a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[be5f21d7-0962-4321-8993-7d7b8d3aac60], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b4cb65e3-aa0c-4930-8f6a-a63e2c11f65f], X-ECOMP-RequestID=[be5f21d7-0962-4321-8993-7d7b8d3aac60], X-TransactionId=[], X-ONAP-RequestID=[be5f21d7-0962-4321-8993-7d7b8d3aac60], Content-Type=[application/merge-patch+json]}
2022-11-06T06:38:25.526Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aee024e2-2dd5-4e27-8591-612a96cda412/model-vers/model-ver/0ba18f30-a743-42a1-8dd7-4bb5ebbf544a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-11-06T06:38:25.702Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aee024e2-2dd5-4e27-8591-612a96cda412/model-vers/model-ver/0ba18f30-a743-42a1-8dd7-4bb5ebbf544a?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/aee024e2-2dd5-4e27-8591-612a96cda412/model-vers/model-ver/0ba18f30-a743-42a1-8dd7-4bb5ebbf544a?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221106-06:38:26:506-35875], vertex-id=[270544], Content-Length=[0], Date=[Sun, 06 Nov 2022 06:38:26 GMT], Content-Type=[application/json]}
2022-11-06T06:38:25.702Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aee024e2-2dd5-4e27-8591-612a96cda412/model-vers/model-ver/0ba18f30-a743-42a1-8dd7-4bb5ebbf544a?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-11-06T06:38:25.703Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aee024e2-2dd5-4e27-8591-612a96cda412/model-vers/model-ver/0ba18f30-a743-42a1-8dd7-4bb5ebbf544a?depth=0|INFO|500||InvokeReturn
2022-11-06T06:38:25.704Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-06T06:38:25.704Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-06T06:38:25.709Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-11-06T06:38:25.710Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID be5f21d7-0962-4321-8993-7d7b8d3aac60 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-06T06:38:25.710Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-06T06:38:25.711Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-06T06:38:25.713Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T06:38:25.713Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "be5f21d7-0962-4321-8993-7d7b8d3aac60",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667716705710,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-06T06:38:25.813Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T06:38:25.814Z||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-06T06:38:25.814Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tNTQBMD8Rsm19kIi) ...
2022-11-06T06:38:25.842Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:38:25.843Z||pool-111-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-06T06:38:26.724Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T06:38:26.724Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"c0d1fce5-b1a0-4dc1-ba39-c1b185a8d27f","serviceDescription":"service","serviceInvariantUUID":"acdac17b-8837-4786-8a05-92bd8e7096bb","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ba2fb605-c1de-4c87-b4a3-a43957164c27","resourceInvariantUUID":"2ed2d28d-9fd4-478b-985f-7630f91e1efd","resourceCustomizationUUID":"fa2a2940-b4ff-4579-a182-e7292a807de9","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":"MTNjZGQwNzc5ZWI0ODI2MDFhNmNmZjM4MzAxMTc2Nzc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7691836d-9b6b-4ad7-a802-c962ea805bde","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":"ZmYyYTcyMGQwYjdmZDZlYTUzZWJiZWY2YTViZmNlYmY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ae34352a-d76c-4fe3-81b1-59da84e56cf2","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":"cf50b391-e2ff-40cb-aa6f-3f1a3fbeed72","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":"05b54110-cef1-40ec-b984-6f54b14fede2","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":"d5dff855-6755-44ee-810f-d947e3d8638e","artifactVersion":"2","generatedFromUUID":"cf50b391-e2ff-40cb-aa6f-3f1a3fbeed72"},{"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":"ZmY4ZDkyMTYwNmJmYThlNzlkNzA5MDc0MmU4NWEwYzE\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"273cdb91-b655-41be-a09b-d184facf9936","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":"ZWY5NDU3MzhhMjc1NjljYWE1YzcxODFjNTA5YzFhZWY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"666e89d9-7160-4c19-b2e4-1ba7b9189031","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"NjEzYzAwMTc5N2VlZWExMzNiZmIyYTNjZmYxZDA2YjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f6ab3179-c5cf-4564-aa5f-45c0963b57b1","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-06T06:38:26.724Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-06T06:38:26.724Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-06T06:38:26.726Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T06:38:26.726Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667716650640,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:38:26.826Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T06:38:26.827Z||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-06T06:38:26.827Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tNTQBMD8Rsm19kIi) ...
2022-11-06T06:38:26.837Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:38:26.838Z||pool-112-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-11-06T06:38:27.726Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-06T06:38:27.727Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-06T06:38:27.729Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T06:38:27.729Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667716650640,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-11-06T06:38:27.829Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T06:38:27.830Z||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-06T06:38:27.830Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tNTQBMD8Rsm19kIi) ...
2022-11-06T06:38:27.842Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:38:27.843Z||pool-113-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-11-06T06:38:28.729Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-06T06:38:28.730Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-06T06:38:28.732Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T06:38:28.732Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667716650640,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-11-06T06:38:28.832Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T06:38:28.833Z||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-06T06:38:28.833Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tNTQBMD8Rsm19kIi) ...
2022-11-06T06:38:28.845Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:38:28.845Z||pool-114-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-06T06:38:29.732Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-06T06:38:29.733Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-06T06:38:29.734Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T06:38:29.734Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667716650640,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:38:29.835Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-06T06:38:29.836Z||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-06T06:38:29.836Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tNTQBMD8Rsm19kIi) ...
2022-11-06T06:38:29.848Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:38:29.849Z||pool-115-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-06T06:38:30.643Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T06:38:30.643Z||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-06T06:38:30.644Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T06:38:30.735Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-06T06:38:30.735Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-06T06:38:30.737Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T06:38:30.737Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667716650640,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-11-06T06:38:30.770Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:38:30.771Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T06:38:30.771Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be5f21d7-0962-4321-8993-7d7b8d3aac60",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667716650640,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:38:30.771Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:38:30.837Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T06:38:30.838Z||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-06T06:38:30.838Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tNTQBMD8Rsm19kIi) ...
2022-11-06T06:38:30.857Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:38:30.857Z||pool-116-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-11-06T06:38:31.738Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-06T06:38:31.738Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-06T06:38:31.740Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T06:38:31.740Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667716650640,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:38:31.840Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-06T06:38:31.841Z||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-06T06:38:31.841Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tNTQBMD8Rsm19kIi) ...
2022-11-06T06:38:31.852Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:38:31.852Z||pool-117-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-06T06:38:32.741Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-06T06:38:32.741Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-06T06:38:32.743Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T06:38:32.743Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667716650640,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:38:32.843Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T06:38:32.844Z||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-06T06:38:32.844Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tNTQBMD8Rsm19kIi) ...
2022-11-06T06:38:32.857Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:38:32.858Z||pool-118-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-06T06:38:33.744Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-06T06:38:33.744Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-06T06:38:33.746Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T06:38:33.746Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667716650640,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-06T06:38:33.851Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2022-11-06T06:38:33.852Z||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-06T06:38:33.852Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tNTQBMD8Rsm19kIi) ...
2022-11-06T06:38:33.863Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:38:33.863Z||pool-119-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-06T06:38:34.747Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "c0d1fce5-b1a0-4dc1-ba39-c1b185a8d27f",
  "serviceDescription": "service",
  "serviceInvariantUUID": "acdac17b-8837-4786-8a05-92bd8e7096bb",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "fa2a2940-b4ff-4579-a182-e7292a807de9",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "ba2fb605-c1de-4c87-b4a3-a43957164c27",
      "resourceInvariantUUID": "2ed2d28d-9fd4-478b-985f-7630f91e1efd",
      "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": "ZmYyYTcyMGQwYjdmZDZlYTUzZWJiZWY2YTViZmNlYmY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "ae34352a-d76c-4fe3-81b1-59da84e56cf2",
          "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": "cf50b391-e2ff-40cb-aa6f-3f1a3fbeed72",
          "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": "d5dff855-6755-44ee-810f-d947e3d8638e",
            "generatedFromUUID": "cf50b391-e2ff-40cb-aa6f-3f1a3fbeed72"
          },
          "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": "d5dff855-6755-44ee-810f-d947e3d8638e",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "NjEzYzAwMTc5N2VlZWExMzNiZmIyYTNjZmYxZDA2YjI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "f6ab3179-c5cf-4564-aa5f-45c0963b57b1"
    }
  ],
  "workloadContext": "Production"
}
2022-11-06T06:38:34.748Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-06T06:38:34.749Z|be5f21d7-0962-4321-8993-7d7b8d3aac60|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 c0d1fce5-b1a0-4dc1-ba39-c1b185a8d27f ASDC
2022-11-06T06:38:34.749Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:c0d1fce5-b1a0-4dc1-ba39-c1b185a8d27f
ServiceInvariantUUID:acdac17b-8837-4786-8a05-92bd8e7096bb
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:f6ab3179-c5cf-4564-aa5f-45c0963b57b1
ArtifactChecksum:NjEzYzAwMTc5N2VlZWExMzNiZmIyYTNjZmYxZDA2YjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:fa2a2940-b4ff-4579-a182-e7292a807de9
ResourceInvariantUUID:2ed2d28d-9fd4-478b-985f-7630f91e1efd
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:ba2fb605-c1de-4c87-b4a3-a43957164c27
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:ae34352a-d76c-4fe3-81b1-59da84e56cf2
ArtifactChecksum:ZmYyYTcyMGQwYjdmZDZlYTUzZWJiZWY2YTViZmNlYmY=
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:cf50b391-e2ff-40cb-aa6f-3f1a3fbeed72
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:d5dff855-6755-44ee-810f-d947e3d8638e
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:d5dff855-6755-44ee-810f-d947e3d8638e
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-11-06T06:38:34.749Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c0d1fce5-b1a0-4dc1-ba39-c1b185a8d27f 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-06T06:38:34.786Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-06T06:38:34.787Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-11-06T06:38:34.787Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-11-06T06:38:34.788Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: f6ab3179-c5cf-4564-aa5f-45c0963b57b1 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-11-06T06:38:34.788Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-11-06T06:38:34.788Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-11-06T06:38:34.904Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-11-06T06:38:34.907Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar f6ab3179-c5cf-4564-aa5f-45c0963b57b1 82611
2022-11-06T06:38:34.908Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||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-06T06:38:34.908Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||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-06T06:38:34.908Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-06T06:38:34.908Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-06T06:38:34.910Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T06:38:34.910Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667716714908,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-06T06:38:35.010Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T06:38:35.011Z||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-06T06:38:35.011Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tNTQBMD8Rsm19kIi) ...
2022-11-06T06:38:35.025Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:38:35.025Z||pool-120-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-06T06:38:35.911Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-06T06:38:35.912Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-11-06T06:38:35.912Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: f6ab3179-c5cf-4564-aa5f-45c0963b57b1, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-11-06T06:38:35.912Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2022-11-06T06:38:35.912Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-11-06T06:38:35.912Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-11-06T06:38:36.041Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7877684833508008612/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-06T06:38:37.250Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-06T06:38:37.250Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-11-06T06:38:37.250Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-11-06T06:38:37.251Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-11-06T06:38:37.251Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||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-06T06:38:37.251Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-11-06T06:38:37.251Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||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-06T06:38:37.251Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-11-06T06:38:37.251Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-11-06T06:38:37.252Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-11-06T06:38:37.252Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||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-06T06:38:37.252Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-11-06T06:38:37.252Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T06:38:37.252Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T06:38:37.252Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-11-06T06:38:37.253Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-11-06T06:38:37.253Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-06T06:38:37.253Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T06:38:37.253Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T06:38:37.253Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-11-06T06:38:37.254Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-11-06T06:38:37.254Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-06T06:38:37.254Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T06:38:37.254Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T06:38:37.254Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T06:38:37.255Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-11-06T06:38:37.255Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-11-06T06:38:37.255Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-11-06T06:38:37.255Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-11-06T06:38:37.255Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-11-06T06:38:37.256Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-06T06:38:37.256Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T06:38:37.256Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-06T06:38:37.256Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T06:38:37.256Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-11-06T06:38:37.257Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-06T06:38:37.257Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T06:38:37.257Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-11-06T06:38:37.257Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-06T06:38:37.257Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T06:38:37.258Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-11-06T06:38:37.258Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-06T06:38:37.258Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T06:38:37.258Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-11-06T06:38:37.258Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-11-06T06:38:37.259Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-11-06T06:38:37.259Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=10b23603-290e-45f9-bf1d-a68ce81a2ef9
2022-11-06T06:38:37.259Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T06:38:37.259Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T06:38:37.259Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T06:38:37.260Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T06:38:37.260Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T06:38:37.260Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T06:38:37.260Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T06:38:37.260Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T06:38:37.261Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:c0d1fce5-b1a0-4dc1-ba39-c1b185a8d27f
Model Version:NULL
Model InvariantUuid:acdac17b-8837-4786-8a05-92bd8e7096bb
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:627fd435-3595-4f3b-b919-2654fa74f398
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:2ed2d28d-9fd4-478b-985f-7630f91e1efd
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:fa2a2940-b4ff-4579-a182-e7292a807de9
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:95719736-40e2-4945-8883-a5d0df4af7e2
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:8143fe34-3607-4e30-a029-1d069ee147a8
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:10b23603-290e-45f9-bf1d-a68ce81a2ef9
ModelInvariantUuid:fa4abadf-12aa-447d-84ce-d36f0274bb70
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:ebe3eb1c-1a30-43d1-91b5-153ec577f2a0
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:6472e084-17e0-4c45-8057-842b477bf63c
ModelInvariantUuid:186b7b39-6622-4057-8ece-f74642115d52
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:049fd6a8-f302-46b0-9fb4-7cc53a57334f
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-06T06:38:37.267Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: ba2fb605-c1de-4c87-b4a3-a43957164c27
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-06T06:38:37.269Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||INFO|500||basic_vm_macro 0
2022-11-06T06:38:37.269Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: ba2fb605-c1de-4c87-b4a3-a43957164c27
2022-11-06T06:38:37.269Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: ae34352a-d76c-4fe3-81b1-59da84e56cf2 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-11-06T06:38:37.269Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-11-06T06:38:37.270Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||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-06T06:38:37.331Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-11-06T06:38:37.331Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ae34352a-d76c-4fe3-81b1-59da84e56cf2 792
2022-11-06T06:38:37.332Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||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-06T06:38:37.332Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||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-06T06:38:37.332Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-06T06:38:37.332Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-06T06:38:37.334Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T06:38:37.334Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667716717332,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-06T06:38:37.434Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-06T06:38:37.435Z||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-06T06:38:37.435Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tNTQBMD8Rsm19kIi) ...
2022-11-06T06:38:37.451Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:38:37.452Z||pool-121-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-06T06:38:38.335Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "95719736-40e2-4945-8883-a5d0df4af7e2",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "8143fe34-3607-4e30-a029-1d069ee147a8",
    "vfModuleModelCustomizationUUID": "0974c6ad-3e83-40a9-a862-39d12c918b86",
    "isBase": true,
    "artifacts": [
      "cf50b391-e2ff-40cb-aa6f-3f1a3fbeed72",
      "d5dff855-6755-44ee-810f-d947e3d8638e"
    ],
    "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-06T06:38:38.338Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8143fe34-3607-4e30-a029-1d069ee147a8
VfModuleModelInvariantUUID:95719736-40e2-4945-8883-a5d0df4af7e2
VfModuleModelDescription:NULL
Artifacts UUID List:{
cf50b391-e2ff-40cb-aa6f-3f1a3fbeed72
,
d5dff855-6755-44ee-810f-d947e3d8638e

}
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-06T06:38:38.339Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "95719736-40e2-4945-8883-a5d0df4af7e2",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "8143fe34-3607-4e30-a029-1d069ee147a8",
    "vfModuleModelCustomizationUUID": "0974c6ad-3e83-40a9-a862-39d12c918b86",
    "isBase": true,
    "artifacts": [
      "cf50b391-e2ff-40cb-aa6f-3f1a3fbeed72",
      "d5dff855-6755-44ee-810f-d947e3d8638e"
    ],
    "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-06T06:38:38.340Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8143fe34-3607-4e30-a029-1d069ee147a8
VfModuleModelInvariantUUID:95719736-40e2-4945-8883-a5d0df4af7e2
VfModuleModelDescription:NULL
Artifacts UUID List:{
cf50b391-e2ff-40cb-aa6f-3f1a3fbeed72
,
d5dff855-6755-44ee-810f-d947e3d8638e

}
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-06T06:38:38.340Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: cf50b391-e2ff-40cb-aa6f-3f1a3fbeed72 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-11-06T06:38:38.340Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-11-06T06:38:38.340Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||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-06T06:38:38.388Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-11-06T06:38:38.389Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml cf50b391-e2ff-40cb-aa6f-3f1a3fbeed72 5033
2022-11-06T06:38:38.389Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||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-06T06:38:38.389Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||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-06T06:38:38.389Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-06T06:38:38.390Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-06T06:38:38.391Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T06:38:38.392Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667716718389,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-06T06:38:38.492Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T06:38:38.492Z||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-06T06:38:38.493Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tNTQBMD8Rsm19kIi) ...
2022-11-06T06:38:38.506Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:38:38.506Z||pool-122-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-06T06:38:39.392Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: d5dff855-6755-44ee-810f-d947e3d8638e from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-11-06T06:38:39.393Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-11-06T06:38:39.393Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||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-06T06:38:39.440Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-11-06T06:38:39.440Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env d5dff855-6755-44ee-810f-d947e3d8638e 903
2022-11-06T06:38:39.441Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||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-06T06:38:39.441Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||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-06T06:38:39.441Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-06T06:38:39.441Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-06T06:38:39.443Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T06:38:39.444Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667716719441,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-11-06T06:38:39.543Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-06T06:38:39.544Z||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-06T06:38:39.544Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tNTQBMD8Rsm19kIi) ...
2022-11-06T06:38:39.557Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:38:39.557Z||pool-123-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-11-06T06:38:40.444Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: c0d1fce5-b1a0-4dc1-ba39-c1b185a8d27f
2022-11-06T06:38:40.444Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 ba2fb605-c1de-4c87-b4a3-a43957164c27 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-06T06:38:40.456Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@19a5e3a, org.onap.sdc.toscaparser.api.parameters.Input@40800aba, org.onap.sdc.toscaparser.api.parameters.Input@6db54298, org.onap.sdc.toscaparser.api.parameters.Input@2200d7a4, org.onap.sdc.toscaparser.api.parameters.Input@71383650]
2022-11-06T06:38:40.457Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T06:38:40.458Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T06:38:40.458Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2022-11-06T06:38:40.458Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= fa2a2940-b4ff-4579-a182-e7292a807de9
2022-11-06T06:38:40.458Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: fa2a2940-b4ff-4579-a182-e7292a807de9 matches Tosca VF Customization UUID: fa2a2940-b4ff-4579-a182-e7292a807de9
2022-11-06T06:38:40.459Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: fa2a2940-b4ff-4579-a182-e7292a807de9  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-06T06:38:40.461Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T06:38:40.462Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T06:38:40.463Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id fa2a2940-b4ff-4579-a182-e7292a807de9: {\"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-06T06:38:40.463Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@525246b2
2022-11-06T06:38:40.463Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T06:38:40.463Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-06T06:38:40.464Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 0974c6ad-3e83-40a9-a862-39d12c918b86
2022-11-06T06:38:40.464Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 0974c6ad-3e83-40a9-a862-39d12c918b86
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-06T06:38:40.466Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T06:38:40.466Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-11-06T06:38:40.467Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-06T06:38:40.467Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T06:38:40.467Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-11-06T06:38:40.468Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-06T06:38:40.468Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T06:38:40.468Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-11-06T06:38:40.469Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-11-06T06:38:40.469Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-11-06T06:38:40.469Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=10b23603-290e-45f9-bf1d-a68ce81a2ef9
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-06T06:38:40.472Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T06:38:40.472Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-11-06T06:38:40.472Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-06T06:38:40.473Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T06:38:40.473Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-11-06T06:38:40.473Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=fa2a2940-b4ff-4579-a182-e7292a807de9
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-06T06:38:40.475Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T06:38:40.475Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T06:38:40.476Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid c0d1fce5-b1a0-4dc1-ba39-c1b185a8d27f: basic_vm_macro
2022-11-06T06:38:40.476Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T06:38:40.476Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T06:38:40.476Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T06:38:40.477Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T06:38:40.477Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T06:38:40.477Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T06:38:40.477Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T06:38:40.478Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T06:38:40.478Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T06:38:40.478Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T06:38:40.479Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||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-06T06:38:40.563Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro ba2fb605-c1de-4c87-b4a3-a43957164c27 1 ASDC deployResourceStructure
2022-11-06T06:38:40.564Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||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-06T06:38:40.564Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||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-06T06:38:40.564Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-06T06:38:40.565Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-06T06:38:40.566Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T06:38:40.566Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667716720564,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-06T06:38:40.666Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T06:38:40.667Z||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-06T06:38:40.667Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tNTQBMD8Rsm19kIi) ...
2022-11-06T06:38:40.679Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:38:40.680Z||pool-124-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-06T06:38:41.567Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||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-06T06:38:41.568Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||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-06T06:38:41.568Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-06T06:38:41.568Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-06T06:38:41.570Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T06:38:41.570Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667716721567,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-11-06T06:38:41.670Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T06:38:41.671Z||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-06T06:38:41.671Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tNTQBMD8Rsm19kIi) ...
2022-11-06T06:38:41.684Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:38:41.685Z||pool-125-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-06T06:38:42.570Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||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-06T06:38:42.571Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||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-06T06:38:42.571Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-06T06:38:42.571Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-06T06:38:42.574Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T06:38:42.574Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667716722570,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-11-06T06:38:42.673Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-06T06:38:42.674Z||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-06T06:38:42.674Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tNTQBMD8Rsm19kIi) ...
2022-11-06T06:38:42.685Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:38:42.685Z||pool-126-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-06T06:38:43.575Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||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-06T06:38:43.575Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||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-06T06:38:43.575Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-06T06:38:43.576Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-06T06:38:43.579Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T06:38:43.580Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667716723575,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-06T06:38:43.678Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-11-06T06:38:43.679Z||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-06T06:38:43.679Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tNTQBMD8Rsm19kIi) ...
2022-11-06T06:38:43.691Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:38:43.691Z||pool-127-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-06T06:38:44.581Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06T06:38:44.593Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d
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-06T06:38:44.596Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-06T06:38:44.598Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-06T06:38:44.599Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-06T06:39:14.599Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06T06:39:14.612Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d
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-06T06:39:14.615Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-06T06:39:14.615Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-06T06:39:14.615Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-06T06:39:30.642Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T06:39:30.643Z||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-06T06:39:30.643Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T06:39:30.690Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:39:30.692Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T06:39:30.692Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be5f21d7-0962-4321-8993-7d7b8d3aac60",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667716650640,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-11-06T06:39:30.693Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:39:30.693Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T06:39:30.693Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be5f21d7-0962-4321-8993-7d7b8d3aac60",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667716650640,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-11-06T06:39:30.694Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:39:30.694Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T06:39:30.695Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be5f21d7-0962-4321-8993-7d7b8d3aac60",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667716650640,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:39:30.695Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:39:30.695Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T06:39:30.695Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d",
  "consumerID": "aai-ml",
  "timestamp": 1667716655503,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-06T06:39:30.696Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T06:39:30.696Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T06:39:30.696Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be5f21d7-0962-4321-8993-7d7b8d3aac60",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667716650640,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-11-06T06:39:30.696Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:39:30.696Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T06:39:30.696Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d",
  "consumerID": "aai-ml",
  "timestamp": 1667716656506,
  "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-06T06:39:30.705Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d
2022-11-06T06:39:30.705Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d 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-06T06:39:30.714Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T06:39:30.714Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be5f21d7-0962-4321-8993-7d7b8d3aac60",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667716650640,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-11-06T06:39:30.714Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:39:30.714Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T06:39:30.714Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be5f21d7-0962-4321-8993-7d7b8d3aac60",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667716650640,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-11-06T06:39:30.715Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:39:30.715Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T06:39:30.715Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be5f21d7-0962-4321-8993-7d7b8d3aac60",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667716650640,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:39:30.715Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:39:30.716Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T06:39:30.716Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "216c81a6-1d79-4f5f-b94f-73d8c11a9c3e",
  "consumerID": "cds",
  "timestamp": 1667716649938,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:39:30.716Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:39:30.716Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T06:39:30.716Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "216c81a6-1d79-4f5f-b94f-73d8c11a9c3e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667716657824,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:39:30.717Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:39:30.717Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T06:39:30.717Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be5f21d7-0962-4321-8993-7d7b8d3aac60",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667716650640,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:39:30.717Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:39:30.717Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T06:39:30.718Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "216c81a6-1d79-4f5f-b94f-73d8c11a9c3e",
  "consumerID": "cds",
  "timestamp": 1667716649938,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:39:30.718Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:39:30.718Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T06:39:30.718Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "216c81a6-1d79-4f5f-b94f-73d8c11a9c3e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667716657824,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:39:30.718Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:39:30.718Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T06:39:30.719Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be5f21d7-0962-4321-8993-7d7b8d3aac60",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667716650640,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-06T06:39:30.719Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:39:30.719Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T06:39:30.719Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "216c81a6-1d79-4f5f-b94f-73d8c11a9c3e",
  "consumerID": "cds",
  "timestamp": 1667716649938,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:39:30.720Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:39:30.720Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T06:39:30.720Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "216c81a6-1d79-4f5f-b94f-73d8c11a9c3e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667716657824,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:39:30.720Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:39:30.721Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T06:39:30.721Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be5f21d7-0962-4321-8993-7d7b8d3aac60",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667716661478,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-06T06:39:30.721Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T06:39:30.721Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T06:39:30.721Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "216c81a6-1d79-4f5f-b94f-73d8c11a9c3e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667716661322,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:39:30.721Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:39:30.722Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T06:39:30.722Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "216c81a6-1d79-4f5f-b94f-73d8c11a9c3e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667716657824,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:39:30.722Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:39:30.722Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T06:39:30.722Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "216c81a6-1d79-4f5f-b94f-73d8c11a9c3e",
  "consumerID": "cds",
  "timestamp": 1667716649938,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:39:30.723Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:39:30.723Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T06:39:30.723Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "216c81a6-1d79-4f5f-b94f-73d8c11a9c3e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667716661322,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:39:30.723Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:39:30.723Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T06:39:30.724Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "216c81a6-1d79-4f5f-b94f-73d8c11a9c3e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667716657824,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:39:30.724Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:39:30.724Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T06:39:30.724Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "216c81a6-1d79-4f5f-b94f-73d8c11a9c3e",
  "consumerID": "cds",
  "timestamp": 1667716649938,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:39:30.724Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:39:30.725Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T06:39:30.725Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "216c81a6-1d79-4f5f-b94f-73d8c11a9c3e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667716661322,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:39:30.725Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:39:30.725Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T06:39:30.725Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be5f21d7-0962-4321-8993-7d7b8d3aac60",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667716664050,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-06T06:39:30.726Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T06:39:30.726Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T06:39:30.726Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "216c81a6-1d79-4f5f-b94f-73d8c11a9c3e",
  "consumerID": "cds",
  "timestamp": 1667716649938,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:39:30.726Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:39:30.726Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T06:39:30.727Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "216c81a6-1d79-4f5f-b94f-73d8c11a9c3e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667716657824,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:39:30.727Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:39:30.727Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T06:39:30.727Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "216c81a6-1d79-4f5f-b94f-73d8c11a9c3e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667716661322,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:39:30.728Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:39:30.728Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T06:39:30.728Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be5f21d7-0962-4321-8993-7d7b8d3aac60",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667716665115,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-06T06:39:30.728Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T06:39:30.728Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T06:39:30.728Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "216c81a6-1d79-4f5f-b94f-73d8c11a9c3e",
  "consumerID": "cds",
  "timestamp": 1667716649938,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:39:30.729Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:39:30.729Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T06:39:30.729Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "216c81a6-1d79-4f5f-b94f-73d8c11a9c3e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667716657824,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:39:30.729Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:39:30.729Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T06:39:30.730Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "216c81a6-1d79-4f5f-b94f-73d8c11a9c3e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667716665351,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:39:30.730Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:39:30.730Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T06:39:30.730Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "216c81a6-1d79-4f5f-b94f-73d8c11a9c3e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667716661322,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:39:30.731Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:39:30.731Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T06:39:30.731Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "216c81a6-1d79-4f5f-b94f-73d8c11a9c3e",
  "consumerID": "cds",
  "timestamp": 1667716649938,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:39:30.731Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:39:30.731Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T06:39:30.731Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "216c81a6-1d79-4f5f-b94f-73d8c11a9c3e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667716657824,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:39:30.732Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:39:30.732Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T06:39:30.732Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be5f21d7-0962-4321-8993-7d7b8d3aac60",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667716666169,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-11-06T06:39:30.732Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T06:39:30.732Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T06:39:30.733Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "216c81a6-1d79-4f5f-b94f-73d8c11a9c3e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667716665351,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:39:30.733Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:39:30.733Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T06:39:30.733Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "216c81a6-1d79-4f5f-b94f-73d8c11a9c3e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667716661322,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:39:30.733Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:39:30.734Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T06:39:30.734Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "216c81a6-1d79-4f5f-b94f-73d8c11a9c3e",
  "consumerID": "cds",
  "timestamp": 1667716649938,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-06T06:39:30.734Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:39:30.734Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T06:39:30.734Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "216c81a6-1d79-4f5f-b94f-73d8c11a9c3e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667716657824,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-06T06:39:30.735Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:39:30.735Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T06:39:30.735Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be5f21d7-0962-4321-8993-7d7b8d3aac60",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667716667223,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-11-06T06:39:30.735Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T06:39:30.735Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T06:39:30.735Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "216c81a6-1d79-4f5f-b94f-73d8c11a9c3e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667716665351,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:39:30.736Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:39:30.736Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T06:39:30.736Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "216c81a6-1d79-4f5f-b94f-73d8c11a9c3e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667716661322,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-11-06T06:39:30.736Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:39:30.736Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T06:39:30.737Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "216c81a6-1d79-4f5f-b94f-73d8c11a9c3e",
  "consumerID": "cds",
  "timestamp": 1667716667796,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-06T06:39:30.737Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T06:39:30.737Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T06:39:30.740Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "216c81a6-1d79-4f5f-b94f-73d8c11a9c3e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667716668697,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-06T06:39:30.740Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T06:39:30.740Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T06:39:30.740Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be5f21d7-0962-4321-8993-7d7b8d3aac60",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667716668282,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-11-06T06:39:30.740Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T06:39:30.741Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T06:39:30.741Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "216c81a6-1d79-4f5f-b94f-73d8c11a9c3e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667716665351,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:39:30.741Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:39:30.741Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T06:39:30.741Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "216c81a6-1d79-4f5f-b94f-73d8c11a9c3e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667716661322,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:39:30.742Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:39:30.742Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T06:39:30.742Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "216c81a6-1d79-4f5f-b94f-73d8c11a9c3e",
  "consumerID": "aai-ml",
  "timestamp": 1667716669527,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:39:30.742Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:39:30.742Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T06:39:30.743Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be5f21d7-0962-4321-8993-7d7b8d3aac60",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667716669385,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-06T06:39:30.743Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T06:39:30.743Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T06:39:30.743Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "216c81a6-1d79-4f5f-b94f-73d8c11a9c3e",
  "consumerID": "cds",
  "timestamp": 1667716669068,
  "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-06T06:39:30.755Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 216c81a6-1d79-4f5f-b94f-73d8c11a9c3e
2022-11-06T06:39:30.755Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 216c81a6-1d79-4f5f-b94f-73d8c11a9c3e 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-06T06:39:30.763Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T06:39:30.763Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "216c81a6-1d79-4f5f-b94f-73d8c11a9c3e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667716665351,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:39:30.763Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:39:30.763Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T06:39:30.763Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "216c81a6-1d79-4f5f-b94f-73d8c11a9c3e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667716661322,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:39:30.763Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:39:30.764Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T06:39:30.764Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "216c81a6-1d79-4f5f-b94f-73d8c11a9c3e",
  "consumerID": "aai-ml",
  "timestamp": 1667716669527,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:39:30.764Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:39:30.764Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T06:39:30.764Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "216c81a6-1d79-4f5f-b94f-73d8c11a9c3e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667716670637,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-06T06:39:30.764Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T06:39:30.764Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T06:39:30.764Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be5f21d7-0962-4321-8993-7d7b8d3aac60",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667716670387,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-11-06T06:39:30.765Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T06:39:30.765Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T06:39:30.765Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "216c81a6-1d79-4f5f-b94f-73d8c11a9c3e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667716665351,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:39:30.765Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:39:30.765Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T06:39:30.765Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "216c81a6-1d79-4f5f-b94f-73d8c11a9c3e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667716671143,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-06T06:39:30.765Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T06:39:30.765Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T06:39:30.765Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "216c81a6-1d79-4f5f-b94f-73d8c11a9c3e",
  "consumerID": "aai-ml",
  "timestamp": 1667716669527,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:39:30.765Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:39:30.765Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T06:39:30.765Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "216c81a6-1d79-4f5f-b94f-73d8c11a9c3e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667716671640,
  "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-06T06:39:30.769Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 216c81a6-1d79-4f5f-b94f-73d8c11a9c3e
2022-11-06T06:39:30.769Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 216c81a6-1d79-4f5f-b94f-73d8c11a9c3e 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-06T06:39:30.778Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T06:39:30.778Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be5f21d7-0962-4321-8993-7d7b8d3aac60",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667716671390,
  "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-06T06:39:30.779Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T06:39:30.779Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T06:39:30.779Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "216c81a6-1d79-4f5f-b94f-73d8c11a9c3e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667716665351,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:39:30.779Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:39:30.780Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T06:39:30.780Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "216c81a6-1d79-4f5f-b94f-73d8c11a9c3e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667716672172,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-11-06T06:39:30.780Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T06:39:30.780Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T06:39:30.780Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "216c81a6-1d79-4f5f-b94f-73d8c11a9c3e",
  "consumerID": "aai-ml",
  "timestamp": 1667716669527,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:39:30.781Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:39:30.781Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T06:39:30.781Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be5f21d7-0962-4321-8993-7d7b8d3aac60",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667716672393,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-11-06T06:39:30.781Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T06:39:30.781Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T06:39:30.781Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "216c81a6-1d79-4f5f-b94f-73d8c11a9c3e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667716665351,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:39:30.781Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:39:30.781Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T06:39:30.781Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "216c81a6-1d79-4f5f-b94f-73d8c11a9c3e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667716673174,
  "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-06T06:39:30.785Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 216c81a6-1d79-4f5f-b94f-73d8c11a9c3e
2022-11-06T06:39:30.785Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 216c81a6-1d79-4f5f-b94f-73d8c11a9c3e 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-06T06:39:30.793Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T06:39:30.793Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "216c81a6-1d79-4f5f-b94f-73d8c11a9c3e",
  "consumerID": "aai-ml",
  "timestamp": 1667716669527,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:39:30.794Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:39:30.794Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T06:39:30.794Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be5f21d7-0962-4321-8993-7d7b8d3aac60",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667716673397,
  "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-06T06:39:30.794Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T06:39:30.794Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T06:39:30.795Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "216c81a6-1d79-4f5f-b94f-73d8c11a9c3e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667716665351,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-06T06:39:30.795Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:39:30.795Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T06:39:30.795Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "216c81a6-1d79-4f5f-b94f-73d8c11a9c3e",
  "consumerID": "aai-ml",
  "timestamp": 1667716669527,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:39:30.795Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:39:30.796Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T06:39:30.796Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be5f21d7-0962-4321-8993-7d7b8d3aac60",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667716674400,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-06T06:39:30.796Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T06:39:30.796Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T06:39:30.796Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "216c81a6-1d79-4f5f-b94f-73d8c11a9c3e",
  "consumerID": "aai-ml",
  "timestamp": 1667716669527,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:39:30.797Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:39:30.797Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T06:39:30.797Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "216c81a6-1d79-4f5f-b94f-73d8c11a9c3e",
  "consumerID": "aai-ml",
  "timestamp": 1667716669527,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:39:30.797Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:39:30.797Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T06:39:30.798Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "216c81a6-1d79-4f5f-b94f-73d8c11a9c3e",
  "consumerID": "aai-ml",
  "timestamp": 1667716669527,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-06T06:39:30.798Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:39:30.798Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T06:39:30.798Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "216c81a6-1d79-4f5f-b94f-73d8c11a9c3e",
  "consumerID": "aai-ml",
  "timestamp": 1667716679262,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-06T06:39:30.798Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T06:39:30.798Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T06:39:30.798Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "216c81a6-1d79-4f5f-b94f-73d8c11a9c3e",
  "consumerID": "aai-ml",
  "timestamp": 1667716684132,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-06T06:39:30.798Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T06:39:30.798Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T06:39:30.798Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "216c81a6-1d79-4f5f-b94f-73d8c11a9c3e",
  "consumerID": "aai-ml",
  "timestamp": 1667716685135,
  "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-06T06:39:30.803Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 216c81a6-1d79-4f5f-b94f-73d8c11a9c3e
2022-11-06T06:39:30.803Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 216c81a6-1d79-4f5f-b94f-73d8c11a9c3e 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-06T06:39:30.810Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T06:39:30.811Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be5f21d7-0962-4321-8993-7d7b8d3aac60",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667716705710,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-06T06:39:30.811Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T06:39:30.811Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T06:39:30.811Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667716650640,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:39:30.811Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:39:30.811Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T06:39:30.812Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667716650640,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-11-06T06:39:30.812Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:39:30.812Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T06:39:30.812Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667716650640,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-11-06T06:39:30.812Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:39:30.812Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T06:39:30.812Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667716650640,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:39:30.812Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:39:44.616Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06T06:39:44.626Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d
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-06T06:39:44.629Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-06T06:39:44.629Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-06T06:39:44.629Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-06T06:39:44.630Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-06T06:39:44.630Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-06T06:39:44.630Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-06T06:39:44.630Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-06T06:39:44.631Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-06T06:39:44.631Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-06T06:39:44.631Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-06T06:39:44.637Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-06T06:40:14.637Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d 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-06T06:40:14.645Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d and serviceModelVersionId: c0d1fce5-b1a0-4dc1-ba39-c1b185a8d27f
2022-11-06T06:40:14.645Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : acdac17b-8837-4786-8a05-92bd8e7096bb
2022-11-06T06:40:14.646Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/acdac17b-8837-4786-8a05-92bd8e7096bb/model-vers/model-ver/c0d1fce5-b1a0-4dc1-ba39-c1b185a8d27f?depth=0
2022-11-06T06:40:14.650Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-11-06T06:40:14.690Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/acdac17b-8837-4786-8a05-92bd8e7096bb/model-vers/model-ver/c0d1fce5-b1a0-4dc1-ba39-c1b185a8d27f?depth=0|INFO|500||Invoke
2022-11-06T06:40:14.690Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/acdac17b-8837-4786-8a05-92bd8e7096bb/model-vers/model-ver/c0d1fce5-b1a0-4dc1-ba39-c1b185a8d27f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/acdac17b-8837-4786-8a05-92bd8e7096bb/model-vers/model-ver/c0d1fce5-b1a0-4dc1-ba39-c1b185a8d27f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a072df49-cfd2-494f-9860-87d392cd0e15], X-ECOMP-RequestID=[cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d], X-TransactionId=[], X-ONAP-RequestID=[cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d], Content-Type=[application/merge-patch+json]}
2022-11-06T06:40:14.708Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/acdac17b-8837-4786-8a05-92bd8e7096bb/model-vers/model-ver/c0d1fce5-b1a0-4dc1-ba39-c1b185a8d27f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-11-06T06:40:14.832Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/acdac17b-8837-4786-8a05-92bd8e7096bb/model-vers/model-ver/c0d1fce5-b1a0-4dc1-ba39-c1b185a8d27f?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/acdac17b-8837-4786-8a05-92bd8e7096bb/model-vers/model-ver/c0d1fce5-b1a0-4dc1-ba39-c1b185a8d27f?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221106-06:40:15:700-53644], vertex-id=[712832], Content-Length=[0], Date=[Sun, 06 Nov 2022 06:40:15 GMT], Content-Type=[application/json]}
2022-11-06T06:40:14.833Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/acdac17b-8837-4786-8a05-92bd8e7096bb/model-vers/model-ver/c0d1fce5-b1a0-4dc1-ba39-c1b185a8d27f?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-11-06T06:40:14.833Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/acdac17b-8837-4786-8a05-92bd8e7096bb/model-vers/model-ver/c0d1fce5-b1a0-4dc1-ba39-c1b185a8d27f?depth=0|INFO|500||InvokeReturn
2022-11-06T06:40:14.833Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-06T06:40:14.834Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-06T06:40:14.856Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-11-06T06:40:14.856Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-06T06:40:14.856Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-06T06:40:14.857Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-06T06:40:14.858Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T06:40:14.858Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667716814856,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-06T06:40:14.958Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T06:40:14.959Z||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-06T06:40:14.960Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tNTQBMD8Rsm19kIi) ...
2022-11-06T06:40:14.975Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:40:14.976Z||pool-128-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-06T06:40:15.869Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T06:40:15.869Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|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-06T06:40:15.870Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|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 tNTQBMD8Rsm19kIi) ...
2022-11-06T06:40:20.377Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:40:20.378Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T06:40:20.378Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"216c81a6-1d79-4f5f-b94f-73d8c11a9c3e","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"24c6e422-40f5-469d-8b91-21a5f53393a9","serviceDescription":"service","serviceInvariantUUID":"4b583aec-1cb9-4cf3-b38f-d3a8ff80fff2","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"88725107-216b-4e13-978d-5ff0f92bbc3a","resourceInvariantUUID":"1f722c7b-7816-4d92-a9d5-b679d0ba6466","resourceCustomizationUUID":"291c6b39-cedc-4bc2-bc9f-5f50157a0d9a","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":"ZGM2ODllZWZkZDFmMTVjOWQ1MTBhMDg1OTNlMWE0ZjM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b098c365-4266-48c9-98b6-4cdbda45675c","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":"5a97f6e8-7067-4a91-9a02-66ff347b88d1","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":"1f0cae1c-139b-4eb7-9d09-423045f2dd34","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":"NTRmNThkMjE3NGFkY2Q3NzM2Y2M0ZjRjNWY1MDNiYTI\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"9d75c094-be1e-420c-922c-5bd9f043e9c8","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":"2fe69c94-273e-43f7-903e-3b3103f61bfe","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":"bdacd22a-1725-4b40-ad7b-450b9fee0ca6","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":"55e2fbc4-d412-4c86-ae7a-32c03bf8bce4","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":"NzViOWY2MDI0MjEwZjQ4OWYyOTAwNWYzNDFlZWVkYjI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"359be303-8632-4dc9-a430-ecbf5246ac81","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"MjUzMDk2NDQ2ZGE2NGE1ZTdmZmI0ZmNjNTY4NjliNGE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2ee9dbe7-7a67-4b4e-b6dc-8c8abb3110b9","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-06T06:40:20.380Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-06T06:40:20.381Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-06T06:40:20.382Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T06:40:20.383Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "216c81a6-1d79-4f5f-b94f-73d8c11a9c3e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667716815869,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:40:20.490Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 107 ms
2022-11-06T06:40:20.491Z||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-06T06:40:20.491Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tNTQBMD8Rsm19kIi) ...
2022-11-06T06:40:20.504Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:40:20.505Z||pool-129-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-06T06:40:21.384Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-06T06:40:21.384Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-06T06:40:21.386Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T06:40:21.386Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "216c81a6-1d79-4f5f-b94f-73d8c11a9c3e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667716815869,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:40:21.487Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T06:40:21.487Z||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-06T06:40:21.487Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tNTQBMD8Rsm19kIi) ...
2022-11-06T06:40:21.498Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:40:21.498Z||pool-130-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-06T06:40:22.387Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-06T06:40:22.388Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-06T06:40:22.390Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T06:40:22.390Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "216c81a6-1d79-4f5f-b94f-73d8c11a9c3e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667716815869,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:40:22.490Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-06T06:40:22.491Z||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-06T06:40:22.491Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tNTQBMD8Rsm19kIi) ...
2022-11-06T06:40:22.508Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:40:22.508Z||pool-131-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-06T06:40:23.392Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-06T06:40:23.392Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-06T06:40:23.394Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T06:40:23.394Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "216c81a6-1d79-4f5f-b94f-73d8c11a9c3e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667716815869,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:40:23.499Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2022-11-06T06:40:23.500Z||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-06T06:40:23.500Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tNTQBMD8Rsm19kIi) ...
2022-11-06T06:40:23.513Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:40:23.513Z||pool-132-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-06T06:40:24.394Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-06T06:40:24.395Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-06T06:40:24.397Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T06:40:24.397Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "216c81a6-1d79-4f5f-b94f-73d8c11a9c3e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667716815869,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:40:24.497Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T06:40:24.498Z||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-06T06:40:24.498Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tNTQBMD8Rsm19kIi) ...
2022-11-06T06:40:24.510Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:40:24.510Z||pool-133-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-11-06T06:40:25.398Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-06T06:40:25.398Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-06T06:40:25.401Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T06:40:25.401Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "216c81a6-1d79-4f5f-b94f-73d8c11a9c3e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667716815869,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:40:25.501Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T06:40:25.501Z||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-06T06:40:25.502Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tNTQBMD8Rsm19kIi) ...
2022-11-06T06:40:25.513Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:40:25.514Z||pool-134-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-06T06:40:26.401Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-06T06:40:26.402Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-06T06:40:26.404Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T06:40:26.404Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "216c81a6-1d79-4f5f-b94f-73d8c11a9c3e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667716815869,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:40:26.504Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T06:40:26.505Z||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-06T06:40:26.505Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tNTQBMD8Rsm19kIi) ...
2022-11-06T06:40:26.536Z||pool-135-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:40:26.536Z||pool-135-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-11-06T06:40:27.405Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-06T06:40:27.405Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-06T06:40:27.407Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T06:40:27.407Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "216c81a6-1d79-4f5f-b94f-73d8c11a9c3e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667716815869,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:40:27.507Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T06:40:27.508Z||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-06T06:40:27.508Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tNTQBMD8Rsm19kIi) ...
2022-11-06T06:40:27.523Z||pool-136-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:40:27.525Z||pool-136-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-11-06T06:40:28.407Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-06T06:40:28.408Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-06T06:40:28.409Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T06:40:28.409Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "216c81a6-1d79-4f5f-b94f-73d8c11a9c3e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667716815869,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-06T06:40:28.509Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T06:40:28.510Z||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-06T06:40:28.510Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tNTQBMD8Rsm19kIi) ...
2022-11-06T06:40:28.524Z||pool-137-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:40:28.524Z||pool-137-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-11-06T06:40:29.410Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "216c81a6-1d79-4f5f-b94f-73d8c11a9c3e",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "24c6e422-40f5-469d-8b91-21a5f53393a9",
  "serviceDescription": "service",
  "serviceInvariantUUID": "4b583aec-1cb9-4cf3-b38f-d3a8ff80fff2",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "291c6b39-cedc-4bc2-bc9f-5f50157a0d9a",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "88725107-216b-4e13-978d-5ff0f92bbc3a",
      "resourceInvariantUUID": "1f722c7b-7816-4d92-a9d5-b679d0ba6466",
      "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": "MjUzMDk2NDQ2ZGE2NGE1ZTdmZmI0ZmNjNTY4NjliNGE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "2ee9dbe7-7a67-4b4e-b6dc-8c8abb3110b9"
    }
  ],
  "workloadContext": "Production"
}
2022-11-06T06:40:29.410Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-06T06:40:29.410Z|cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 24c6e422-40f5-469d-8b91-21a5f53393a9 ASDC
2022-11-06T06:40:29.410Z|216c81a6-1d79-4f5f-b94f-73d8c11a9c3e|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:216c81a6-1d79-4f5f-b94f-73d8c11a9c3e
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:24c6e422-40f5-469d-8b91-21a5f53393a9
ServiceInvariantUUID:4b583aec-1cb9-4cf3-b38f-d3a8ff80fff2
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:2ee9dbe7-7a67-4b4e-b6dc-8c8abb3110b9
ArtifactChecksum:MjUzMDk2NDQ2ZGE2NGE1ZTdmZmI0ZmNjNTY4NjliNGE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:291c6b39-cedc-4bc2-bc9f-5f50157a0d9a
ResourceInvariantUUID:1f722c7b-7816-4d92-a9d5-b679d0ba6466
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:88725107-216b-4e13-978d-5ff0f92bbc3a
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-11-06T06:40:29.411Z|216c81a6-1d79-4f5f-b94f-73d8c11a9c3e|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 24c6e422-40f5-469d-8b91-21a5f53393a9 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-06T06:40:29.435Z|216c81a6-1d79-4f5f-b94f-73d8c11a9c3e|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-06T06:40:29.435Z|216c81a6-1d79-4f5f-b94f-73d8c11a9c3e|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-11-06T06:40:29.435Z|216c81a6-1d79-4f5f-b94f-73d8c11a9c3e|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-11-06T06:40:29.436Z|216c81a6-1d79-4f5f-b94f-73d8c11a9c3e|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 2ee9dbe7-7a67-4b4e-b6dc-8c8abb3110b9 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-11-06T06:40:29.436Z|216c81a6-1d79-4f5f-b94f-73d8c11a9c3e|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-11-06T06:40:29.436Z|216c81a6-1d79-4f5f-b94f-73d8c11a9c3e|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-11-06T06:40:29.538Z|216c81a6-1d79-4f5f-b94f-73d8c11a9c3e|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-11-06T06:40:29.543Z|216c81a6-1d79-4f5f-b94f-73d8c11a9c3e|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2ee9dbe7-7a67-4b4e-b6dc-8c8abb3110b9 110869
2022-11-06T06:40:29.543Z|216c81a6-1d79-4f5f-b94f-73d8c11a9c3e|pool-2-thread-9|||||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-06T06:40:29.543Z|216c81a6-1d79-4f5f-b94f-73d8c11a9c3e|pool-2-thread-9|||||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-06T06:40:29.544Z|216c81a6-1d79-4f5f-b94f-73d8c11a9c3e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-06T06:40:29.544Z|216c81a6-1d79-4f5f-b94f-73d8c11a9c3e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-06T06:40:29.545Z|216c81a6-1d79-4f5f-b94f-73d8c11a9c3e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T06:40:29.545Z|216c81a6-1d79-4f5f-b94f-73d8c11a9c3e|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "216c81a6-1d79-4f5f-b94f-73d8c11a9c3e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667716829543,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-06T06:40:29.646Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-06T06:40:29.647Z||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-06T06:40:29.647Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tNTQBMD8Rsm19kIi) ...
2022-11-06T06:40:29.664Z||pool-138-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:40:29.665Z||pool-138-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-11-06T06:40:30.546Z|216c81a6-1d79-4f5f-b94f-73d8c11a9c3e|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-06T06:40:30.546Z|216c81a6-1d79-4f5f-b94f-73d8c11a9c3e|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-11-06T06:40:30.546Z|216c81a6-1d79-4f5f-b94f-73d8c11a9c3e|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 2ee9dbe7-7a67-4b4e-b6dc-8c8abb3110b9, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-11-06T06:40:30.547Z|216c81a6-1d79-4f5f-b94f-73d8c11a9c3e|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2022-11-06T06:40:30.548Z|216c81a6-1d79-4f5f-b94f-73d8c11a9c3e|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-11-06T06:40:30.548Z|216c81a6-1d79-4f5f-b94f-73d8c11a9c3e|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-11-06T06:40:30.642Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T06:40:30.643Z||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-06T06:40:30.643Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T06:40:30.653Z|216c81a6-1d79-4f5f-b94f-73d8c11a9c3e|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP472396698158030358/Definitions/service-TestPnfMacro-template.yml
2022-11-06T06:40:30.668Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:40:30.668Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T06:40:30.668Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667716650640,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-11-06T06:40:30.669Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:40:31.534Z|216c81a6-1d79-4f5f-b94f-73d8c11a9c3e|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-06T06:40:31.534Z|216c81a6-1d79-4f5f-b94f-73d8c11a9c3e|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-11-06T06:40:31.534Z|216c81a6-1d79-4f5f-b94f-73d8c11a9c3e|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-11-06T06:40:31.535Z|216c81a6-1d79-4f5f-b94f-73d8c11a9c3e|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-11-06T06:40:31.535Z|216c81a6-1d79-4f5f-b94f-73d8c11a9c3e|pool-2-thread-9|||||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-06T06:40:31.535Z|216c81a6-1d79-4f5f-b94f-73d8c11a9c3e|pool-2-thread-9|||||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-06T06:40:31.535Z|216c81a6-1d79-4f5f-b94f-73d8c11a9c3e|pool-2-thread-9|||||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-06T06:40:31.535Z|216c81a6-1d79-4f5f-b94f-73d8c11a9c3e|pool-2-thread-9|||||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-06T06:40:31.535Z|216c81a6-1d79-4f5f-b94f-73d8c11a9c3e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-11-06T06:40:31.535Z|216c81a6-1d79-4f5f-b94f-73d8c11a9c3e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-11-06T06:40:31.535Z|216c81a6-1d79-4f5f-b94f-73d8c11a9c3e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-11-06T06:40:31.535Z|216c81a6-1d79-4f5f-b94f-73d8c11a9c3e|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-11-06T06:40:31.536Z|216c81a6-1d79-4f5f-b94f-73d8c11a9c3e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T06:40:31.536Z|216c81a6-1d79-4f5f-b94f-73d8c11a9c3e|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T06:40:31.536Z|216c81a6-1d79-4f5f-b94f-73d8c11a9c3e|pool-2-thread-9|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-11-06T06:40:31.536Z|216c81a6-1d79-4f5f-b94f-73d8c11a9c3e|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-11-06T06:40:31.536Z|216c81a6-1d79-4f5f-b94f-73d8c11a9c3e|pool-2-thread-9|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-06T06:40:31.537Z|216c81a6-1d79-4f5f-b94f-73d8c11a9c3e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T06:40:31.537Z|216c81a6-1d79-4f5f-b94f-73d8c11a9c3e|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T06:40:31.537Z|216c81a6-1d79-4f5f-b94f-73d8c11a9c3e|pool-2-thread-9|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-11-06T06:40:31.537Z|216c81a6-1d79-4f5f-b94f-73d8c11a9c3e|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-11-06T06:40:31.537Z|216c81a6-1d79-4f5f-b94f-73d8c11a9c3e|pool-2-thread-9|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-06T06:40:31.538Z|216c81a6-1d79-4f5f-b94f-73d8c11a9c3e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T06:40:31.538Z|216c81a6-1d79-4f5f-b94f-73d8c11a9c3e|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T06:40:31.538Z|216c81a6-1d79-4f5f-b94f-73d8c11a9c3e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T06:40:31.538Z|216c81a6-1d79-4f5f-b94f-73d8c11a9c3e|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T06:40:31.538Z|216c81a6-1d79-4f5f-b94f-73d8c11a9c3e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T06:40:31.538Z|216c81a6-1d79-4f5f-b94f-73d8c11a9c3e|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T06:40:31.538Z|216c81a6-1d79-4f5f-b94f-73d8c11a9c3e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T06:40:31.538Z|216c81a6-1d79-4f5f-b94f-73d8c11a9c3e|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T06:40:31.539Z|216c81a6-1d79-4f5f-b94f-73d8c11a9c3e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T06:40:31.539Z|216c81a6-1d79-4f5f-b94f-73d8c11a9c3e|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T06:40:31.539Z|216c81a6-1d79-4f5f-b94f-73d8c11a9c3e|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:24c6e422-40f5-469d-8b91-21a5f53393a9
Model Version:NULL
Model InvariantUuid:4b583aec-1cb9-4cf3-b38f-d3a8ff80fff2
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-06T06:40:31.548Z|216c81a6-1d79-4f5f-b94f-73d8c11a9c3e|pool-2-thread-9|||||INFO|500||Processing Resource Type: PNF, Model UUID: 88725107-216b-4e13-978d-5ff0f92bbc3a
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-06T06:40:31.551Z|216c81a6-1d79-4f5f-b94f-73d8c11a9c3e|pool-2-thread-9|||||INFO|500||test-pnf 0
2022-11-06T06:40:31.552Z|216c81a6-1d79-4f5f-b94f-73d8c11a9c3e|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 88725107-216b-4e13-978d-5ff0f92bbc3a
2022-11-06T06:40:31.552Z|216c81a6-1d79-4f5f-b94f-73d8c11a9c3e|pool-2-thread-9|||||DEBUG|500||No resources found for Service: 24c6e422-40f5-469d-8b91-21a5f53393a9
2022-11-06T06:40:31.552Z|216c81a6-1d79-4f5f-b94f-73d8c11a9c3e|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 24c6e422-40f5-469d-8b91-21a5f53393a9
2022-11-06T06:40:31.552Z|216c81a6-1d79-4f5f-b94f-73d8c11a9c3e|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 88725107-216b-4e13-978d-5ff0f92bbc3a 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-06T06:40:31.557Z|216c81a6-1d79-4f5f-b94f-73d8c11a9c3e|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@13503119, org.onap.sdc.toscaparser.api.parameters.Input@2709d0cb, org.onap.sdc.toscaparser.api.parameters.Input@25b523f5, org.onap.sdc.toscaparser.api.parameters.Input@224940a3, org.onap.sdc.toscaparser.api.parameters.Input@3003750a]
2022-11-06T06:40:31.557Z|216c81a6-1d79-4f5f-b94f-73d8c11a9c3e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T06:40:31.557Z|216c81a6-1d79-4f5f-b94f-73d8c11a9c3e|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T06:40:31.557Z|216c81a6-1d79-4f5f-b94f-73d8c11a9c3e|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 24c6e422-40f5-469d-8b91-21a5f53393a9: test-pnf
2022-11-06T06:40:31.557Z|216c81a6-1d79-4f5f-b94f-73d8c11a9c3e|pool-2-thread-9|||||INFO|500||Processing PNF resource: 88725107-216b-4e13-978d-5ff0f92bbc3a
2022-11-06T06:40:31.558Z|216c81a6-1d79-4f5f-b94f-73d8c11a9c3e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T06:40:31.558Z|216c81a6-1d79-4f5f-b94f-73d8c11a9c3e|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T06:40:31.558Z|216c81a6-1d79-4f5f-b94f-73d8c11a9c3e|pool-2-thread-9|||||INFO|500||Resource customization UUID: 291c6b39-cedc-4bc2-bc9f-5f50157a0d9a is the same as notified resource customizationUUID: 291c6b39-cedc-4bc2-bc9f-5f50157a0d9a
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-06T06:40:31.600Z|216c81a6-1d79-4f5f-b94f-73d8c11a9c3e|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 88725107-216b-4e13-978d-5ff0f92bbc3a 0 ASDC deployResourceStructure
2022-11-06T06:40:31.600Z|216c81a6-1d79-4f5f-b94f-73d8c11a9c3e|pool-2-thread-9|||||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-06T06:40:31.600Z|216c81a6-1d79-4f5f-b94f-73d8c11a9c3e|pool-2-thread-9|||||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-06T06:40:31.600Z|216c81a6-1d79-4f5f-b94f-73d8c11a9c3e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-06T06:40:31.601Z|216c81a6-1d79-4f5f-b94f-73d8c11a9c3e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-06T06:40:31.602Z|216c81a6-1d79-4f5f-b94f-73d8c11a9c3e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T06:40:31.603Z|216c81a6-1d79-4f5f-b94f-73d8c11a9c3e|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "216c81a6-1d79-4f5f-b94f-73d8c11a9c3e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667716831600,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-06T06:40:31.703Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T06:40:31.703Z||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-06T06:40:31.704Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tNTQBMD8Rsm19kIi) ...
2022-11-06T06:40:31.714Z||pool-139-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:40:31.715Z||pool-139-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-06T06:40:32.603Z|216c81a6-1d79-4f5f-b94f-73d8c11a9c3e|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 216c81a6-1d79-4f5f-b94f-73d8c11a9c3e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06T06:40:32.614Z|216c81a6-1d79-4f5f-b94f-73d8c11a9c3e|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 216c81a6-1d79-4f5f-b94f-73d8c11a9c3e
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-06T06:40:32.617Z|216c81a6-1d79-4f5f-b94f-73d8c11a9c3e|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-06T06:40:32.617Z|216c81a6-1d79-4f5f-b94f-73d8c11a9c3e|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-06T06:40:32.617Z|216c81a6-1d79-4f5f-b94f-73d8c11a9c3e|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-06T06:40:32.617Z|216c81a6-1d79-4f5f-b94f-73d8c11a9c3e|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-06T06:40:32.618Z|216c81a6-1d79-4f5f-b94f-73d8c11a9c3e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-06T06:40:32.618Z|216c81a6-1d79-4f5f-b94f-73d8c11a9c3e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-06T06:40:32.618Z|216c81a6-1d79-4f5f-b94f-73d8c11a9c3e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-06T06:40:32.618Z|216c81a6-1d79-4f5f-b94f-73d8c11a9c3e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-06T06:40:32.619Z|216c81a6-1d79-4f5f-b94f-73d8c11a9c3e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-06T06:40:32.619Z|216c81a6-1d79-4f5f-b94f-73d8c11a9c3e|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-06T06:40:32.626Z|216c81a6-1d79-4f5f-b94f-73d8c11a9c3e|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-06T06:41:02.626Z|216c81a6-1d79-4f5f-b94f-73d8c11a9c3e|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 216c81a6-1d79-4f5f-b94f-73d8c11a9c3e 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-06T06:41:02.632Z|216c81a6-1d79-4f5f-b94f-73d8c11a9c3e|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 216c81a6-1d79-4f5f-b94f-73d8c11a9c3e and serviceModelVersionId: 24c6e422-40f5-469d-8b91-21a5f53393a9
2022-11-06T06:41:02.632Z|216c81a6-1d79-4f5f-b94f-73d8c11a9c3e|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4b583aec-1cb9-4cf3-b38f-d3a8ff80fff2
2022-11-06T06:41:02.633Z|216c81a6-1d79-4f5f-b94f-73d8c11a9c3e|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4b583aec-1cb9-4cf3-b38f-d3a8ff80fff2/model-vers/model-ver/24c6e422-40f5-469d-8b91-21a5f53393a9?depth=0
2022-11-06T06:41:02.638Z|216c81a6-1d79-4f5f-b94f-73d8c11a9c3e|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-11-06T06:41:02.681Z|216c81a6-1d79-4f5f-b94f-73d8c11a9c3e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4b583aec-1cb9-4cf3-b38f-d3a8ff80fff2/model-vers/model-ver/24c6e422-40f5-469d-8b91-21a5f53393a9?depth=0|INFO|500||Invoke
2022-11-06T06:41:02.682Z|216c81a6-1d79-4f5f-b94f-73d8c11a9c3e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4b583aec-1cb9-4cf3-b38f-d3a8ff80fff2/model-vers/model-ver/24c6e422-40f5-469d-8b91-21a5f53393a9?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4b583aec-1cb9-4cf3-b38f-d3a8ff80fff2/model-vers/model-ver/24c6e422-40f5-469d-8b91-21a5f53393a9?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[216c81a6-1d79-4f5f-b94f-73d8c11a9c3e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[67aa86a4-0239-4350-ae21-4646c1613e45], X-ECOMP-RequestID=[216c81a6-1d79-4f5f-b94f-73d8c11a9c3e], X-TransactionId=[], X-ONAP-RequestID=[216c81a6-1d79-4f5f-b94f-73d8c11a9c3e], Content-Type=[application/merge-patch+json]}
2022-11-06T06:41:02.699Z|216c81a6-1d79-4f5f-b94f-73d8c11a9c3e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4b583aec-1cb9-4cf3-b38f-d3a8ff80fff2/model-vers/model-ver/24c6e422-40f5-469d-8b91-21a5f53393a9?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-11-06T06:41:02.795Z|216c81a6-1d79-4f5f-b94f-73d8c11a9c3e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4b583aec-1cb9-4cf3-b38f-d3a8ff80fff2/model-vers/model-ver/24c6e422-40f5-469d-8b91-21a5f53393a9?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/4b583aec-1cb9-4cf3-b38f-d3a8ff80fff2/model-vers/model-ver/24c6e422-40f5-469d-8b91-21a5f53393a9?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-221106-06:41:03:696-10271], vertex-id=[294976], Content-Length=[0], Date=[Sun, 06 Nov 2022 06:41:03 GMT], Content-Type=[application/json]}
2022-11-06T06:41:02.796Z|216c81a6-1d79-4f5f-b94f-73d8c11a9c3e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4b583aec-1cb9-4cf3-b38f-d3a8ff80fff2/model-vers/model-ver/24c6e422-40f5-469d-8b91-21a5f53393a9?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-11-06T06:41:02.797Z|216c81a6-1d79-4f5f-b94f-73d8c11a9c3e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4b583aec-1cb9-4cf3-b38f-d3a8ff80fff2/model-vers/model-ver/24c6e422-40f5-469d-8b91-21a5f53393a9?depth=0|INFO|500||InvokeReturn
2022-11-06T06:41:02.797Z|216c81a6-1d79-4f5f-b94f-73d8c11a9c3e|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-06T06:41:02.798Z|216c81a6-1d79-4f5f-b94f-73d8c11a9c3e|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-06T06:41:02.804Z|216c81a6-1d79-4f5f-b94f-73d8c11a9c3e|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-11-06T06:41:02.804Z|216c81a6-1d79-4f5f-b94f-73d8c11a9c3e|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 216c81a6-1d79-4f5f-b94f-73d8c11a9c3e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-06T06:41:02.805Z|216c81a6-1d79-4f5f-b94f-73d8c11a9c3e|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-06T06:41:02.805Z|216c81a6-1d79-4f5f-b94f-73d8c11a9c3e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-06T06:41:02.807Z|216c81a6-1d79-4f5f-b94f-73d8c11a9c3e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T06:41:02.807Z|216c81a6-1d79-4f5f-b94f-73d8c11a9c3e|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "216c81a6-1d79-4f5f-b94f-73d8c11a9c3e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667716862804,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-06T06:41:02.907Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T06:41:02.907Z||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-06T06:41:02.908Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tNTQBMD8Rsm19kIi) ...
2022-11-06T06:41:02.924Z||pool-140-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:41:02.924Z||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-06T06:41:03.819Z|216c81a6-1d79-4f5f-b94f-73d8c11a9c3e|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T06:41:03.820Z|216c81a6-1d79-4f5f-b94f-73d8c11a9c3e|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-06T06:41:03.820Z|216c81a6-1d79-4f5f-b94f-73d8c11a9c3e|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 tNTQBMD8Rsm19kIi) ...
2022-11-06T06:41:13.381Z|216c81a6-1d79-4f5f-b94f-73d8c11a9c3e|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:41:13.382Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T06:41:13.383Z||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-06T06:41:13.383Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T06:41:22.968Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:41:30.640Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T06:41:30.640Z||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-06T06:41:30.640Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T06:41:30.642Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T06:41:30.642Z||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-06T06:41:30.642Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T06:41:30.669Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:41:30.669Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T06:41:30.669Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667716650640,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:41:30.670Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:41:30.670Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T06:41:30.670Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667716650640,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:41:30.670Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:41:30.670Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T06:41:30.670Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667716650640,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-06T06:41:30.670Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:41:30.670Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T06:41:30.670Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667716714908,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-06T06:41:30.670Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T06:41:30.671Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T06:41:30.671Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667716717332,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-06T06:41:30.671Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T06:41:30.671Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T06:41:30.671Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667716718389,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-06T06:41:30.671Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T06:41:30.671Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T06:41:30.671Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667716719441,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-11-06T06:41:30.671Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T06:41:30.671Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T06:41:30.671Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667716720564,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-06T06:41:30.671Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T06:41:30.671Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T06:41:30.671Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667716721567,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-11-06T06:41:30.672Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T06:41:30.672Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T06:41:30.672Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667716722570,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-11-06T06:41:30.672Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T06:41:30.672Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T06:41:30.672Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667716723575,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-06T06:41:30.672Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T06:41:40.188Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:42:30.640Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T06:42:30.641Z||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-06T06:42:30.641Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T06:42:30.642Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T06:42:30.643Z||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-06T06:42:30.643Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T06:42:30.685Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:42:30.686Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T06:42:30.686Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb6c5461-1c3e-4f13-bb8f-24fbe833ed3d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667716814856,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-06T06:42:30.687Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T06:42:30.687Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T06:42:30.688Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "216c81a6-1d79-4f5f-b94f-73d8c11a9c3e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667716815869,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:42:30.688Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:42:30.688Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T06:42:30.688Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "216c81a6-1d79-4f5f-b94f-73d8c11a9c3e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667716815869,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:42:30.688Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:42:30.688Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T06:42:30.688Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "216c81a6-1d79-4f5f-b94f-73d8c11a9c3e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667716815869,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:42:30.689Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:42:30.689Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T06:42:30.689Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "216c81a6-1d79-4f5f-b94f-73d8c11a9c3e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667716815869,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:42:30.689Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:42:30.689Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T06:42:30.689Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "216c81a6-1d79-4f5f-b94f-73d8c11a9c3e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667716815869,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:42:30.689Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:42:30.690Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T06:42:30.690Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "216c81a6-1d79-4f5f-b94f-73d8c11a9c3e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667716815869,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:42:30.690Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:42:30.690Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T06:42:30.690Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "216c81a6-1d79-4f5f-b94f-73d8c11a9c3e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667716815869,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:42:30.690Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:42:30.690Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T06:42:30.690Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "216c81a6-1d79-4f5f-b94f-73d8c11a9c3e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667716815869,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T06:42:30.691Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:42:30.691Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T06:42:30.691Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "216c81a6-1d79-4f5f-b94f-73d8c11a9c3e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667716815869,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-06T06:42:30.691Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T06:42:30.691Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T06:42:30.691Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "216c81a6-1d79-4f5f-b94f-73d8c11a9c3e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667716829543,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-06T06:42:30.691Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T06:42:40.194Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:43:30.640Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T06:43:30.641Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|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-06T06:43:30.641Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|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 tNTQBMD8Rsm19kIi) ...
2022-11-06T06:43:30.643Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T06:43:30.644Z||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-06T06:43:30.644Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T06:43:31.171Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:43:31.172Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:43:31.172Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "216c81a6-1d79-4f5f-b94f-73d8c11a9c3e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667716831600,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-06T06:43:31.176Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T06:43:31.176Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:43:31.176Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "216c81a6-1d79-4f5f-b94f-73d8c11a9c3e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667716862804,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-06T06:43:31.176Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T06:43:40.191Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:44:30.640Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T06:44:30.640Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|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-06T06:44:30.642Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T06:44:30.641Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|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 tNTQBMD8Rsm19kIi) ...
2022-11-06T06:44:30.643Z||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-06T06:44:30.643Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T06:44:40.191Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:44:40.192Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:45:30.640Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T06:45:30.642Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|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-06T06:45:30.642Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|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 tNTQBMD8Rsm19kIi) ...
2022-11-06T06:45:30.642Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T06:45:30.644Z||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-06T06:45:30.644Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T06:45:40.209Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:45:40.216Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:46:30.640Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T06:46:30.641Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|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-06T06:46:30.641Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|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 tNTQBMD8Rsm19kIi) ...
2022-11-06T06:46:30.642Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T06:46:30.643Z||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-06T06:46:30.643Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T06:46:40.191Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:46:40.195Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:47:30.640Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T06:47:30.641Z||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-06T06:47:30.641Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T06:47:30.642Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T06:47:30.643Z||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-06T06:47:30.643Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T06:47:40.204Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:47:40.206Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:48:30.640Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T06:48:30.641Z||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-06T06:48:30.641Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T06:48:30.642Z|216c81a6-1d79-4f5f-b94f-73d8c11a9c3e|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T06:48:30.643Z|216c81a6-1d79-4f5f-b94f-73d8c11a9c3e|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-06T06:48:30.643Z|216c81a6-1d79-4f5f-b94f-73d8c11a9c3e|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 tNTQBMD8Rsm19kIi) ...
2022-11-06T06:48:40.192Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:48:40.197Z|216c81a6-1d79-4f5f-b94f-73d8c11a9c3e|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:49:30.640Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T06:49:30.641Z||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-06T06:49:30.641Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T06:49:30.642Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T06:49:30.642Z||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-06T06:49:30.643Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T06:49:40.205Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:49:40.205Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:50:30.640Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T06:50:30.641Z||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-06T06:50:30.641Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T06:50:30.642Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T06:50:30.643Z||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-06T06:50:30.643Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T06:50:40.190Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:50:40.199Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:51:30.640Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T06:51:30.641Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|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-06T06:51:30.641Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|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 tNTQBMD8Rsm19kIi) ...
2022-11-06T06:51:30.643Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T06:51:30.643Z||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-06T06:51:30.643Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T06:51:40.235Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:51:40.246Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:52:30.640Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T06:52:30.640Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|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-06T06:52:30.641Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|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 tNTQBMD8Rsm19kIi) ...
2022-11-06T06:52:30.642Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T06:52:30.643Z||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-06T06:52:30.643Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T06:52:40.204Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:52:40.205Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:53:30.640Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T06:53:30.641Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|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-06T06:53:30.641Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|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 tNTQBMD8Rsm19kIi) ...
2022-11-06T06:53:30.642Z|216c81a6-1d79-4f5f-b94f-73d8c11a9c3e|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T06:53:30.643Z|216c81a6-1d79-4f5f-b94f-73d8c11a9c3e|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-06T06:53:30.643Z|216c81a6-1d79-4f5f-b94f-73d8c11a9c3e|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 tNTQBMD8Rsm19kIi) ...
2022-11-06T06:53:40.208Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:53:40.211Z|216c81a6-1d79-4f5f-b94f-73d8c11a9c3e|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:54:30.640Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T06:54:30.641Z||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-06T06:54:30.641Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T06:54:30.642Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T06:54:30.645Z||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-06T06:54:30.645Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T06:54:40.192Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:54:40.215Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:55:30.640Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T06:55:30.640Z||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-06T06:55:30.640Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T06:55:30.642Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T06:55:30.643Z||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-06T06:55:30.643Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T06:55:40.223Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:55:40.226Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:56:30.640Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T06:56:30.641Z||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-06T06:56:30.641Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T06:56:30.642Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T06:56:30.643Z||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-06T06:56:30.643Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T06:56:40.184Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:56:40.185Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:57:30.640Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T06:57:30.641Z||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-06T06:57:30.641Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T06:57:30.643Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T06:57:30.643Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|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-06T06:57:30.643Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|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 tNTQBMD8Rsm19kIi) ...
2022-11-06T06:57:40.202Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:57:40.203Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:58:30.640Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T06:58:30.641Z||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-06T06:58:30.641Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T06:58:30.643Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T06:58:30.643Z||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-06T06:58:30.643Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T06:58:40.230Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:58:40.236Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:59:30.640Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T06:59:30.641Z||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-06T06:59:30.642Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T06:59:30.642Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T06:59:30.643Z||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-06T06:59:30.643Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T06:59:40.215Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T06:59:40.216Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T07:00:30.640Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T07:00:30.641Z||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-06T07:00:30.641Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T07:00:30.642Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T07:00:30.643Z||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-06T07:00:30.643Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T07:00:40.203Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T07:00:40.205Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T07:01:30.640Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T07:01:30.640Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|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-06T07:01:30.641Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|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 tNTQBMD8Rsm19kIi) ...
2022-11-06T07:01:30.642Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T07:01:30.642Z||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-06T07:01:30.643Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T07:01:40.197Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T07:01:40.206Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T07:02:30.640Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T07:02:30.642Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T07:02:30.643Z||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-06T07:02:30.643Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T07:02:30.644Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|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-06T07:02:30.646Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|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 tNTQBMD8Rsm19kIi) ...
2022-11-06T07:02:40.188Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T07:02:40.193Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T07:03:30.640Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T07:03:30.641Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|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-06T07:03:30.641Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|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 tNTQBMD8Rsm19kIi) ...
2022-11-06T07:03:30.642Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T07:03:30.643Z||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-06T07:03:30.643Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T07:03:40.191Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T07:03:40.195Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T07:04:30.640Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T07:04:30.640Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|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-06T07:04:30.641Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|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 tNTQBMD8Rsm19kIi) ...
2022-11-06T07:04:30.642Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T07:04:30.643Z||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-06T07:04:30.643Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T07:04:40.203Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T07:04:40.204Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T07:05:30.640Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T07:05:30.641Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|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-06T07:05:30.641Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|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 tNTQBMD8Rsm19kIi) ...
2022-11-06T07:05:30.642Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T07:05:30.643Z||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-06T07:05:30.643Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T07:05:40.230Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T07:05:40.251Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T07:06:30.640Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T07:06:30.641Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|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-06T07:06:30.641Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|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 tNTQBMD8Rsm19kIi) ...
2022-11-06T07:06:30.642Z|216c81a6-1d79-4f5f-b94f-73d8c11a9c3e|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T07:06:30.642Z|216c81a6-1d79-4f5f-b94f-73d8c11a9c3e|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-06T07:06:30.643Z|216c81a6-1d79-4f5f-b94f-73d8c11a9c3e|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 tNTQBMD8Rsm19kIi) ...
2022-11-06T07:06:40.207Z|216c81a6-1d79-4f5f-b94f-73d8c11a9c3e|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T07:06:40.259Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T07:07:30.640Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T07:07:30.641Z||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-06T07:07:30.642Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T07:07:30.643Z|216c81a6-1d79-4f5f-b94f-73d8c11a9c3e|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T07:07:30.643Z|216c81a6-1d79-4f5f-b94f-73d8c11a9c3e|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-06T07:07:30.644Z|216c81a6-1d79-4f5f-b94f-73d8c11a9c3e|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 tNTQBMD8Rsm19kIi) ...
2022-11-06T07:07:40.197Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T07:07:40.200Z|216c81a6-1d79-4f5f-b94f-73d8c11a9c3e|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T07:08:30.640Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T07:08:30.640Z||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-06T07:08:30.640Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T07:08:30.642Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T07:08:30.643Z||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-06T07:08:30.643Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T07:08:40.213Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T07:08:40.213Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T07:09:30.640Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T07:09:30.640Z||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-06T07:09:30.640Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T07:09:30.642Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T07:09:30.643Z||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-06T07:09:30.643Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T07:09:40.195Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T07:09:40.201Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T07:10:30.640Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T07:10:30.641Z||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-06T07:10:30.641Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T07:10:30.643Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T07:10:30.643Z||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-06T07:10:30.643Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T07:10:40.191Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T07:10:40.293Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T07:11:30.640Z|216c81a6-1d79-4f5f-b94f-73d8c11a9c3e|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T07:11:30.641Z|216c81a6-1d79-4f5f-b94f-73d8c11a9c3e|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-06T07:11:30.641Z|216c81a6-1d79-4f5f-b94f-73d8c11a9c3e|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 tNTQBMD8Rsm19kIi) ...
2022-11-06T07:11:30.642Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T07:11:30.642Z||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-06T07:11:30.642Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T07:11:40.203Z|216c81a6-1d79-4f5f-b94f-73d8c11a9c3e|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T07:11:40.205Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T07:12:30.640Z|216c81a6-1d79-4f5f-b94f-73d8c11a9c3e|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T07:12:30.641Z|216c81a6-1d79-4f5f-b94f-73d8c11a9c3e|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-06T07:12:30.641Z|216c81a6-1d79-4f5f-b94f-73d8c11a9c3e|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 tNTQBMD8Rsm19kIi) ...
2022-11-06T07:12:30.642Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T07:12:30.643Z||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-06T07:12:30.643Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T07:12:40.206Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T07:12:40.207Z|216c81a6-1d79-4f5f-b94f-73d8c11a9c3e|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T07:13:30.640Z|216c81a6-1d79-4f5f-b94f-73d8c11a9c3e|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T07:13:30.641Z|216c81a6-1d79-4f5f-b94f-73d8c11a9c3e|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-06T07:13:30.641Z|216c81a6-1d79-4f5f-b94f-73d8c11a9c3e|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 tNTQBMD8Rsm19kIi) ...
2022-11-06T07:13:30.643Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T07:13:30.643Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|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-06T07:13:30.643Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|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 tNTQBMD8Rsm19kIi) ...
2022-11-06T07:13:40.184Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T07:13:40.188Z|216c81a6-1d79-4f5f-b94f-73d8c11a9c3e|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T07:14:30.640Z|216c81a6-1d79-4f5f-b94f-73d8c11a9c3e|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T07:14:30.641Z|216c81a6-1d79-4f5f-b94f-73d8c11a9c3e|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-06T07:14:30.641Z|216c81a6-1d79-4f5f-b94f-73d8c11a9c3e|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 tNTQBMD8Rsm19kIi) ...
2022-11-06T07:14:30.642Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T07:14:30.643Z||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-06T07:14:30.643Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T07:14:40.195Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T07:14:40.234Z|216c81a6-1d79-4f5f-b94f-73d8c11a9c3e|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T07:15:30.642Z|216c81a6-1d79-4f5f-b94f-73d8c11a9c3e|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T07:15:30.643Z|216c81a6-1d79-4f5f-b94f-73d8c11a9c3e|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-06T07:15:30.643Z|216c81a6-1d79-4f5f-b94f-73d8c11a9c3e|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 tNTQBMD8Rsm19kIi) ...
2022-11-06T07:15:30.652Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T07:15:30.652Z||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-06T07:15:30.653Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T07:15:40.200Z|216c81a6-1d79-4f5f-b94f-73d8c11a9c3e|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T07:15:40.206Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T07:16:30.640Z|216c81a6-1d79-4f5f-b94f-73d8c11a9c3e|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T07:16:30.641Z|216c81a6-1d79-4f5f-b94f-73d8c11a9c3e|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-06T07:16:30.641Z|216c81a6-1d79-4f5f-b94f-73d8c11a9c3e|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 tNTQBMD8Rsm19kIi) ...
2022-11-06T07:16:30.643Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T07:16:30.643Z||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-06T07:16:30.643Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T07:16:40.209Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T07:16:40.219Z|216c81a6-1d79-4f5f-b94f-73d8c11a9c3e|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T07:17:30.640Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T07:17:30.640Z||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-06T07:17:30.641Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T07:17:30.642Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T07:17:30.642Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|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-06T07:17:30.642Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|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 tNTQBMD8Rsm19kIi) ...
2022-11-06T07:17:40.201Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T07:17:40.212Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T07:18:30.640Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T07:18:30.640Z||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-06T07:18:30.641Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T07:18:30.642Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T07:18:30.643Z||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-06T07:18:30.643Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T07:18:40.213Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T07:18:40.221Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T07:19:30.640Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T07:19:30.640Z||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-06T07:19:30.641Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T07:19:30.642Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T07:19:30.642Z||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-06T07:19:30.643Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T07:19:40.196Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T07:19:40.212Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T07:20:30.640Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T07:20:30.641Z||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-06T07:20:30.641Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T07:20:30.642Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T07:20:30.642Z||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-06T07:20:30.643Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T07:20:40.185Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T07:20:40.186Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T07:21:30.640Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T07:21:30.640Z||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-06T07:21:30.641Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T07:21:30.642Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T07:21:30.642Z||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-06T07:21:30.642Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T07:21:40.190Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T07:21:40.191Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T07:22:30.640Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T07:22:30.641Z||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-06T07:22:30.642Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T07:22:30.642Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T07:22:30.643Z||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-06T07:22:30.643Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T07:22:40.184Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T07:22:40.188Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T07:23:30.640Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T07:23:30.640Z||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-06T07:23:30.640Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T07:23:30.642Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T07:23:30.642Z||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-06T07:23:30.643Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T07:23:40.187Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T07:23:40.191Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK