Results

By type

          JVM Arguments:  -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml  -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml  

  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/
 :: Spring Boot ::        (v2.3.7.RELEASE)

2022-10-26T05:23:53.989Z||main|||||INFO|500||The following profiles are active: basic
2022-10-26T05:24:07.222Z||main|||||INFO|500||Starting service [Tomcat]
2022-10-26T05:24:07.223Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-10-26T05:24:07.343Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-10-26T05:24:11.636Z||main|||||INFO|500||catdb-pool - Starting...
2022-10-26T05:24:12.164Z||main|||||INFO|500||catdb-pool - Start completed.
2022-10-26T05:24:12.733Z||main|||||INFO|500||reqdb-pool - Starting...
2022-10-26T05:24:12.741Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-10-26T05:24:12.870Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-10-26T05:24:13.174Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-10-26T05:24:13.830Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-10-26T05:24:15.822Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-10-26T05:24:18.298Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-10-26T05:24:18.359Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-10-26T05:24:19.182Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-10-26T05:24:19.473Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2022-10-26T05:24:20.709Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-10-26T05:24:21.901Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2022-10-26T05:24:21.929Z||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$$3d37c175.deployActivities()
	at org.onap.so.asdc.Application.deployActivities(Application.java:52)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
	at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
	at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
	at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
	at org.onap.so.asdc.Application.main(Application.java:60)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
	at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2022-10-26T05:24:21.934Z||main|||||WARN|500||The sdc end point is not alive
2022-10-26T05:24:25.842Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2022-10-26T05:24:29.488Z||main|||||WARN|500||---
2022-10-26T05:24:29.489Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-10-26T05:24:29.490Z||main|||||WARN|500||---
2022-10-26T05:24:30.105Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-10-26T05:24:36.182Z||main|||||INFO|500||Started Application in 46.082 seconds (JVM running for 48.867)
2022-10-26T05:24:36.241Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-10-26T05:24:36.245Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-10-26T05:24:36.260Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-10-26T05:24:36.287Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-10-26T05:24:36.360Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 724da3e9-5aab-45ab-b955-d2025e7bfe20 url= /sdc/v1/artifactTypes
2022-10-26T05:24:36.361Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-10-26T05:24:36.700Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-10-26T05:24:36.730Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2022-10-26T05:24:36.756Z||scheduling-1|||||DEBUG|500||create keys
2022-10-26T05:24:36.764Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-10-26T05:24:36.805Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T05:24:36.825Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= b8e97aae-9791-457d-b8c0-99d1a36ea684 url= /sdc/v1/registerForDistribution
2022-10-26T05:24:36.934Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= b8e97aae-9791-457d-b8c0-99d1a36ea684 url= /sdc/v1/registerForDistribution
2022-10-26T05:24:36.936Z||scheduling-1|||||INFO|500||start DistributionClient
2022-10-26T05:24:36.987Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T05:24:36.988Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T05:24:36.993Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T05:24:36.994Z||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 UznQRm24lRJQei1Q) ...
2022-10-26T05:24:36.994Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T05:24:36.995Z||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 UznQRm24lRJQei1Q) ...
2022-10-26T05:24:36.993Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-10-26T05:24:47.364Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T05:24:47.364Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T05:25:36.944Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T05:25:36.946Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T05:25:36.946Z||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 UznQRm24lRJQei1Q) ...
2022-10-26T05:25:36.947Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T05:25:36.950Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T05:25:36.950Z||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 UznQRm24lRJQei1Q) ...
2022-10-26T05:25:46.508Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T05:25:46.516Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T05:26:36.944Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T05:26:36.945Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T05:26:36.946Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as UznQRm24lRJQei1Q) ...
2022-10-26T05:26:36.947Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T05:26:36.947Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T05:26:36.947Z||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 UznQRm24lRJQei1Q) ...
2022-10-26T05:26:46.502Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T05:26:46.503Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T05:27:36.944Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T05:27:36.946Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T05:27:36.946Z||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 UznQRm24lRJQei1Q) ...
2022-10-26T05:27:36.947Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T05:27:36.947Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T05:27:36.948Z||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 UznQRm24lRJQei1Q) ...
2022-10-26T05:27:46.511Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T05:27:46.511Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T05:28:36.944Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T05:28:36.946Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T05:28:36.946Z||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 UznQRm24lRJQei1Q) ...
2022-10-26T05:28:36.947Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T05:28:36.947Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T05:28:36.948Z||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 UznQRm24lRJQei1Q) ...
2022-10-26T05:28:46.498Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T05:28:46.503Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T05:29:36.945Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T05:29:36.947Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T05:29:36.947Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T05:29:36.947Z||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 UznQRm24lRJQei1Q) ...
2022-10-26T05:29:36.947Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T05:29:36.947Z||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 UznQRm24lRJQei1Q) ...
2022-10-26T05:29:46.499Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T05:29:46.500Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T05:30:36.944Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T05:30:36.946Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T05:30:36.947Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T05:30:36.947Z||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 UznQRm24lRJQei1Q) ...
2022-10-26T05:30:36.947Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T05:30:36.947Z||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 UznQRm24lRJQei1Q) ...
2022-10-26T05:30:46.500Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T05:30:46.515Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T05:31:36.944Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T05:31:36.946Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T05:31:36.946Z||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 UznQRm24lRJQei1Q) ...
2022-10-26T05:31:36.947Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T05:31:36.951Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T05:31:36.951Z||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 UznQRm24lRJQei1Q) ...
2022-10-26T05:31:46.506Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T05:31:46.506Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T05:32:36.944Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T05:32:36.945Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T05:32:36.945Z||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 UznQRm24lRJQei1Q) ...
2022-10-26T05:32:36.947Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T05:32:36.947Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T05:32:36.947Z||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 UznQRm24lRJQei1Q) ...
2022-10-26T05:32:46.500Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T05:32:46.510Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T05:33:36.944Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T05:33:36.945Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T05:33:36.945Z||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 UznQRm24lRJQei1Q) ...
2022-10-26T05:33:36.947Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T05:33:36.947Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T05:33:36.947Z||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 UznQRm24lRJQei1Q) ...
2022-10-26T05:33:46.500Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T05:33:46.508Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T05:34:36.944Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T05:34:36.945Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T05:34:36.946Z||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 UznQRm24lRJQei1Q) ...
2022-10-26T05:34:36.947Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T05:34:36.948Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T05:34:36.949Z||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 UznQRm24lRJQei1Q) ...
2022-10-26T05:34:44.238Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-10-26T05:34:46.508Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T05:34:46.510Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T05:35:36.944Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T05:35:36.947Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T05:35:36.947Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T05:35:36.947Z||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 UznQRm24lRJQei1Q) ...
2022-10-26T05:35:36.948Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T05:35:36.948Z||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 UznQRm24lRJQei1Q) ...
2022-10-26T05:35:46.524Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T05:35:46.526Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T05:36:36.944Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T05:36:36.946Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T05:36:36.946Z||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 UznQRm24lRJQei1Q) ...
2022-10-26T05:36:36.947Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T05:36:36.947Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T05:36:36.947Z||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 UznQRm24lRJQei1Q) ...
2022-10-26T05:36:46.510Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T05:36:46.514Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T05:37:36.944Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T05:37:36.945Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T05:37:36.946Z||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 UznQRm24lRJQei1Q) ...
2022-10-26T05:37:36.947Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T05:37:36.947Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T05:37:36.947Z||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 UznQRm24lRJQei1Q) ...
2022-10-26T05:37:46.496Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T05:37:46.522Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T05:38:36.944Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T05:38:36.946Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T05:38:36.946Z||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 UznQRm24lRJQei1Q) ...
2022-10-26T05:38:36.947Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T05:38:36.948Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T05:38:36.948Z||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 UznQRm24lRJQei1Q) ...
2022-10-26T05:38:46.504Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T05:38:46.507Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T05:39:36.944Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T05:39:36.945Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T05:39:36.945Z||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 UznQRm24lRJQei1Q) ...
2022-10-26T05:39:36.947Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T05:39:36.948Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T05:39:36.948Z||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 UznQRm24lRJQei1Q) ...
2022-10-26T05:39:46.522Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T05:39:46.555Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T05:40:36.944Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T05:40:36.945Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T05:40:36.945Z||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 UznQRm24lRJQei1Q) ...
2022-10-26T05:40:36.947Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T05:40:36.947Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T05:40:36.948Z||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 UznQRm24lRJQei1Q) ...
2022-10-26T05:40:46.498Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T05:40:46.534Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T05:41:36.944Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T05:41:36.945Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T05:41:36.945Z||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 UznQRm24lRJQei1Q) ...
2022-10-26T05:41:36.947Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T05:41:36.947Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T05:41:36.947Z||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 UznQRm24lRJQei1Q) ...
2022-10-26T05:41:46.507Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T05:41:46.522Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T05:42:36.944Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T05:42:36.946Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T05:42:36.946Z||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 UznQRm24lRJQei1Q) ...
2022-10-26T05:42:36.947Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T05:42:36.947Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T05:42:36.947Z||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 UznQRm24lRJQei1Q) ...
2022-10-26T05:42:46.516Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T05:42:46.531Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T05:43:36.944Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T05:43:36.945Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T05:43:36.945Z||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 UznQRm24lRJQei1Q) ...
2022-10-26T05:43:36.947Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T05:43:36.947Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T05:43:36.948Z||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 UznQRm24lRJQei1Q) ...
2022-10-26T05:43:46.493Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T05:43:46.544Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T05:44:36.944Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T05:44:36.946Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T05:44:36.946Z||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 UznQRm24lRJQei1Q) ...
2022-10-26T05:44:36.947Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T05:44:36.947Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T05:44:36.948Z||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 UznQRm24lRJQei1Q) ...
2022-10-26T05:44:46.517Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T05:44:46.545Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T05:45:36.944Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T05:45:36.945Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T05:45:36.945Z||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 UznQRm24lRJQei1Q) ...
2022-10-26T05:45:36.947Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T05:45:36.947Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T05:45:36.947Z||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 UznQRm24lRJQei1Q) ...
2022-10-26T05:45:46.504Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T05:45:46.520Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T05:46:36.944Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T05:46:36.945Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T05:46:36.945Z||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 UznQRm24lRJQei1Q) ...
2022-10-26T05:46:36.947Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T05:46:36.947Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T05:46:36.947Z||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 UznQRm24lRJQei1Q) ...
2022-10-26T05:46:46.497Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T05:46:46.503Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T05:47:36.944Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T05:47:36.945Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T05:47:36.945Z||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 UznQRm24lRJQei1Q) ...
2022-10-26T05:47:36.947Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T05:47:36.947Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T05:47:36.947Z||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 UznQRm24lRJQei1Q) ...
2022-10-26T05:47:46.499Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T05:47:46.504Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T05:48:36.944Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T05:48:36.945Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T05:48:36.946Z||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 UznQRm24lRJQei1Q) ...
2022-10-26T05:48:36.947Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T05:48:36.947Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T05:48:36.947Z||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 UznQRm24lRJQei1Q) ...
2022-10-26T05:48:46.512Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T05:48:46.554Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T05:49:36.944Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T05:49:36.945Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T05:49:36.945Z||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 UznQRm24lRJQei1Q) ...
2022-10-26T05:49:36.947Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T05:49:36.947Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T05:49:36.947Z||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 UznQRm24lRJQei1Q) ...
2022-10-26T05:49:46.513Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T05:49:46.546Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T05:50:36.944Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T05:50:36.946Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T05:50:36.946Z||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 UznQRm24lRJQei1Q) ...
2022-10-26T05:50:36.947Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T05:50:36.947Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T05:50:36.948Z||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 UznQRm24lRJQei1Q) ...
2022-10-26T05:50:46.516Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T05:50:46.517Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T05:51:36.944Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T05:51:36.947Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T05:51:36.947Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T05:51:36.947Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T05:51:36.947Z||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 UznQRm24lRJQei1Q) ...
2022-10-26T05:51:36.947Z||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 UznQRm24lRJQei1Q) ...
2022-10-26T05:51:46.503Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T05:51:46.535Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T05:52:36.944Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T05:52:36.946Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T05:52:36.946Z||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 UznQRm24lRJQei1Q) ...
2022-10-26T05:52:36.947Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T05:52:36.947Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T05:52:36.948Z||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 UznQRm24lRJQei1Q) ...
2022-10-26T05:52:46.507Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T05:52:46.514Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T05:53:36.944Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T05:53:36.945Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T05:53:36.946Z||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 UznQRm24lRJQei1Q) ...
2022-10-26T05:53:36.947Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T05:53:36.948Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T05:53:36.948Z||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 UznQRm24lRJQei1Q) ...
2022-10-26T05:53:46.492Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T05:53:46.510Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T05:54:36.944Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T05:54:36.945Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T05:54:36.945Z||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 UznQRm24lRJQei1Q) ...
2022-10-26T05:54:36.947Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T05:54:36.947Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T05:54:36.947Z||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 UznQRm24lRJQei1Q) ...
2022-10-26T05:54:46.506Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T05:54:46.509Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T05:55:36.944Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T05:55:36.945Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T05:55:36.945Z||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 UznQRm24lRJQei1Q) ...
2022-10-26T05:55:36.947Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T05:55:36.948Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T05:55:36.948Z||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 UznQRm24lRJQei1Q) ...
2022-10-26T05:55:46.495Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T05:55:46.505Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T05:56:36.944Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T05:56:36.945Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T05:56:36.945Z||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 UznQRm24lRJQei1Q) ...
2022-10-26T05:56:36.947Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T05:56:36.947Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T05:56:36.947Z||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 UznQRm24lRJQei1Q) ...
2022-10-26T05:56:46.506Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T05:56:46.524Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T05:57:36.944Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T05:57:36.945Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T05:57:36.945Z||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 UznQRm24lRJQei1Q) ...
2022-10-26T05:57:36.947Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T05:57:36.947Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T05:57:36.947Z||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 UznQRm24lRJQei1Q) ...
2022-10-26T05:57:46.511Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T05:57:46.514Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T05:58:36.944Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T05:58:36.945Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T05:58:36.945Z||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 UznQRm24lRJQei1Q) ...
2022-10-26T05:58:36.947Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T05:58:36.947Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T05:58:36.947Z||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 UznQRm24lRJQei1Q) ...
2022-10-26T05:58:46.501Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T05:58:46.503Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T05:59:36.944Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T05:59:36.946Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T05:59:36.946Z||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 UznQRm24lRJQei1Q) ...
2022-10-26T05:59:36.947Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T05:59:36.947Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T05:59:36.947Z||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 UznQRm24lRJQei1Q) ...
2022-10-26T05:59:46.509Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T05:59:46.511Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:00:36.944Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T06:00:36.946Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T06:00:36.946Z||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 UznQRm24lRJQei1Q) ...
2022-10-26T06:00:36.947Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T06:00:36.947Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T06:00:36.947Z||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 UznQRm24lRJQei1Q) ...
2022-10-26T06:00:46.497Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:00:46.501Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:01:36.944Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T06:01:36.945Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T06:01:36.945Z||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 UznQRm24lRJQei1Q) ...
2022-10-26T06:01:36.947Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T06:01:36.947Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T06:01:36.947Z||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 UznQRm24lRJQei1Q) ...
2022-10-26T06:01:46.543Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:01:46.549Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:02:36.944Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T06:02:36.945Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T06:02:36.945Z||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 UznQRm24lRJQei1Q) ...
2022-10-26T06:02:36.947Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T06:02:36.948Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T06:02:36.948Z||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 UznQRm24lRJQei1Q) ...
2022-10-26T06:02:46.505Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:02:46.515Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:03:36.944Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T06:03:36.945Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T06:03:36.945Z||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 UznQRm24lRJQei1Q) ...
2022-10-26T06:03:36.947Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T06:03:36.947Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T06:03:36.947Z||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 UznQRm24lRJQei1Q) ...
2022-10-26T06:03:46.498Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:03:46.545Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:04:36.944Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T06:04:36.945Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T06:04:36.945Z||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 UznQRm24lRJQei1Q) ...
2022-10-26T06:04:36.947Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T06:04:36.947Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T06:04:36.947Z||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 UznQRm24lRJQei1Q) ...
2022-10-26T06:04:46.500Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:04:46.503Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:05:36.944Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T06:05:36.945Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T06:05:36.945Z||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 UznQRm24lRJQei1Q) ...
2022-10-26T06:05:36.947Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T06:05:36.948Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T06:05:36.948Z||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 UznQRm24lRJQei1Q) ...
2022-10-26T06:05:46.505Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:05:46.546Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:06:36.944Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T06:06:36.945Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T06:06:36.945Z||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 UznQRm24lRJQei1Q) ...
2022-10-26T06:06:36.947Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T06:06:36.947Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T06:06:36.948Z||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 UznQRm24lRJQei1Q) ...
2022-10-26T06:06:46.505Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:06:46.545Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:07:36.944Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T06:07:36.946Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T06:07:36.946Z||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 UznQRm24lRJQei1Q) ...
2022-10-26T06:07:36.947Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T06:07:36.947Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T06:07:36.948Z||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 UznQRm24lRJQei1Q) ...
2022-10-26T06:07:46.509Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:07:46.515Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:08:36.945Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T06:08:36.947Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T06:08:36.948Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T06:08:36.948Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T06:08:36.948Z||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 UznQRm24lRJQei1Q) ...
2022-10-26T06:08:36.948Z||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 UznQRm24lRJQei1Q) ...
2022-10-26T06:08:46.511Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:08:46.514Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:09:36.944Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T06:09:36.945Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T06:09:36.945Z||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 UznQRm24lRJQei1Q) ...
2022-10-26T06:09:36.947Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T06:09:36.947Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T06:09:36.947Z||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 UznQRm24lRJQei1Q) ...
2022-10-26T06:09:37.578Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:09:37.580Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T06:09:37.581Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"82401177-305c-450e-bc3b-ef426181d1b8","serviceName":"vFW 2022-10-26 06-08-07","serviceVersion":"1.0","serviceUUID":"2a615082-65b0-44bd-9f26-6be2b953c329","serviceDescription":"catalog service description","serviceInvariantUUID":"a3d36540-c244-474d-a052-9922382684e5","resources":[{"resourceInstanceName":"vFW e3c24f1c-f94a 0","resourceName":"vFW e3c24f1c-f94a","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d1e28a33-78e5-48d2-bd9d-e540d81902c9","resourceInvariantUUID":"7bbd8680-e7e8-4ef4-b32c-e9559a793cec","resourceCustomizationUUID":"ac6c9d38-dc50-4a8e-9b7f-90af7a8eba02","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221026060807/1.0/resourceInstances/vfwe3c24f1cf94a0/artifacts/vf-license-model.xml","artifactChecksum":"YzY1ZDJkYWJjNzIxZGQ5ZjEwY2E5ZTAwYTY2ZWU4YmU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2453f13c-c960-402a-8b30-0363547f9efa","artifactVersion":"1"},{"artifactName":"vfwe3c24f1cf94a0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20221026060807/1.0/resourceInstances/vfwe3c24f1cf94a0/artifacts/vfwe3c24f1cf94a0_modules.json","artifactChecksum":"MjhlZGNjY2IyOTA1MzcyYWZhZTUwNDMwZDRiYTIwZmE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"997f180a-e581-4d9b-b994-1e39966dc13e","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20221026060807/1.0/resourceInstances/vfwe3c24f1cf94a0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"9d70e269-244f-46e3-8377-1d4ef37c0762","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221026060807/1.0/resourceInstances/vfwe3c24f1cf94a0/artifacts/vendor-license-model.xml","artifactChecksum":"ZGU4NTAxZGI5YmE2NzdiNDczMmIzMWNlYTBmYzc4MTQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"87070e0e-e0ee-47dd-b149-0b3a0642be98","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20221026060807/1.0/resourceInstances/vfwe3c24f1cf94a0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"90731dab-4829-4185-9793-56d992c20023","artifactVersion":"2","generatedFromUUID":"9d70e269-244f-46e3-8377-1d4ef37c0762"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20221026060807-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20221026060807/1.0/artifacts/service-Vfw20221026060807-template.yml","artifactChecksum":"MzA3NzE0MjQyZmExYTIzM2M4NDI2MTY5ZWY0YTNkMzA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3fc869a3-4287-436a-beb5-200a65993f22","artifactVersion":"1"},{"artifactName":"service-Vfw20221026060807-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20221026060807/1.0/artifacts/service-Vfw20221026060807-csar.csar","artifactChecksum":"YjBmYmQ3ZWM4ZmJlMjhiMjdiNDcxMDk1YWM2Y2RmZmQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"cc78e24f-bcb1-40e2-9aff-66e1350b1d48","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-26T06:09:37.582Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:09:37.588Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-26T06:09:37.589Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82401177-305c-450e-bc3b-ef426181d1b8",
  "consumerID": "cds",
  "timestamp": 1666764547061,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221026060807/1.0/resourceInstances/vfwe3c24f1cf94a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:09:37.601Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-26T06:09:37.608Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-26T06:09:37.620Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:09:37.621Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T06:09:37.621Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-26T06:09:37.621Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "82401177-305c-450e-bc3b-ef426181d1b8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666764576944,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221026060807/1.0/resourceInstances/vfwe3c24f1cf94a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:09:37.621Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82401177-305c-450e-bc3b-ef426181d1b8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666764546021,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221026060807/1.0/resourceInstances/vfwe3c24f1cf94a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:09:37.621Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:09:37.622Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-26T06:09:37.622Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82401177-305c-450e-bc3b-ef426181d1b8",
  "consumerID": "cds",
  "timestamp": 1666764547061,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221026060807/1.0/resourceInstances/vfwe3c24f1cf94a0/artifacts/vfwe3c24f1cf94a0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:09:37.622Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:09:37.622Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-26T06:09:37.623Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82401177-305c-450e-bc3b-ef426181d1b8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666764546021,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221026060807/1.0/resourceInstances/vfwe3c24f1cf94a0/artifacts/vfwe3c24f1cf94a0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:09:37.623Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:09:37.623Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-26T06:09:37.623Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82401177-305c-450e-bc3b-ef426181d1b8",
  "consumerID": "cds",
  "timestamp": 1666764547061,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221026060807/1.0/resourceInstances/vfwe3c24f1cf94a0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:09:37.624Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:09:37.624Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-26T06:09:37.624Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82401177-305c-450e-bc3b-ef426181d1b8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666764546021,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221026060807/1.0/resourceInstances/vfwe3c24f1cf94a0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:09:37.624Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:09:37.625Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-26T06:09:37.625Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82401177-305c-450e-bc3b-ef426181d1b8",
  "consumerID": "cds",
  "timestamp": 1666764547061,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221026060807/1.0/resourceInstances/vfwe3c24f1cf94a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:09:37.625Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:09:37.625Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-26T06:09:37.625Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82401177-305c-450e-bc3b-ef426181d1b8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666764546021,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221026060807/1.0/resourceInstances/vfwe3c24f1cf94a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:09:37.626Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:09:37.626Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-26T06:09:37.626Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82401177-305c-450e-bc3b-ef426181d1b8",
  "consumerID": "cds",
  "timestamp": 1666764547061,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221026060807/1.0/resourceInstances/vfwe3c24f1cf94a0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:09:37.626Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:09:37.627Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-26T06:09:37.627Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82401177-305c-450e-bc3b-ef426181d1b8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666764546021,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221026060807/1.0/resourceInstances/vfwe3c24f1cf94a0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:09:37.627Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:09:37.627Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-26T06:09:37.627Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82401177-305c-450e-bc3b-ef426181d1b8",
  "consumerID": "cds",
  "timestamp": 1666764547061,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221026060807/1.0/artifacts/service-Vfw20221026060807-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:09:37.628Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:09:37.628Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-26T06:09:37.628Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82401177-305c-450e-bc3b-ef426181d1b8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666764546021,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221026060807/1.0/artifacts/service-Vfw20221026060807-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:09:37.629Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:09:37.629Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-26T06:09:37.629Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82401177-305c-450e-bc3b-ef426181d1b8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666764552979,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221026060807/1.0/resourceInstances/vfwe3c24f1cf94a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:09:37.629Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:09:37.629Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-26T06:09:37.630Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82401177-305c-450e-bc3b-ef426181d1b8",
  "consumerID": "cds",
  "timestamp": 1666764547061,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221026060807/1.0/artifacts/service-Vfw20221026060807-csar.csar",
  "status": "NOTIFIED"
}
2022-10-26T06:09:37.630Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:09:37.630Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-26T06:09:37.630Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82401177-305c-450e-bc3b-ef426181d1b8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666764546021,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221026060807/1.0/artifacts/service-Vfw20221026060807-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:09:37.631Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:09:37.631Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-26T06:09:37.631Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82401177-305c-450e-bc3b-ef426181d1b8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666764552979,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221026060807/1.0/resourceInstances/vfwe3c24f1cf94a0/artifacts/vfwe3c24f1cf94a0_modules.json",
  "status": "NOTIFIED"
}
2022-10-26T06:09:37.632Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:09:37.632Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-26T06:09:37.632Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82401177-305c-450e-bc3b-ef426181d1b8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666764555615,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221026060807/1.0/resourceInstances/vfwe3c24f1cf94a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:09:37.633Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:09:37.633Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-26T06:09:37.633Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82401177-305c-450e-bc3b-ef426181d1b8",
  "consumerID": "cds",
  "timestamp": 1666764554954,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221026060807/1.0/artifacts/service-Vfw20221026060807-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-26T06:09:37.634Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T06:09:37.634Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-26T06:09:37.634Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82401177-305c-450e-bc3b-ef426181d1b8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666764552979,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221026060807/1.0/resourceInstances/vfwe3c24f1cf94a0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-10-26T06:09:37.635Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:09:37.635Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-26T06:09:37.635Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82401177-305c-450e-bc3b-ef426181d1b8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666764555615,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221026060807/1.0/resourceInstances/vfwe3c24f1cf94a0/artifacts/vfwe3c24f1cf94a0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:09:37.635Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:09:37.635Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-26T06:09:37.636Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82401177-305c-450e-bc3b-ef426181d1b8",
  "consumerID": "cds",
  "timestamp": 1666764555975,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221026060807/1.0/artifacts/service-Vfw20221026060807-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-26T06:09:37.722Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2022-10-26T06:09:37.726Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-26T06:09:37.727Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UznQRm24lRJQei1Q) ...
2022-10-26T06:09:37.739Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:09:37.741Z||pool-3-thread-1|||||INFO|500||cambria reply ok (15 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: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-26T06:09:37.852Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 82401177-305c-450e-bc3b-ef426181d1b8
2022-10-26T06:09:37.875Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 82401177-305c-450e-bc3b-ef426181d1b8 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-26T06:09:37.898Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-26T06:09:37.898Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82401177-305c-450e-bc3b-ef426181d1b8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666764552979,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221026060807/1.0/resourceInstances/vfwe3c24f1cf94a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:09:37.898Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:09:37.899Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-26T06:09:37.899Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82401177-305c-450e-bc3b-ef426181d1b8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666764555615,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221026060807/1.0/resourceInstances/vfwe3c24f1cf94a0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:09:37.899Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:09:37.899Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-26T06:09:37.900Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82401177-305c-450e-bc3b-ef426181d1b8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666764552979,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221026060807/1.0/resourceInstances/vfwe3c24f1cf94a0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-10-26T06:09:37.900Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:09:37.901Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-26T06:09:37.901Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82401177-305c-450e-bc3b-ef426181d1b8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666764555615,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221026060807/1.0/resourceInstances/vfwe3c24f1cf94a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:09:37.901Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:09:37.901Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-26T06:09:37.902Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82401177-305c-450e-bc3b-ef426181d1b8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666764552979,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221026060807/1.0/artifacts/service-Vfw20221026060807-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:09:37.902Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:09:37.902Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-26T06:09:37.902Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82401177-305c-450e-bc3b-ef426181d1b8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666764555615,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221026060807/1.0/resourceInstances/vfwe3c24f1cf94a0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:09:37.903Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:09:37.903Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-26T06:09:37.903Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82401177-305c-450e-bc3b-ef426181d1b8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666764552979,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221026060807/1.0/artifacts/service-Vfw20221026060807-csar.csar",
  "status": "NOTIFIED"
}
2022-10-26T06:09:37.904Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:09:37.904Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-26T06:09:37.904Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82401177-305c-450e-bc3b-ef426181d1b8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666764555615,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221026060807/1.0/artifacts/service-Vfw20221026060807-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:09:37.904Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:09:37.905Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-26T06:09:37.905Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82401177-305c-450e-bc3b-ef426181d1b8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666764560831,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221026060807/1.0/resourceInstances/vfwe3c24f1cf94a0/artifacts/vfwe3c24f1cf94a0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-26T06:09:37.905Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T06:09:37.905Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-26T06:09:37.906Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82401177-305c-450e-bc3b-ef426181d1b8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666764555615,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221026060807/1.0/artifacts/service-Vfw20221026060807-csar.csar",
  "status": "NOTIFIED"
}
2022-10-26T06:09:37.906Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:09:37.906Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-26T06:09:37.906Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82401177-305c-450e-bc3b-ef426181d1b8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666764561926,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221026060807/1.0/resourceInstances/vfwe3c24f1cf94a0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-26T06:09:37.907Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T06:09:37.908Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-26T06:09:37.908Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82401177-305c-450e-bc3b-ef426181d1b8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666764563452,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221026060807/1.0/artifacts/service-Vfw20221026060807-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-26T06:09:37.908Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T06:09:37.908Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-26T06:09:37.909Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82401177-305c-450e-bc3b-ef426181d1b8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666764563004,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221026060807/1.0/resourceInstances/vfwe3c24f1cf94a0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-10-26T06:09:37.909Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T06:09:37.909Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-26T06:09:37.910Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82401177-305c-450e-bc3b-ef426181d1b8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666764564133,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-26T06:09:37.935Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 82401177-305c-450e-bc3b-ef426181d1b8
2022-10-26T06:09:37.935Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 82401177-305c-450e-bc3b-ef426181d1b8 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-26T06:09:37.945Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-26T06:09:37.945Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82401177-305c-450e-bc3b-ef426181d1b8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666764565139,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221026060807/1.0/resourceInstances/vfwe3c24f1cf94a0/artifacts/vfwe3c24f1cf94a0_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-26T06:09:37.946Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T06:09:37.946Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-26T06:09:37.946Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82401177-305c-450e-bc3b-ef426181d1b8",
  "consumerID": "aai-ml",
  "timestamp": 1666764566422,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221026060807/1.0/resourceInstances/vfwe3c24f1cf94a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:09:37.946Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:09:37.946Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-26T06:09:37.947Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82401177-305c-450e-bc3b-ef426181d1b8",
  "consumerID": "aai-ml",
  "timestamp": 1666764566422,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221026060807/1.0/resourceInstances/vfwe3c24f1cf94a0/artifacts/vfwe3c24f1cf94a0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:09:37.947Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:09:37.947Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-26T06:09:37.947Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82401177-305c-450e-bc3b-ef426181d1b8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666764568676,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221026060807/1.0/artifacts/service-Vfw20221026060807-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-26T06:09:37.947Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T06:09:37.948Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-26T06:09:37.948Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82401177-305c-450e-bc3b-ef426181d1b8",
  "consumerID": "aai-ml",
  "timestamp": 1666764566422,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221026060807/1.0/resourceInstances/vfwe3c24f1cf94a0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:09:37.948Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:09:37.948Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-26T06:09:37.948Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82401177-305c-450e-bc3b-ef426181d1b8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666764569681,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-26T06:09:37.953Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 82401177-305c-450e-bc3b-ef426181d1b8
2022-10-26T06:09:37.953Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 82401177-305c-450e-bc3b-ef426181d1b8 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-26T06:09:37.962Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-26T06:09:37.962Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82401177-305c-450e-bc3b-ef426181d1b8",
  "consumerID": "aai-ml",
  "timestamp": 1666764566422,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221026060807/1.0/resourceInstances/vfwe3c24f1cf94a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:09:37.962Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:09:37.962Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-26T06:09:37.962Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82401177-305c-450e-bc3b-ef426181d1b8",
  "consumerID": "aai-ml",
  "timestamp": 1666764566422,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221026060807/1.0/resourceInstances/vfwe3c24f1cf94a0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:09:37.963Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:09:37.963Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-26T06:09:37.963Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82401177-305c-450e-bc3b-ef426181d1b8",
  "consumerID": "aai-ml",
  "timestamp": 1666764566422,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221026060807/1.0/artifacts/service-Vfw20221026060807-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:09:37.963Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:09:37.963Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-26T06:09:37.963Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82401177-305c-450e-bc3b-ef426181d1b8",
  "consumerID": "aai-ml",
  "timestamp": 1666764566422,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221026060807/1.0/artifacts/service-Vfw20221026060807-csar.csar",
  "status": "NOTIFIED"
}
2022-10-26T06:09:37.964Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:09:37.964Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-26T06:09:37.964Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82401177-305c-450e-bc3b-ef426181d1b8",
  "consumerID": "aai-ml",
  "timestamp": 1666764574290,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221026060807/1.0/artifacts/service-Vfw20221026060807-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-26T06:09:37.964Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T06:09:38.629Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-26T06:09:38.629Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-26T06:09:38.631Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T06:09:38.631Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "82401177-305c-450e-bc3b-ef426181d1b8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666764576944,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221026060807/1.0/resourceInstances/vfwe3c24f1cf94a0/artifacts/vfwe3c24f1cf94a0_modules.json",
  "status": "NOTIFIED"
}
2022-10-26T06:09:38.732Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-26T06:09:38.733Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-26T06:09:38.733Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UznQRm24lRJQei1Q) ...
2022-10-26T06:09:38.751Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:09:38.752Z||pool-4-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-10-26T06:09:39.632Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-26T06:09:39.633Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-26T06:09:39.635Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T06:09:39.636Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "82401177-305c-450e-bc3b-ef426181d1b8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666764576944,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221026060807/1.0/resourceInstances/vfwe3c24f1cf94a0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-10-26T06:09:39.736Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-26T06:09:39.738Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-26T06:09:39.738Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UznQRm24lRJQei1Q) ...
2022-10-26T06:09:39.752Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:09:39.752Z||pool-5-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-10-26T06:09:40.637Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-26T06:09:40.639Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-26T06:09:40.641Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T06:09:40.641Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "82401177-305c-450e-bc3b-ef426181d1b8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666764576944,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221026060807/1.0/resourceInstances/vfwe3c24f1cf94a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:09:40.741Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-26T06:09:40.743Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-26T06:09:40.743Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UznQRm24lRJQei1Q) ...
2022-10-26T06:09:40.755Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:09:40.755Z||pool-6-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-26T06:09:41.642Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-26T06:09:41.643Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-26T06:09:41.645Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T06:09:41.645Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "82401177-305c-450e-bc3b-ef426181d1b8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666764576944,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221026060807/1.0/resourceInstances/vfwe3c24f1cf94a0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-10-26T06:09:41.745Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-26T06:09:41.746Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-26T06:09:41.747Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UznQRm24lRJQei1Q) ...
2022-10-26T06:09:41.761Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:09:41.762Z||pool-7-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-10-26T06:09:42.646Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-26T06:09:42.646Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-26T06:09:42.649Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T06:09:42.649Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "82401177-305c-450e-bc3b-ef426181d1b8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666764576944,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221026060807/1.0/artifacts/service-Vfw20221026060807-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:09:42.749Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-26T06:09:42.750Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-26T06:09:42.751Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UznQRm24lRJQei1Q) ...
2022-10-26T06:09:42.763Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:09:42.763Z||pool-8-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-10-26T06:09:43.649Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-26T06:09:43.650Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-26T06:09:43.653Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T06:09:43.653Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "82401177-305c-450e-bc3b-ef426181d1b8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666764576944,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221026060807/1.0/artifacts/service-Vfw20221026060807-csar.csar",
  "status": "NOTIFIED"
}
2022-10-26T06:09:43.753Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-26T06:09:43.754Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-26T06:09:43.754Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UznQRm24lRJQei1Q) ...
2022-10-26T06:09:43.765Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:09:43.765Z||pool-9-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-26T06:09:44.655Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "82401177-305c-450e-bc3b-ef426181d1b8",
  "serviceName": "vFW 2022-10-26 06-08-07",
  "serviceVersion": "1.0",
  "serviceUUID": "2a615082-65b0-44bd-9f26-6be2b953c329",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "a3d36540-c244-474d-a052-9922382684e5",
  "resources": [
    {
      "resourceInstanceName": "vFW e3c24f1c-f94a 0",
      "resourceCustomizationUUID": "ac6c9d38-dc50-4a8e-9b7f-90af7a8eba02",
      "resourceName": "vFW e3c24f1c-f94a",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "d1e28a33-78e5-48d2-bd9d-e540d81902c9",
      "resourceInvariantUUID": "7bbd8680-e7e8-4ef4-b32c-e9559a793cec",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwe3c24f1cf94a0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20221026060807/1.0/resourceInstances/vfwe3c24f1cf94a0/artifacts/vfwe3c24f1cf94a0_modules.json",
          "artifactChecksum": "MjhlZGNjY2IyOTA1MzcyYWZhZTUwNDMwZDRiYTIwZmE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "997f180a-e581-4d9b-b994-1e39966dc13e",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20221026060807/1.0/resourceInstances/vfwe3c24f1cf94a0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "9d70e269-244f-46e3-8377-1d4ef37c0762",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20221026060807/1.0/resourceInstances/vfwe3c24f1cf94a0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "90731dab-4829-4185-9793-56d992c20023",
            "generatedFromUUID": "9d70e269-244f-46e3-8377-1d4ef37c0762"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20221026060807/1.0/resourceInstances/vfwe3c24f1cf94a0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "90731dab-4829-4185-9793-56d992c20023",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20221026060807-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20221026060807/1.0/artifacts/service-Vfw20221026060807-csar.csar",
      "artifactChecksum": "YjBmYmQ3ZWM4ZmJlMjhiMjdiNDcxMDk1YWM2Y2RmZmQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "cc78e24f-bcb1-40e2-9aff-66e1350b1d48"
    }
  ],
  "workloadContext": "Production"
}
2022-10-26T06:09:44.656Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-26T06:09:44.656Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 2a615082-65b0-44bd-9f26-6be2b953c329 ASDC
2022-10-26T06:09:44.779Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:82401177-305c-450e-bc3b-ef426181d1b8
ServiceName:vFW 2022-10-26 06-08-07
ServiceVersion:1.0
ServiceUUID:2a615082-65b0-44bd-9f26-6be2b953c329
ServiceInvariantUUID:a3d36540-c244-474d-a052-9922382684e5
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20221026060807-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221026060807/1.0/artifacts/service-Vfw20221026060807-csar.csar
ArtifactUUID:cc78e24f-bcb1-40e2-9aff-66e1350b1d48
ArtifactChecksum:YjBmYmQ3ZWM4ZmJlMjhiMjdiNDcxMDk1YWM2Y2RmZmQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW e3c24f1c-f94a 0
ResourceCustomizationUUID:ac6c9d38-dc50-4a8e-9b7f-90af7a8eba02
ResourceInvariantUUID:7bbd8680-e7e8-4ef4-b32c-e9559a793cec
ResourceName:vFW e3c24f1c-f94a
ResourceType:VF
ResourceUUID:d1e28a33-78e5-48d2-bd9d-e540d81902c9
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwe3c24f1cf94a0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221026060807/1.0/resourceInstances/vfwe3c24f1cf94a0/artifacts/vfwe3c24f1cf94a0_modules.json
ArtifactUUID:997f180a-e581-4d9b-b994-1e39966dc13e
ArtifactChecksum:MjhlZGNjY2IyOTA1MzcyYWZhZTUwNDMwZDRiYTIwZmE=
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/Vfw20221026060807/1.0/resourceInstances/vfwe3c24f1cf94a0/artifacts/base_vfw.yaml
ArtifactUUID:9d70e269-244f-46e3-8377-1d4ef37c0762
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/Vfw20221026060807/1.0/resourceInstances/vfwe3c24f1cf94a0/artifacts/base_vfw.env
ArtifactUUID:90731dab-4829-4185-9793-56d992c20023
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/Vfw20221026060807/1.0/resourceInstances/vfwe3c24f1cf94a0/artifacts/base_vfw.env
ArtifactUUID:90731dab-4829-4185-9793-56d992c20023
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-10-26T06:09:44.781Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2a615082-65b0-44bd-9f26-6be2b953c329 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-10-26T06:09:44.837Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-26T06:09:44.839Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-10-26T06:09:44.852Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-10-26T06:09:44.852Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: cc78e24f-bcb1-40e2-9aff-66e1350b1d48 from URL: /sdc/v1/catalog/services/Vfw20221026060807/1.0/artifacts/service-Vfw20221026060807-csar.csar
2022-10-26T06:09:44.852Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-10-26T06:09:44.854Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221026060807/1.0/artifacts/service-Vfw20221026060807-csar.csar
2022-10-26T06:09:45.004Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-10-26T06:09:45.025Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221026060807/1.0/artifacts/service-Vfw20221026060807-csar.csar cc78e24f-bcb1-40e2-9aff-66e1350b1d48 100685
2022-10-26T06:09:45.028Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221026060807/1.0/artifacts/service-Vfw20221026060807-csar.csar ASDC sendASDCNotification
2022-10-26T06:09:45.028Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221026060807/1.0/artifacts/service-Vfw20221026060807-csar.csar
2022-10-26T06:09:45.029Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-26T06:09:45.030Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-26T06:09:45.032Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T06:09:45.032Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "82401177-305c-450e-bc3b-ef426181d1b8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666764585025,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221026060807/1.0/artifacts/service-Vfw20221026060807-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-26T06:09:45.132Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-26T06:09:45.133Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-26T06:09:45.133Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UznQRm24lRJQei1Q) ...
2022-10-26T06:09:45.145Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:09:45.146Z||pool-10-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-10-26T06:09:46.033Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-26T06:09:46.035Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-10-26T06:09:46.035Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: cc78e24f-bcb1-40e2-9aff-66e1350b1d48, URL: /sdc/v1/catalog/services/Vfw20221026060807/1.0/artifacts/service-Vfw20221026060807-csar.csar to file: /app/ASDC/1/service-Vfw20221026060807-csar.csar
2022-10-26T06:09:46.036Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20221026060807-csar.csar
2022-10-26T06:09:46.144Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20221026060807-csar.csar
2022-10-26T06:09:46.144Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20221026060807-csar.csar
2022-10-26T06:09:46.937Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17867273940536260645/Definitions/service-Vfw20221026060807-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
2022-10-26T06:09:50.000Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-26T06:09:50.006Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-10-26T06:09:50.006Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20221026060807-csar.csar
2022-10-26T06:09:50.007Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2022-10-26T06:09:50.007Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221026060807-csar.csar
2022-10-26T06:09:50.007Z|82401177-305c-450e-bc3b-ef426181d1b8|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-Vfw20221026060807-csar.csar
2022-10-26T06:09:50.007Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW e3c24f1c-f94a 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-Vfw20221026060807-csar.csar
2022-10-26T06:09:50.007Z|82401177-305c-450e-bc3b-ef426181d1b8|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-Vfw20221026060807-csar.csar
2022-10-26T06:09:50.007Z|82401177-305c-450e-bc3b-ef426181d1b8|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-Vfw20221026060807-csar.csar
2022-10-26T06:09:50.007Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221026060807-csar.csar
2022-10-26T06:09:50.007Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221026060807-csar.csar
2022-10-26T06:09:50.008Z|82401177-305c-450e-bc3b-ef426181d1b8|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-Vfw20221026060807-csar.csar
2022-10-26T06:09:50.008Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221026060807-csar.csar
2022-10-26T06:09:50.008Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221026060807-csar.csar
2022-10-26T06:09:50.008Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221026060807-csar.csar
2022-10-26T06:09:50.008Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-10-26T06:09:50.015Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T06:09:50.016Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-10-26 06-08-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T06:09:50.021Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||Node template vFW e3c24f1c-f94a 0 is matching search criteria
2022-10-26T06:09:50.021Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-10-26T06:09:50.023Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW e3c24f1c-f94a 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-26T06:09:50.024Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T06:09:50.025Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-10-26 06-08-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T06:09:50.025Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||Node template vFW e3c24f1c-f94a 0 is matching search criteria
2022-10-26T06:09:50.025Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-10-26T06:09:50.025Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW e3c24f1c-f94a 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-26T06:09:50.025Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T06:09:50.026Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-10-26 06-08-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T06:09:50.029Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T06:09:50.029Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||Node template vFW e3c24f1c-f94a 0 is not matching search criteria
2022-10-26T06:09:50.030Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-10-26T06:09:50.030Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-10-26T06:09:50.030Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-10-26T06:09:50.030Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-10-26T06:09:50.030Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-10-26T06:09:50.031Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-10-26T06:09:50.031Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-10-26T06:09:50.031Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-10-26T06:09:50.031Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-10-26T06:09:50.031Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-10-26T06:09:50.031Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-10-26T06:09:50.032Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-10-26T06:09:50.032Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-10-26T06:09:50.032Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-10-26T06:09:50.032Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-10-26T06:09:50.032Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-10-26T06:09:50.032Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T06:09:50.033Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-10-26 06-08-07 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-26T06:09:50.034Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T06:09:50.034Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||Node template vFW e3c24f1c-f94a 0 is matching search criteria
2022-10-26T06:09:50.034Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW e3c24f1c-f94a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-26T06:09:50.035Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T06:09:50.035Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||Node template vFW e3c24f1c-f94a 0 is matching search criteria
2022-10-26T06:09:50.035Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW e3c24f1c-f94a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-26T06:09:50.035Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T06:09:50.035Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||Node template vFW e3c24f1c-f94a 0 is matching search criteria
2022-10-26T06:09:50.035Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW e3c24f1c-f94a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-26T06:09:50.036Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T06:09:50.036Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||Node template vFW e3c24f1c-f94a 0 is not matching search criteria
2022-10-26T06:09:50.036Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-10-26T06:09:50.036Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-10-26T06:09:50.036Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-10-26T06:09:50.037Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-10-26T06:09:50.037Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-10-26T06:09:50.037Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-10-26T06:09:50.037Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-10-26T06:09:50.037Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-10-26T06:09:50.037Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-10-26T06:09:50.038Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-10-26T06:09:50.038Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-10-26T06:09:50.038Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=99d227e0-c1c9-46e4-99ae-7b442d939f0a
2022-10-26T06:09:50.038Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T06:09:50.038Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||Node template vFW e3c24f1c-f94a 0 is not matching search criteria
2022-10-26T06:09:50.039Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-10-26T06:09:50.039Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-10-26T06:09:50.039Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-10-26T06:09:50.039Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-10-26T06:09:50.039Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-10-26T06:09:50.039Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-10-26T06:09:50.039Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-10-26T06:09:50.040Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-10-26T06:09:50.040Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-10-26T06:09:50.040Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-10-26T06:09:50.040Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-10-26T06:09:50.040Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-10-26T06:09:50.040Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=b5518c9c-d180-4066-b728-8c624a22640f
2022-10-26T06:09:50.041Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T06:09:50.041Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||Node template vFW e3c24f1c-f94a 0 is not matching search criteria
2022-10-26T06:09:50.041Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-10-26T06:09:50.041Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-10-26T06:09:50.041Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-10-26T06:09:50.041Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-10-26T06:09:50.042Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-10-26T06:09:50.042Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-10-26T06:09:50.042Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-10-26T06:09:50.042Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-10-26T06:09:50.042Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-10-26T06:09:50.042Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-10-26T06:09:50.043Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-10-26T06:09:50.043Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-10-26T06:09:50.043Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=eebe21b8-ca10-4775-b16a-5a43f49af60d
2022-10-26T06:09:50.043Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T06:09:50.043Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-10-26 06-08-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T06:09:50.044Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T06:09:50.044Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-10-26 06-08-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T06:09:50.044Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T06:09:50.044Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-10-26 06-08-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T06:09:50.044Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T06:09:50.044Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-10-26 06-08-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T06:09:50.045Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-10-26 06-08-07
Description:catalog service description
Model UUID:2a615082-65b0-44bd-9f26-6be2b953c329
Model Version:NULL
Model InvariantUuid:a3d36540-c244-474d-a052-9922382684e5
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW e3c24f1c-f94a
Model UUID:6b6d4c37-91e4-4d59-bf6f-91aed71de1d3
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:7bbd8680-e7e8-4ef4-b32c-e9559a793cec
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:ac6c9d38-dc50-4a8e-9b7f-90af7a8eba02
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:88253cda-8792-40cb-b494-91f1ccf1c890
ModelName:VfwE3c24f1cF94a..base_vfw..module-0
ModelUuid:71b469a3-c4fa-4cf1-835b-5857a2ecd287
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:99d227e0-c1c9-46e4-99ae-7b442d939f0a
ModelInvariantUuid:255fdea8-d028-47ab-9572-166ce8411165
ModelName:vFW e3c24f1c-f94a-nodes.vfwCvfc
ModelUuid:b5686ba3-25de-4e41-b6c0-06d959d53191
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:a3d56eee-6e2b-443e-9843-f6601f1f202f
ModelInvariantUuid:9d38fb0c-54e8-44e6-8fab-ba996f418726
ModelName:VfwE3c24f1cF94a.compute.nodes.heat.vfw
ModelUuid:b5365b48-b299-4d98-8857-0733d9e2b1ae
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:b5518c9c-d180-4066-b728-8c624a22640f
ModelInvariantUuid:2795282c-d919-45e3-9989-33a73674b7c5
ModelName:vFW e3c24f1c-f94a-nodes.vsnCvfc
ModelUuid:d20a380e-f160-4b7f-8643-d016c1884256
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:e40b1574-c0d5-47d0-b4ac-a317150c2cd3
ModelInvariantUuid:412bef4f-a26e-4e90-aedf-d67997487b60
ModelName:VfwE3c24f1cF94a.compute.nodes.heat.vsn
ModelUuid:62b2efc1-9265-490d-8e69-ea6b128f3d9c
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:eebe21b8-ca10-4775-b16a-5a43f49af60d
ModelInvariantUuid:6c8560f4-4ebe-4b87-9ee3-934c77c46815
ModelName:vFW e3c24f1c-f94a-nodes.vpgCvfc
ModelUuid:feb06799-2ee6-4def-a836-9560e68df3c7
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:ef96f7e1-e7f7-407b-8fb0-8b375a59fa3b
ModelInvariantUuid:d068e2b1-807a-4a63-86cd-2c61450f8136
ModelName:VfwE3c24f1cF94a.compute.nodes.heat.vpg
ModelUuid:aeccbf0b-9c81-41a1-8117-1f33fe1a23cc
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-10-26T06:09:50.058Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: d1e28a33-78e5-48d2-bd9d-e540d81902c9
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-26T06:09:50.154Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||INFO|500||vFW e3c24f1c-f94a 0
2022-10-26T06:09:50.161Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: d1e28a33-78e5-48d2-bd9d-e540d81902c9
2022-10-26T06:09:50.161Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 997f180a-e581-4d9b-b994-1e39966dc13e from URL: /sdc/v1/catalog/services/Vfw20221026060807/1.0/resourceInstances/vfwe3c24f1cf94a0/artifacts/vfwe3c24f1cf94a0_modules.json
2022-10-26T06:09:50.161Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-10-26T06:09:50.161Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221026060807/1.0/resourceInstances/vfwe3c24f1cf94a0/artifacts/vfwe3c24f1cf94a0_modules.json
2022-10-26T06:09:50.237Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-10-26T06:09:50.238Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221026060807/1.0/resourceInstances/vfwe3c24f1cf94a0/artifacts/vfwe3c24f1cf94a0_modules.json 997f180a-e581-4d9b-b994-1e39966dc13e 785
2022-10-26T06:09:50.238Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221026060807/1.0/resourceInstances/vfwe3c24f1cf94a0/artifacts/vfwe3c24f1cf94a0_modules.json ASDC sendASDCNotification
2022-10-26T06:09:50.238Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221026060807/1.0/resourceInstances/vfwe3c24f1cf94a0/artifacts/vfwe3c24f1cf94a0_modules.json
2022-10-26T06:09:50.238Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-26T06:09:50.238Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-26T06:09:50.241Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T06:09:50.241Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "82401177-305c-450e-bc3b-ef426181d1b8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666764590238,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221026060807/1.0/resourceInstances/vfwe3c24f1cf94a0/artifacts/vfwe3c24f1cf94a0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-26T06:09:50.341Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-26T06:09:50.342Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-26T06:09:50.342Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UznQRm24lRJQei1Q) ...
2022-10-26T06:09:50.354Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:09:50.355Z||pool-11-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-10-26T06:09:51.242Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwE3c24f1cF94a..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "88253cda-8792-40cb-b494-91f1ccf1c890",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "71b469a3-c4fa-4cf1-835b-5857a2ecd287",
    "vfModuleModelCustomizationUUID": "e6db1d43-f502-4c89-9e23-4c6f0a866494",
    "isBase": true,
    "artifacts": [
      "9d70e269-244f-46e3-8377-1d4ef37c0762",
      "90731dab-4829-4185-9793-56d992c20023"
    ],
    "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-10-26T06:09:51.256Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwE3c24f1cF94a..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:71b469a3-c4fa-4cf1-835b-5857a2ecd287
VfModuleModelInvariantUUID:88253cda-8792-40cb-b494-91f1ccf1c890
VfModuleModelDescription:NULL
Artifacts UUID List:{
9d70e269-244f-46e3-8377-1d4ef37c0762
,
90731dab-4829-4185-9793-56d992c20023

}
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-10-26T06:09:51.259Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwE3c24f1cF94a..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "88253cda-8792-40cb-b494-91f1ccf1c890",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "71b469a3-c4fa-4cf1-835b-5857a2ecd287",
    "vfModuleModelCustomizationUUID": "e6db1d43-f502-4c89-9e23-4c6f0a866494",
    "isBase": true,
    "artifacts": [
      "9d70e269-244f-46e3-8377-1d4ef37c0762",
      "90731dab-4829-4185-9793-56d992c20023"
    ],
    "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-10-26T06:09:51.259Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwE3c24f1cF94a..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:71b469a3-c4fa-4cf1-835b-5857a2ecd287
VfModuleModelInvariantUUID:88253cda-8792-40cb-b494-91f1ccf1c890
VfModuleModelDescription:NULL
Artifacts UUID List:{
9d70e269-244f-46e3-8377-1d4ef37c0762
,
90731dab-4829-4185-9793-56d992c20023

}
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-10-26T06:09:51.260Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 9d70e269-244f-46e3-8377-1d4ef37c0762 from URL: /sdc/v1/catalog/services/Vfw20221026060807/1.0/resourceInstances/vfwe3c24f1cf94a0/artifacts/base_vfw.yaml
2022-10-26T06:09:51.260Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-10-26T06:09:51.260Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221026060807/1.0/resourceInstances/vfwe3c24f1cf94a0/artifacts/base_vfw.yaml
2022-10-26T06:09:51.327Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-10-26T06:09:51.328Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221026060807/1.0/resourceInstances/vfwe3c24f1cf94a0/artifacts/base_vfw.yaml 9d70e269-244f-46e3-8377-1d4ef37c0762 20368
2022-10-26T06:09:51.329Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221026060807/1.0/resourceInstances/vfwe3c24f1cf94a0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-10-26T06:09:51.329Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221026060807/1.0/resourceInstances/vfwe3c24f1cf94a0/artifacts/base_vfw.yaml
2022-10-26T06:09:51.329Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-26T06:09:51.329Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-26T06:09:51.331Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T06:09:51.331Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "82401177-305c-450e-bc3b-ef426181d1b8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666764591329,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221026060807/1.0/resourceInstances/vfwe3c24f1cf94a0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-26T06:09:51.433Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-10-26T06:09:51.434Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-26T06:09:51.435Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UznQRm24lRJQei1Q) ...
2022-10-26T06:09:51.447Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:09:51.448Z||pool-12-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-26T06:09:52.332Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 90731dab-4829-4185-9793-56d992c20023 from URL: /sdc/v1/catalog/services/Vfw20221026060807/1.0/resourceInstances/vfwe3c24f1cf94a0/artifacts/base_vfw.env
2022-10-26T06:09:52.333Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-10-26T06:09:52.333Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221026060807/1.0/resourceInstances/vfwe3c24f1cf94a0/artifacts/base_vfw.env
2022-10-26T06:09:52.435Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-10-26T06:09:52.436Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221026060807/1.0/resourceInstances/vfwe3c24f1cf94a0/artifacts/base_vfw.env 90731dab-4829-4185-9793-56d992c20023 2098
2022-10-26T06:09:52.436Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221026060807/1.0/resourceInstances/vfwe3c24f1cf94a0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-10-26T06:09:52.436Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221026060807/1.0/resourceInstances/vfwe3c24f1cf94a0/artifacts/base_vfw.env
2022-10-26T06:09:52.436Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-26T06:09:52.437Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-26T06:09:52.440Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T06:09:52.440Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "82401177-305c-450e-bc3b-ef426181d1b8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666764592436,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221026060807/1.0/resourceInstances/vfwe3c24f1cf94a0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-10-26T06:09:52.539Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-26T06:09:52.540Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-26T06:09:52.540Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UznQRm24lRJQei1Q) ...
2022-10-26T06:09:52.550Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:09:52.550Z||pool-13-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-10-26T06:09:53.441Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 2a615082-65b0-44bd-9f26-6be2b953c329
2022-10-26T06:09:53.441Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW e3c24f1c-f94a 0 d1e28a33-78e5-48d2-bd9d-e540d81902c9 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-26T06:09:53.492Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2f09d218, org.onap.sdc.toscaparser.api.parameters.Input@4e3fb7ea, org.onap.sdc.toscaparser.api.parameters.Input@3a5921a, org.onap.sdc.toscaparser.api.parameters.Input@13100693, org.onap.sdc.toscaparser.api.parameters.Input@72e88ffb]
2022-10-26T06:09:53.496Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T06:09:53.497Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-10-26 06-08-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T06:09:53.497Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2022-10-26T06:09:53.497Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= ac6c9d38-dc50-4a8e-9b7f-90af7a8eba02
2022-10-26T06:09:53.498Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: ac6c9d38-dc50-4a8e-9b7f-90af7a8eba02 matches Tosca VF Customization UUID: ac6c9d38-dc50-4a8e-9b7f-90af7a8eba02
2022-10-26T06:09:53.498Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: ac6c9d38-dc50-4a8e-9b7f-90af7a8eba02  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-10-26T06:09:53.504Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T06:09:53.505Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-10-26 06-08-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T06:09:53.506Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id ac6c9d38-dc50-4a8e-9b7f-90af7a8eba02: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-10-26T06:09:53.506Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@79e4adf3
2022-10-26T06:09:53.506Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T06:09:53.507Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-10-26 06-08-07 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-26T06:09:53.507Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : e6db1d43-f502-4c89-9e23-4c6f0a866494
2022-10-26T06:09:53.509Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID e6db1d43-f502-4c89-9e23-4c6f0a866494
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-10-26T06:09:53.514Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T06:09:53.515Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||Node template vFW e3c24f1c-f94a 0 is matching search criteria
2022-10-26T06:09:53.515Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW e3c24f1c-f94a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-26T06:09:53.516Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T06:09:53.516Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||Node template vFW e3c24f1c-f94a 0 is matching search criteria
2022-10-26T06:09:53.517Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW e3c24f1c-f94a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-26T06:09:53.517Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T06:09:53.517Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||Node template vFW e3c24f1c-f94a 0 is not matching search criteria
2022-10-26T06:09:53.517Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-10-26T06:09:53.518Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-10-26T06:09:53.518Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-10-26T06:09:53.518Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-10-26T06:09:53.519Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-10-26T06:09:53.519Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-10-26T06:09:53.519Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-10-26T06:09:53.519Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-10-26T06:09:53.520Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-10-26T06:09:53.520Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-10-26T06:09:53.520Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-10-26T06:09:53.520Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=99d227e0-c1c9-46e4-99ae-7b442d939f0a
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-10-26T06:09:53.531Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T06:09:53.532Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||Node template vFW e3c24f1c-f94a 0 is matching search criteria
2022-10-26T06:09:53.532Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW e3c24f1c-f94a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-26T06:09:53.532Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T06:09:53.533Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||Node template vFW e3c24f1c-f94a 0 is not matching search criteria
2022-10-26T06:09:53.533Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-10-26T06:09:53.533Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-10-26T06:09:53.533Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-10-26T06:09:53.534Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-10-26T06:09:53.534Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-10-26T06:09:53.534Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-10-26T06:09:53.534Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-10-26T06:09:53.535Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-10-26T06:09:53.535Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-10-26T06:09:53.535Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-10-26T06:09:53.536Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-10-26T06:09:53.536Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-10-26T06:09:53.536Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=b5518c9c-d180-4066-b728-8c624a22640f
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-10-26T06:09:53.538Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T06:09:53.539Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||Node template vFW e3c24f1c-f94a 0 is matching search criteria
2022-10-26T06:09:53.539Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW e3c24f1c-f94a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-26T06:09:53.541Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T06:09:53.542Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||Node template vFW e3c24f1c-f94a 0 is not matching search criteria
2022-10-26T06:09:53.542Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-10-26T06:09:53.542Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-10-26T06:09:53.542Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-10-26T06:09:53.543Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-10-26T06:09:53.543Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-10-26T06:09:53.543Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-10-26T06:09:53.544Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-10-26T06:09:53.544Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-10-26T06:09:53.544Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-10-26T06:09:53.544Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-10-26T06:09:53.545Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-10-26T06:09:53.545Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-10-26T06:09:53.545Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=eebe21b8-ca10-4775-b16a-5a43f49af60d
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-10-26T06:09:53.550Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T06:09:53.551Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||Node template vFW e3c24f1c-f94a 0 is matching search criteria
2022-10-26T06:09:53.551Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW e3c24f1c-f94a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-26T06:09:53.551Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T06:09:53.552Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||Node template vFW e3c24f1c-f94a 0 is matching search criteria
2022-10-26T06:09:53.552Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW e3c24f1c-f94a 0] matching following query criteria: sdcType=VF, customizationUUID=ac6c9d38-dc50-4a8e-9b7f-90af7a8eba02
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-26T06:09:53.554Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T06:09:53.554Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-10-26 06-08-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T06:09:53.555Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 2a615082-65b0-44bd-9f26-6be2b953c329: vFW e3c24f1c-f94a
2022-10-26T06:09:53.555Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T06:09:53.555Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-10-26 06-08-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T06:09:53.555Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T06:09:53.556Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-10-26 06-08-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T06:09:53.556Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T06:09:53.556Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-10-26 06-08-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T06:09:53.557Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T06:09:53.557Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-10-26 06-08-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T06:09:53.557Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T06:09:53.557Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-10-26 06-08-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T06:09:53.558Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||INFO|500||Saving Service: vFW 2022-10-26 06-08-07 
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-10-26T06:09:53.854Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW e3c24f1c-f94a d1e28a33-78e5-48d2-bd9d-e540d81902c9 1 ASDC deployResourceStructure
2022-10-26T06:09:53.855Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221026060807/1.0/resourceInstances/vfwe3c24f1cf94a0/artifacts/vfwe3c24f1cf94a0_modules.json ASDC sendASDCNotification
2022-10-26T06:09:53.855Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221026060807/1.0/resourceInstances/vfwe3c24f1cf94a0/artifacts/vfwe3c24f1cf94a0_modules.json
2022-10-26T06:09:53.855Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-26T06:09:53.856Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-26T06:09:53.857Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T06:09:53.858Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "82401177-305c-450e-bc3b-ef426181d1b8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666764593855,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221026060807/1.0/resourceInstances/vfwe3c24f1cf94a0/artifacts/vfwe3c24f1cf94a0_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-26T06:09:53.958Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-26T06:09:53.959Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-26T06:09:53.959Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UznQRm24lRJQei1Q) ...
2022-10-26T06:09:53.975Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:09:53.976Z||pool-14-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-10-26T06:09:54.859Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221026060807/1.0/resourceInstances/vfwe3c24f1cf94a0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-10-26T06:09:54.859Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221026060807/1.0/resourceInstances/vfwe3c24f1cf94a0/artifacts/base_vfw.yaml
2022-10-26T06:09:54.860Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-26T06:09:54.860Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-26T06:09:54.862Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T06:09:54.863Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "82401177-305c-450e-bc3b-ef426181d1b8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666764594859,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221026060807/1.0/resourceInstances/vfwe3c24f1cf94a0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-10-26T06:09:54.962Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-26T06:09:54.963Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-26T06:09:54.963Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UznQRm24lRJQei1Q) ...
2022-10-26T06:09:55.007Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:09:55.007Z||pool-15-thread-1|||||INFO|500||cambria reply ok (45 ms):{"serverTimeMs":0,"count":1}
2022-10-26T06:09:55.864Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221026060807/1.0/resourceInstances/vfwe3c24f1cf94a0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-10-26T06:09:55.864Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221026060807/1.0/resourceInstances/vfwe3c24f1cf94a0/artifacts/base_vfw.env
2022-10-26T06:09:55.865Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-26T06:09:55.866Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-26T06:09:55.868Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T06:09:55.869Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "82401177-305c-450e-bc3b-ef426181d1b8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666764595864,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221026060807/1.0/resourceInstances/vfwe3c24f1cf94a0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-10-26T06:09:55.969Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-26T06:09:55.970Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-26T06:09:55.970Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UznQRm24lRJQei1Q) ...
2022-10-26T06:09:55.984Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:09:55.985Z||pool-16-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-10-26T06:09:56.870Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221026060807/1.0/artifacts/service-Vfw20221026060807-csar.csar ASDC sendASDCNotification
2022-10-26T06:09:56.870Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221026060807/1.0/artifacts/service-Vfw20221026060807-csar.csar
2022-10-26T06:09:56.870Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-26T06:09:56.870Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-26T06:09:56.872Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T06:09:56.872Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "82401177-305c-450e-bc3b-ef426181d1b8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666764596870,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221026060807/1.0/artifacts/service-Vfw20221026060807-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-26T06:09:56.973Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-26T06:09:56.974Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-26T06:09:56.974Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UznQRm24lRJQei1Q) ...
2022-10-26T06:09:56.988Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:09:56.989Z||pool-17-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-26T06:09:57.874Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 82401177-305c-450e-bc3b-ef426181d1b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-26T06:09:57.910Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 82401177-305c-450e-bc3b-ef426181d1b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-26T06:09:57.916Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-26T06:09:57.916Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-26T06:09:57.916Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-26T06:10:27.917Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 82401177-305c-450e-bc3b-ef426181d1b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-26T06:10:27.935Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 82401177-305c-450e-bc3b-ef426181d1b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-26T06:10:27.938Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-26T06:10:27.939Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-26T06:10:27.939Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-26T06:10:36.947Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T06:10:36.947Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T06:10:36.948Z||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 UznQRm24lRJQei1Q) ...
2022-10-26T06:10:37.072Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:10:37.073Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-26T06:10:37.073Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82401177-305c-450e-bc3b-ef426181d1b8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666764576944,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221026060807/1.0/resourceInstances/vfwe3c24f1cf94a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:10:37.074Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:10:57.939Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 82401177-305c-450e-bc3b-ef426181d1b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-26T06:10:57.957Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 82401177-305c-450e-bc3b-ef426181d1b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-26T06:10:57.961Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-26T06:10:57.961Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-26T06:10:57.962Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-26T06:11:27.962Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 82401177-305c-450e-bc3b-ef426181d1b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-26T06:11:27.979Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 82401177-305c-450e-bc3b-ef426181d1b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-26T06:11:27.982Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-26T06:11:27.982Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-26T06:11:27.982Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-26T06:11:36.947Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T06:11:36.948Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T06:11:36.948Z||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 UznQRm24lRJQei1Q) ...
2022-10-26T06:11:37.483Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:11:37.486Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-26T06:11:37.487Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82401177-305c-450e-bc3b-ef426181d1b8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666764576944,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221026060807/1.0/resourceInstances/vfwe3c24f1cf94a0/artifacts/vfwe3c24f1cf94a0_modules.json",
  "status": "NOTIFIED"
}
2022-10-26T06:11:37.488Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:11:37.488Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-26T06:11:37.488Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82401177-305c-450e-bc3b-ef426181d1b8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666764576944,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221026060807/1.0/resourceInstances/vfwe3c24f1cf94a0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-10-26T06:11:37.488Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:11:37.488Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-26T06:11:37.488Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a921477c-aec9-4eab-a949-e52991df4ae5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666764572979,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOxcswj/1.0/resourceInstances/basic_onboard_oxcswj0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:11:37.488Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:11:37.488Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-26T06:11:37.489Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a921477c-aec9-4eab-a949-e52991df4ae5",
  "consumerID": "cds",
  "timestamp": 1666764577061,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOxcswj/1.0/resourceInstances/basic_onboard_oxcswj0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:11:37.489Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:11:37.489Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-26T06:11:37.489Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82401177-305c-450e-bc3b-ef426181d1b8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666764576944,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221026060807/1.0/resourceInstances/vfwe3c24f1cf94a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:11:37.489Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:11:37.489Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-26T06:11:37.489Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a921477c-aec9-4eab-a949-e52991df4ae5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666764572979,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOxcswj/1.0/resourceInstances/basic_onboard_oxcswj0/artifacts/basic_onboard_oxcswj0_modules.json",
  "status": "NOTIFIED"
}
2022-10-26T06:11:37.490Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:11:37.490Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-26T06:11:37.490Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a921477c-aec9-4eab-a949-e52991df4ae5",
  "consumerID": "cds",
  "timestamp": 1666764577061,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOxcswj/1.0/resourceInstances/basic_onboard_oxcswj0/artifacts/basic_onboard_oxcswj0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:11:37.490Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:11:37.490Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-26T06:11:37.490Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82401177-305c-450e-bc3b-ef426181d1b8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666764576944,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221026060807/1.0/resourceInstances/vfwe3c24f1cf94a0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-10-26T06:11:37.490Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:11:37.490Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-26T06:11:37.491Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a921477c-aec9-4eab-a949-e52991df4ae5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666764572979,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOxcswj/1.0/resourceInstances/basic_onboard_oxcswj0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-10-26T06:11:37.491Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:11:37.491Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-26T06:11:37.491Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a921477c-aec9-4eab-a949-e52991df4ae5",
  "consumerID": "cds",
  "timestamp": 1666764577061,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOxcswj/1.0/resourceInstances/basic_onboard_oxcswj0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:11:37.491Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:11:37.491Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-26T06:11:37.491Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82401177-305c-450e-bc3b-ef426181d1b8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666764576944,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221026060807/1.0/artifacts/service-Vfw20221026060807-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:11:37.491Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:11:37.491Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-26T06:11:37.492Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a921477c-aec9-4eab-a949-e52991df4ae5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666764572979,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOxcswj/1.0/resourceInstances/basic_onboard_oxcswj0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:11:37.492Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:11:37.492Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-26T06:11:37.492Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a921477c-aec9-4eab-a949-e52991df4ae5",
  "consumerID": "cds",
  "timestamp": 1666764577061,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOxcswj/1.0/resourceInstances/basic_onboard_oxcswj0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:11:37.492Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:11:37.492Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-26T06:11:37.492Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82401177-305c-450e-bc3b-ef426181d1b8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666764576944,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221026060807/1.0/artifacts/service-Vfw20221026060807-csar.csar",
  "status": "NOTIFIED"
}
2022-10-26T06:11:37.492Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:11:37.492Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-26T06:11:37.493Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a921477c-aec9-4eab-a949-e52991df4ae5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666764572979,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOxcswj/1.0/resourceInstances/basic_onboard_oxcswj0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-10-26T06:11:37.493Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:11:37.493Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-26T06:11:37.493Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a921477c-aec9-4eab-a949-e52991df4ae5",
  "consumerID": "cds",
  "timestamp": 1666764577061,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOxcswj/1.0/resourceInstances/basic_onboard_oxcswj0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:11:37.493Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:11:37.493Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-26T06:11:37.493Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a921477c-aec9-4eab-a949-e52991df4ae5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666764572979,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOxcswj/1.0/artifacts/service-BasicOnboardOxcswj-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:11:37.493Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:11:37.493Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-26T06:11:37.494Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a921477c-aec9-4eab-a949-e52991df4ae5",
  "consumerID": "cds",
  "timestamp": 1666764577061,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOxcswj/1.0/artifacts/service-BasicOnboardOxcswj-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:11:37.494Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:11:37.494Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-26T06:11:37.494Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82401177-305c-450e-bc3b-ef426181d1b8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666764585025,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221026060807/1.0/artifacts/service-Vfw20221026060807-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-26T06:11:37.494Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T06:11:37.494Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-26T06:11:37.498Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a921477c-aec9-4eab-a949-e52991df4ae5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666764572979,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOxcswj/1.0/artifacts/service-BasicOnboardOxcswj-csar.csar",
  "status": "NOTIFIED"
}
2022-10-26T06:11:37.498Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:11:37.498Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-26T06:11:37.498Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a921477c-aec9-4eab-a949-e52991df4ae5",
  "consumerID": "cds",
  "timestamp": 1666764577061,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOxcswj/1.0/artifacts/service-BasicOnboardOxcswj-csar.csar",
  "status": "NOTIFIED"
}
2022-10-26T06:11:37.498Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:11:37.498Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-26T06:11:37.498Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a921477c-aec9-4eab-a949-e52991df4ae5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666764585614,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOxcswj/1.0/resourceInstances/basic_onboard_oxcswj0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:11:37.499Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:11:37.499Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-26T06:11:37.499Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a921477c-aec9-4eab-a949-e52991df4ae5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666764585296,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOxcswj/1.0/resourceInstances/basic_onboard_oxcswj0/artifacts/basic_onboard_oxcswj0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-26T06:11:37.499Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T06:11:37.499Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-26T06:11:37.499Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a921477c-aec9-4eab-a949-e52991df4ae5",
  "consumerID": "cds",
  "timestamp": 1666764585301,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOxcswj/1.0/artifacts/service-BasicOnboardOxcswj-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-26T06:11:37.499Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T06:11:37.499Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-26T06:11:37.500Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a921477c-aec9-4eab-a949-e52991df4ae5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666764585614,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOxcswj/1.0/resourceInstances/basic_onboard_oxcswj0/artifacts/basic_onboard_oxcswj0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:11:37.500Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:11:37.500Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-26T06:11:37.500Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a921477c-aec9-4eab-a949-e52991df4ae5",
  "consumerID": "cds",
  "timestamp": 1666764586307,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOxcswj/1.0/artifacts/service-BasicOnboardOxcswj-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-26T06:11:37.515Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a921477c-aec9-4eab-a949-e52991df4ae5
2022-10-26T06:11:37.515Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId a921477c-aec9-4eab-a949-e52991df4ae5 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-26T06:11:37.524Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-26T06:11:37.524Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a921477c-aec9-4eab-a949-e52991df4ae5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666764586369,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOxcswj/1.0/resourceInstances/basic_onboard_oxcswj0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-26T06:11:37.524Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T06:11:37.524Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-26T06:11:37.524Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a921477c-aec9-4eab-a949-e52991df4ae5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666764586021,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOxcswj/1.0/resourceInstances/basic_onboard_oxcswj0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:11:37.524Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:11:37.524Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-26T06:11:37.525Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a921477c-aec9-4eab-a949-e52991df4ae5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666764585614,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOxcswj/1.0/resourceInstances/basic_onboard_oxcswj0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:11:37.525Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:11:37.525Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-26T06:11:37.525Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a921477c-aec9-4eab-a949-e52991df4ae5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666764587428,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOxcswj/1.0/resourceInstances/basic_onboard_oxcswj0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-10-26T06:11:37.525Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T06:11:37.525Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-26T06:11:37.525Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a921477c-aec9-4eab-a949-e52991df4ae5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666764586021,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOxcswj/1.0/resourceInstances/basic_onboard_oxcswj0/artifacts/basic_onboard_oxcswj0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:11:37.525Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:11:37.526Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-26T06:11:37.526Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a921477c-aec9-4eab-a949-e52991df4ae5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666764585614,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOxcswj/1.0/resourceInstances/basic_onboard_oxcswj0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:11:37.526Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:11:37.526Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-26T06:11:37.526Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a921477c-aec9-4eab-a949-e52991df4ae5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666764588455,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-26T06:11:37.532Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a921477c-aec9-4eab-a949-e52991df4ae5
2022-10-26T06:11:37.532Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId a921477c-aec9-4eab-a949-e52991df4ae5 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-26T06:11:37.540Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-26T06:11:37.540Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a921477c-aec9-4eab-a949-e52991df4ae5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666764586021,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOxcswj/1.0/resourceInstances/basic_onboard_oxcswj0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:11:37.540Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:11:37.540Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-26T06:11:37.540Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82401177-305c-450e-bc3b-ef426181d1b8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666764590238,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221026060807/1.0/resourceInstances/vfwe3c24f1cf94a0/artifacts/vfwe3c24f1cf94a0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-26T06:11:37.540Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T06:11:37.540Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-26T06:11:37.541Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a921477c-aec9-4eab-a949-e52991df4ae5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666764585614,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOxcswj/1.0/resourceInstances/basic_onboard_oxcswj0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:11:37.541Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:11:37.541Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-26T06:11:37.541Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a921477c-aec9-4eab-a949-e52991df4ae5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666764589458,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOxcswj/1.0/resourceInstances/basic_onboard_oxcswj0/artifacts/basic_onboard_oxcswj0_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-26T06:11:37.541Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T06:11:37.541Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-26T06:11:37.541Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a921477c-aec9-4eab-a949-e52991df4ae5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666764586021,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOxcswj/1.0/resourceInstances/basic_onboard_oxcswj0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:11:37.541Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:11:37.542Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-26T06:11:37.542Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82401177-305c-450e-bc3b-ef426181d1b8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666764591329,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221026060807/1.0/resourceInstances/vfwe3c24f1cf94a0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-26T06:11:37.542Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T06:11:37.542Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-26T06:11:37.542Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a921477c-aec9-4eab-a949-e52991df4ae5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666764585614,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOxcswj/1.0/artifacts/service-BasicOnboardOxcswj-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:11:37.542Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:11:37.542Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-26T06:11:37.542Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a921477c-aec9-4eab-a949-e52991df4ae5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666764586021,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOxcswj/1.0/resourceInstances/basic_onboard_oxcswj0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:11:37.543Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:11:37.543Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-26T06:11:37.543Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82401177-305c-450e-bc3b-ef426181d1b8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666764592436,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221026060807/1.0/resourceInstances/vfwe3c24f1cf94a0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-10-26T06:11:37.543Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T06:11:37.543Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-26T06:11:37.543Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a921477c-aec9-4eab-a949-e52991df4ae5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666764585614,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOxcswj/1.0/artifacts/service-BasicOnboardOxcswj-csar.csar",
  "status": "NOTIFIED"
}
2022-10-26T06:11:37.543Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:11:37.544Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-26T06:11:37.544Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a921477c-aec9-4eab-a949-e52991df4ae5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666764586021,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOxcswj/1.0/artifacts/service-BasicOnboardOxcswj-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:11:37.544Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:11:37.544Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-26T06:11:37.544Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82401177-305c-450e-bc3b-ef426181d1b8",
  "consumerID": "aai-ml",
  "timestamp": 1666764592751,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221026060807/1.0/artifacts/service-Vfw20221026060807-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-26T06:11:37.544Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T06:11:37.544Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-26T06:11:37.544Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a921477c-aec9-4eab-a949-e52991df4ae5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666764593373,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOxcswj/1.0/artifacts/service-BasicOnboardOxcswj-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-26T06:11:37.545Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T06:11:37.545Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-26T06:11:37.545Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82401177-305c-450e-bc3b-ef426181d1b8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666764593855,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221026060807/1.0/resourceInstances/vfwe3c24f1cf94a0/artifacts/vfwe3c24f1cf94a0_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-26T06:11:37.545Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T06:11:37.545Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-26T06:11:37.545Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a921477c-aec9-4eab-a949-e52991df4ae5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666764586021,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOxcswj/1.0/artifacts/service-BasicOnboardOxcswj-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:11:37.545Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:11:37.545Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-26T06:11:37.545Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82401177-305c-450e-bc3b-ef426181d1b8",
  "consumerID": "aai-ml",
  "timestamp": 1666764593758,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-26T06:11:37.550Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 82401177-305c-450e-bc3b-ef426181d1b8
2022-10-26T06:11:37.550Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 82401177-305c-450e-bc3b-ef426181d1b8 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-26T06:11:37.558Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-26T06:11:37.558Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82401177-305c-450e-bc3b-ef426181d1b8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666764594859,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221026060807/1.0/resourceInstances/vfwe3c24f1cf94a0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-10-26T06:11:37.559Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T06:11:37.559Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-26T06:11:37.559Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82401177-305c-450e-bc3b-ef426181d1b8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666764595864,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221026060807/1.0/resourceInstances/vfwe3c24f1cf94a0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-10-26T06:11:37.559Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T06:11:37.559Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-26T06:11:37.559Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a921477c-aec9-4eab-a949-e52991df4ae5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666764595737,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOxcswj/1.0/artifacts/service-BasicOnboardOxcswj-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-26T06:11:37.559Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T06:11:37.560Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-26T06:11:37.560Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82401177-305c-450e-bc3b-ef426181d1b8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666764596870,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221026060807/1.0/artifacts/service-Vfw20221026060807-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-26T06:11:37.560Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T06:11:37.560Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-26T06:11:37.560Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a921477c-aec9-4eab-a949-e52991df4ae5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666764596741,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-26T06:11:37.564Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a921477c-aec9-4eab-a949-e52991df4ae5
2022-10-26T06:11:37.565Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId a921477c-aec9-4eab-a949-e52991df4ae5 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-26T06:11:37.573Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-26T06:11:37.573Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a921477c-aec9-4eab-a949-e52991df4ae5",
  "consumerID": "aai-ml",
  "timestamp": 1666764596422,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOxcswj/1.0/resourceInstances/basic_onboard_oxcswj0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:11:37.573Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:11:37.573Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-26T06:11:37.573Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a921477c-aec9-4eab-a949-e52991df4ae5",
  "consumerID": "aai-ml",
  "timestamp": 1666764596422,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOxcswj/1.0/resourceInstances/basic_onboard_oxcswj0/artifacts/basic_onboard_oxcswj0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:11:37.573Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:11:37.573Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-26T06:11:37.574Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a921477c-aec9-4eab-a949-e52991df4ae5",
  "consumerID": "aai-ml",
  "timestamp": 1666764596422,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOxcswj/1.0/resourceInstances/basic_onboard_oxcswj0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:11:37.574Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:11:37.574Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-26T06:11:37.574Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a921477c-aec9-4eab-a949-e52991df4ae5",
  "consumerID": "aai-ml",
  "timestamp": 1666764596422,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOxcswj/1.0/resourceInstances/basic_onboard_oxcswj0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:11:37.575Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:11:37.575Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-26T06:11:37.575Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a921477c-aec9-4eab-a949-e52991df4ae5",
  "consumerID": "aai-ml",
  "timestamp": 1666764596422,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOxcswj/1.0/resourceInstances/basic_onboard_oxcswj0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:11:37.575Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:11:37.575Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-26T06:11:37.575Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a921477c-aec9-4eab-a949-e52991df4ae5",
  "consumerID": "aai-ml",
  "timestamp": 1666764596422,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOxcswj/1.0/artifacts/service-BasicOnboardOxcswj-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:11:37.575Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:11:37.575Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-26T06:11:37.576Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a921477c-aec9-4eab-a949-e52991df4ae5",
  "consumerID": "aai-ml",
  "timestamp": 1666764596422,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOxcswj/1.0/artifacts/service-BasicOnboardOxcswj-csar.csar",
  "status": "NOTIFIED"
}
2022-10-26T06:11:37.576Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:11:37.576Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-26T06:11:37.576Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a921477c-aec9-4eab-a949-e52991df4ae5",
  "consumerID": "aai-ml",
  "timestamp": 1666764604159,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOxcswj/1.0/artifacts/service-BasicOnboardOxcswj-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-26T06:11:37.576Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T06:11:37.576Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-26T06:11:37.576Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a921477c-aec9-4eab-a949-e52991df4ae5",
  "consumerID": "aai-ml",
  "timestamp": 1666764612350,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOxcswj/1.0/artifacts/service-BasicOnboardOxcswj-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-26T06:11:37.576Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T06:11:37.577Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-26T06:11:37.577Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a921477c-aec9-4eab-a949-e52991df4ae5",
  "consumerID": "aai-ml",
  "timestamp": 1666764613354,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-26T06:11:37.581Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a921477c-aec9-4eab-a949-e52991df4ae5
2022-10-26T06:11:37.581Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId a921477c-aec9-4eab-a949-e52991df4ae5 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-26T06:11:57.982Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 82401177-305c-450e-bc3b-ef426181d1b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-26T06:11:57.994Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 82401177-305c-450e-bc3b-ef426181d1b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-26T06:11:57.998Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-26T06:11:57.998Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-26T06:11:57.999Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-10-26T06:11:57.999Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-10-26T06:11:57.999Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-26T06:11:57.999Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-26T06:11:57.999Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-26T06:11:57.999Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-26T06:11:57.999Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-26T06:11:57.999Z|82401177-305c-450e-bc3b-ef426181d1b8|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-10-26T06:11:58.006Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-10-26T06:12:28.006Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 82401177-305c-450e-bc3b-ef426181d1b8 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-10-26T06:12:28.026Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 82401177-305c-450e-bc3b-ef426181d1b8 and serviceModelVersionId: 2a615082-65b0-44bd-9f26-6be2b953c329
2022-10-26T06:12:28.026Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a3d36540-c244-474d-a052-9922382684e5
2022-10-26T06:12:36.947Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T06:12:36.949Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T06:12:36.949Z||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 UznQRm24lRJQei1Q) ...
2022-10-26T06:12:44.361Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a3d36540-c244-474d-a052-9922382684e5/model-vers/model-ver/2a615082-65b0-44bd-9f26-6be2b953c329?depth=0
2022-10-26T06:12:44.477Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-10-26T06:12:45.016Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a3d36540-c244-474d-a052-9922382684e5/model-vers/model-ver/2a615082-65b0-44bd-9f26-6be2b953c329?depth=0|INFO|500||Invoke
2022-10-26T06:12:45.024Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a3d36540-c244-474d-a052-9922382684e5/model-vers/model-ver/2a615082-65b0-44bd-9f26-6be2b953c329?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a3d36540-c244-474d-a052-9922382684e5/model-vers/model-ver/2a615082-65b0-44bd-9f26-6be2b953c329?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[82401177-305c-450e-bc3b-ef426181d1b8], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a2034182-cf5a-49ca-861e-fc28e295abda], X-ECOMP-RequestID=[82401177-305c-450e-bc3b-ef426181d1b8], X-TransactionId=[], X-ONAP-RequestID=[82401177-305c-450e-bc3b-ef426181d1b8], Content-Type=[application/merge-patch+json]}
2022-10-26T06:12:45.150Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a3d36540-c244-474d-a052-9922382684e5/model-vers/model-ver/2a615082-65b0-44bd-9f26-6be2b953c329?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-10-26T06:12:45.344Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a3d36540-c244-474d-a052-9922382684e5/model-vers/model-ver/2a615082-65b0-44bd-9f26-6be2b953c329?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/a3d36540-c244-474d-a052-9922382684e5/model-vers/model-ver/2a615082-65b0-44bd-9f26-6be2b953c329?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-221026-06:12:44:545-22449], vertex-id=[364704], Content-Length=[0], Date=[Wed, 26 Oct 2022 06:12:44 GMT], Content-Type=[application/json]}
2022-10-26T06:12:45.345Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a3d36540-c244-474d-a052-9922382684e5/model-vers/model-ver/2a615082-65b0-44bd-9f26-6be2b953c329?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-10-26T06:12:45.346Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a3d36540-c244-474d-a052-9922382684e5/model-vers/model-ver/2a615082-65b0-44bd-9f26-6be2b953c329?depth=0|INFO|500||InvokeReturn
2022-10-26T06:12:45.349Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-10-26T06:12:45.349Z|82401177-305c-450e-bc3b-ef426181d1b8|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-10-26T06:12:45.357Z|82401177-305c-450e-bc3b-ef426181d1b8|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-10-26T06:12:45.358Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 82401177-305c-450e-bc3b-ef426181d1b8 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-10-26T06:12:45.359Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-10-26T06:12:45.360Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-26T06:12:45.363Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T06:12:45.363Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "82401177-305c-450e-bc3b-ef426181d1b8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666764765358,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-26T06:12:45.463Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-26T06:12:45.465Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-26T06:12:45.465Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UznQRm24lRJQei1Q) ...
2022-10-26T06:12:45.485Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:12:45.486Z||pool-18-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-10-26T06:12:46.140Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:12:46.141Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-26T06:12:46.141Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82401177-305c-450e-bc3b-ef426181d1b8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666764765358,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-26T06:12:46.142Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-10-26T06:12:46.379Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T06:12:46.380Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T06:12:46.380Z|82401177-305c-450e-bc3b-ef426181d1b8|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 UznQRm24lRJQei1Q) ...
2022-10-26T06:12:50.910Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:12:50.911Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T06:12:50.911Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"a921477c-aec9-4eab-a949-e52991df4ae5","serviceName":"basic_onboard_OXcSWj","serviceVersion":"1.0","serviceUUID":"75c698e2-1083-48b0-b4d3-abf50ba4b5e4","serviceDescription":"service","serviceInvariantUUID":"5cdc28bb-c8de-43c8-8176-15580a2afb6d","resources":[{"resourceInstanceName":"basic_onboard_OXcSWj 0","resourceName":"basic_onboard_OXcSWj","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"4d62d995-a077-4921-be10-5fedbb392aa7","resourceInvariantUUID":"ba9ff1c7-a444-4f1d-bdba-7eb2e79703e1","resourceCustomizationUUID":"45cf3205-9afd-4d52-abc6-af465fe31378","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOxcswj/1.0/resourceInstances/basic_onboard_oxcswj0/artifacts/vf-license-model.xml","artifactChecksum":"ZTQxN2FhOTkwYjMyNjc0Zjg4MTE0OWI5NzNkMzIyNmQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e0727453-9124-4809-99bd-420dbcfd6ddd","artifactVersion":"1"},{"artifactName":"basic_onboard_oxcswj0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOxcswj/1.0/resourceInstances/basic_onboard_oxcswj0/artifacts/basic_onboard_oxcswj0_modules.json","artifactChecksum":"M2Y2MTg3ZTc5OGU3OTQ2OGNlYmExZDM4ZDEyNTY2NGQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"136a5275-8bbb-4489-8f5d-036a50da8d5c","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOxcswj/1.0/resourceInstances/basic_onboard_oxcswj0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"52a924d1-3e14-4bbb-bb68-81f016ba6661","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOxcswj/1.0/resourceInstances/basic_onboard_oxcswj0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"52c25c91-73cb-4b1b-b527-6b64a29f8e0c","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOxcswj/1.0/resourceInstances/basic_onboard_oxcswj0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"21cf4f83-13a2-43b1-a5ff-f142b9b8a5c0","artifactVersion":"2","generatedFromUUID":"52a924d1-3e14-4bbb-bb68-81f016ba6661"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardOxcswj-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOxcswj/1.0/artifacts/service-BasicOnboardOxcswj-template.yml","artifactChecksum":"MjZlOTBlMjQ4YmUzMjg2ZTQ3ODBmOTRmNmI0YTI2NGE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1a84f5ed-a958-4104-8041-06dea1d7b454","artifactVersion":"1"},{"artifactName":"service-BasicOnboardOxcswj-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOxcswj/1.0/artifacts/service-BasicOnboardOxcswj-csar.csar","artifactChecksum":"M2JlN2IwZWY0OGRkOWJlNzQ2N2JkNmFlYzk5MzdhOTg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c6fd4014-4922-4b44-86f3-ee457eeadc6f","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-26T06:12:50.914Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-26T06:12:50.914Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-26T06:12:50.916Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T06:12:50.916Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "a921477c-aec9-4eab-a949-e52991df4ae5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666764766379,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOxcswj/1.0/resourceInstances/basic_onboard_oxcswj0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:12:51.017Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-10-26T06:12:51.017Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-26T06:12:51.018Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UznQRm24lRJQei1Q) ...
2022-10-26T06:12:51.030Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:12:51.031Z||pool-19-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-26T06:12:51.917Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-26T06:12:51.918Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-26T06:12:51.920Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T06:12:51.920Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "a921477c-aec9-4eab-a949-e52991df4ae5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666764766379,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOxcswj/1.0/resourceInstances/basic_onboard_oxcswj0/artifacts/basic_onboard_oxcswj0_modules.json",
  "status": "NOTIFIED"
}
2022-10-26T06:12:52.020Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-26T06:12:52.021Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-26T06:12:52.022Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UznQRm24lRJQei1Q) ...
2022-10-26T06:12:52.037Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:12:52.038Z||pool-20-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-10-26T06:12:52.920Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-26T06:12:52.922Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-26T06:12:52.924Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T06:12:52.924Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "a921477c-aec9-4eab-a949-e52991df4ae5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666764766379,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOxcswj/1.0/resourceInstances/basic_onboard_oxcswj0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-10-26T06:12:53.024Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-26T06:12:53.025Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-26T06:12:53.025Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UznQRm24lRJQei1Q) ...
2022-10-26T06:12:53.037Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:12:53.037Z||pool-21-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-26T06:12:53.925Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-26T06:12:53.926Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-26T06:12:53.928Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T06:12:53.928Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "a921477c-aec9-4eab-a949-e52991df4ae5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666764766379,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOxcswj/1.0/resourceInstances/basic_onboard_oxcswj0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:12:54.029Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-26T06:12:54.030Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-26T06:12:54.030Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UznQRm24lRJQei1Q) ...
2022-10-26T06:12:54.043Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:12:54.043Z||pool-22-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-10-26T06:12:54.929Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-26T06:12:54.930Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-26T06:12:54.932Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T06:12:54.934Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "a921477c-aec9-4eab-a949-e52991df4ae5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666764766379,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOxcswj/1.0/resourceInstances/basic_onboard_oxcswj0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-10-26T06:12:55.034Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-26T06:12:55.035Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-26T06:12:55.035Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UznQRm24lRJQei1Q) ...
2022-10-26T06:12:55.048Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:12:55.049Z||pool-23-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-26T06:12:55.934Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-26T06:12:55.935Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-26T06:12:55.938Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T06:12:55.938Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "a921477c-aec9-4eab-a949-e52991df4ae5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666764766379,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOxcswj/1.0/artifacts/service-BasicOnboardOxcswj-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:12:56.037Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-26T06:12:56.038Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-26T06:12:56.038Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UznQRm24lRJQei1Q) ...
2022-10-26T06:12:56.067Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:12:56.068Z||pool-24-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-10-26T06:12:56.938Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-26T06:12:56.939Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-26T06:12:56.941Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T06:12:56.941Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "a921477c-aec9-4eab-a949-e52991df4ae5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666764766379,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOxcswj/1.0/artifacts/service-BasicOnboardOxcswj-csar.csar",
  "status": "NOTIFIED"
}
2022-10-26T06:12:57.041Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-26T06:12:57.042Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-26T06:12:57.042Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UznQRm24lRJQei1Q) ...
2022-10-26T06:12:57.058Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:12:57.058Z||pool-25-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-10-26T06:12:57.943Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "a921477c-aec9-4eab-a949-e52991df4ae5",
  "serviceName": "basic_onboard_OXcSWj",
  "serviceVersion": "1.0",
  "serviceUUID": "75c698e2-1083-48b0-b4d3-abf50ba4b5e4",
  "serviceDescription": "service",
  "serviceInvariantUUID": "5cdc28bb-c8de-43c8-8176-15580a2afb6d",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_OXcSWj 0",
      "resourceCustomizationUUID": "45cf3205-9afd-4d52-abc6-af465fe31378",
      "resourceName": "basic_onboard_OXcSWj",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "4d62d995-a077-4921-be10-5fedbb392aa7",
      "resourceInvariantUUID": "ba9ff1c7-a444-4f1d-bdba-7eb2e79703e1",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_oxcswj0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOxcswj/1.0/resourceInstances/basic_onboard_oxcswj0/artifacts/basic_onboard_oxcswj0_modules.json",
          "artifactChecksum": "M2Y2MTg3ZTc5OGU3OTQ2OGNlYmExZDM4ZDEyNTY2NGQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "136a5275-8bbb-4489-8f5d-036a50da8d5c",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOxcswj/1.0/resourceInstances/basic_onboard_oxcswj0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "52a924d1-3e14-4bbb-bb68-81f016ba6661",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOxcswj/1.0/resourceInstances/basic_onboard_oxcswj0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "21cf4f83-13a2-43b1-a5ff-f142b9b8a5c0",
            "generatedFromUUID": "52a924d1-3e14-4bbb-bb68-81f016ba6661"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOxcswj/1.0/resourceInstances/basic_onboard_oxcswj0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "21cf4f83-13a2-43b1-a5ff-f142b9b8a5c0",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardOxcswj-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOxcswj/1.0/artifacts/service-BasicOnboardOxcswj-csar.csar",
      "artifactChecksum": "M2JlN2IwZWY0OGRkOWJlNzQ2N2JkNmFlYzk5MzdhOTg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c6fd4014-4922-4b44-86f3-ee457eeadc6f"
    }
  ],
  "workloadContext": "Production"
}
2022-10-26T06:12:57.943Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-26T06:12:57.943Z|82401177-305c-450e-bc3b-ef426181d1b8|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 75c698e2-1083-48b0-b4d3-abf50ba4b5e4 ASDC
2022-10-26T06:12:57.944Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:a921477c-aec9-4eab-a949-e52991df4ae5
ServiceName:basic_onboard_OXcSWj
ServiceVersion:1.0
ServiceUUID:75c698e2-1083-48b0-b4d3-abf50ba4b5e4
ServiceInvariantUUID:5cdc28bb-c8de-43c8-8176-15580a2afb6d
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardOxcswj-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOxcswj/1.0/artifacts/service-BasicOnboardOxcswj-csar.csar
ArtifactUUID:c6fd4014-4922-4b44-86f3-ee457eeadc6f
ArtifactChecksum:M2JlN2IwZWY0OGRkOWJlNzQ2N2JkNmFlYzk5MzdhOTg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_OXcSWj 0
ResourceCustomizationUUID:45cf3205-9afd-4d52-abc6-af465fe31378
ResourceInvariantUUID:ba9ff1c7-a444-4f1d-bdba-7eb2e79703e1
ResourceName:basic_onboard_OXcSWj
ResourceType:VF
ResourceUUID:4d62d995-a077-4921-be10-5fedbb392aa7
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_oxcswj0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOxcswj/1.0/resourceInstances/basic_onboard_oxcswj0/artifacts/basic_onboard_oxcswj0_modules.json
ArtifactUUID:136a5275-8bbb-4489-8f5d-036a50da8d5c
ArtifactChecksum:M2Y2MTg3ZTc5OGU3OTQ2OGNlYmExZDM4ZDEyNTY2NGQ=
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/BasicOnboardOxcswj/1.0/resourceInstances/basic_onboard_oxcswj0/artifacts/base_ubuntu18.yaml
ArtifactUUID:52a924d1-3e14-4bbb-bb68-81f016ba6661
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/BasicOnboardOxcswj/1.0/resourceInstances/basic_onboard_oxcswj0/artifacts/base_ubuntu18.env
ArtifactUUID:21cf4f83-13a2-43b1-a5ff-f142b9b8a5c0
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/BasicOnboardOxcswj/1.0/resourceInstances/basic_onboard_oxcswj0/artifacts/base_ubuntu18.env
ArtifactUUID:21cf4f83-13a2-43b1-a5ff-f142b9b8a5c0
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-10-26T06:12:57.944Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 75c698e2-1083-48b0-b4d3-abf50ba4b5e4 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-10-26T06:12:57.982Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-26T06:12:57.982Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-10-26T06:12:57.983Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-10-26T06:12:57.983Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: c6fd4014-4922-4b44-86f3-ee457eeadc6f from URL: /sdc/v1/catalog/services/BasicOnboardOxcswj/1.0/artifacts/service-BasicOnboardOxcswj-csar.csar
2022-10-26T06:12:57.983Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-10-26T06:12:57.983Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardOxcswj/1.0/artifacts/service-BasicOnboardOxcswj-csar.csar
2022-10-26T06:12:58.185Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-10-26T06:12:58.190Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardOxcswj/1.0/artifacts/service-BasicOnboardOxcswj-csar.csar c6fd4014-4922-4b44-86f3-ee457eeadc6f 75316
2022-10-26T06:12:58.190Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardOxcswj/1.0/artifacts/service-BasicOnboardOxcswj-csar.csar ASDC sendASDCNotification
2022-10-26T06:12:58.190Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOxcswj/1.0/artifacts/service-BasicOnboardOxcswj-csar.csar
2022-10-26T06:12:58.191Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-26T06:12:58.191Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-26T06:12:58.193Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T06:12:58.193Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "a921477c-aec9-4eab-a949-e52991df4ae5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666764778190,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOxcswj/1.0/artifacts/service-BasicOnboardOxcswj-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-26T06:12:58.294Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-26T06:12:58.294Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-26T06:12:58.295Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UznQRm24lRJQei1Q) ...
2022-10-26T06:12:58.312Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:12:58.312Z||pool-26-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-10-26T06:12:59.194Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-26T06:12:59.196Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-10-26T06:12:59.196Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: c6fd4014-4922-4b44-86f3-ee457eeadc6f, URL: /sdc/v1/catalog/services/BasicOnboardOxcswj/1.0/artifacts/service-BasicOnboardOxcswj-csar.csar to file: /app/ASDC/1/service-BasicOnboardOxcswj-csar.csar
2022-10-26T06:12:59.196Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardOxcswj-csar.csar
2022-10-26T06:12:59.197Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardOxcswj-csar.csar
2022-10-26T06:12:59.197Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardOxcswj-csar.csar
2022-10-26T06:12:59.408Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12480390020940431435/Definitions/service-BasicOnboardOxcswj-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-10-26T06:13:00.601Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-26T06:13:00.601Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-10-26T06:13:00.601Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardOxcswj-csar.csar
2022-10-26T06:13:00.602Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-10-26T06:13:00.602Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardOxcswj-csar.csar
2022-10-26T06:13:00.602Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_OXcSWj 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-BasicOnboardOxcswj-csar.csar
2022-10-26T06:13:00.602Z|a921477c-aec9-4eab-a949-e52991df4ae5|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-BasicOnboardOxcswj-csar.csar
2022-10-26T06:13:00.602Z|a921477c-aec9-4eab-a949-e52991df4ae5|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-BasicOnboardOxcswj-csar.csar
2022-10-26T06:13:00.603Z|a921477c-aec9-4eab-a949-e52991df4ae5|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-BasicOnboardOxcswj-csar.csar
2022-10-26T06:13:00.603Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardOxcswj-csar.csar
2022-10-26T06:13:00.603Z|a921477c-aec9-4eab-a949-e52991df4ae5|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-BasicOnboardOxcswj-csar.csar
2022-10-26T06:13:00.603Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-10-26T06:13:00.603Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T06:13:00.604Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_OXcSWj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T06:13:00.604Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_OXcSWj 0 is matching search criteria
2022-10-26T06:13:00.604Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-10-26T06:13:00.605Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_OXcSWj 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-26T06:13:00.605Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T06:13:00.605Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_OXcSWj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T06:13:00.605Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_OXcSWj 0 is matching search criteria
2022-10-26T06:13:00.606Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-10-26T06:13:00.606Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_OXcSWj 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-26T06:13:00.606Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T06:13:00.606Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_OXcSWj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T06:13:00.607Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T06:13:00.607Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_OXcSWj 0 is not matching search criteria
2022-10-26T06:13:00.607Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-10-26T06:13:00.607Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-10-26T06:13:00.608Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-10-26T06:13:00.608Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-10-26T06:13:00.608Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-10-26T06:13:00.608Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T06:13:00.608Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_OXcSWj is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-26T06:13:00.609Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T06:13:00.609Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_OXcSWj 0 is matching search criteria
2022-10-26T06:13:00.609Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_OXcSWj 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-26T06:13:00.610Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T06:13:00.610Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_OXcSWj 0 is matching search criteria
2022-10-26T06:13:00.610Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_OXcSWj 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-26T06:13:00.610Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T06:13:00.610Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_OXcSWj 0 is matching search criteria
2022-10-26T06:13:00.611Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_OXcSWj 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-26T06:13:00.611Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T06:13:00.611Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_OXcSWj 0 is not matching search criteria
2022-10-26T06:13:00.611Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-10-26T06:13:00.612Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-10-26T06:13:00.612Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=4dd323da-1b70-48e8-97be-3c82da5a4fd0
2022-10-26T06:13:00.612Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T06:13:00.612Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_OXcSWj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T06:13:00.613Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T06:13:00.613Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_OXcSWj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T06:13:00.613Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T06:13:00.613Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_OXcSWj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T06:13:00.614Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T06:13:00.614Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_OXcSWj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T06:13:00.614Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_OXcSWj
Description:service
Model UUID:75c698e2-1083-48b0-b4d3-abf50ba4b5e4
Model Version:NULL
Model InvariantUuid:5cdc28bb-c8de-43c8-8176-15580a2afb6d
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_OXcSWj
Model UUID:49ae294f-cc89-4c81-9461-41834ff88845
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:ba9ff1c7-a444-4f1d-bdba-7eb2e79703e1
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:45cf3205-9afd-4d52-abc6-af465fe31378
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:ff059235-dee4-406f-b44b-87bbe77a8728
ModelName:BasicOnboardOxcswj..base_ubuntu18..module-0
ModelUuid:43519a19-a2c4-40af-86fd-da56710352b3
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:4dd323da-1b70-48e8-97be-3c82da5a4fd0
ModelInvariantUuid:62fc4514-e2a2-4d06-ac7e-f969bef1364e
ModelName:basic_onboard_OXcSWj-nodes.ubuntu18Cvfc
ModelUuid:5579db99-bf00-4675-925c-d041a0338117
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:9cf7d45f-f898-4b2d-98b4-e9dbf9e5ab05
ModelInvariantUuid:8c313231-60f3-4857-bba2-cbdf0db177fe
ModelName:BasicOnboardOxcswj.compute.nodes.heat.ubuntu18
ModelUuid:d372c45d-2dec-4627-85ae-8efee4ee3f1d
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-10-26T06:13:00.625Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 4d62d995-a077-4921-be10-5fedbb392aa7
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-26T06:13:00.629Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||INFO|500||basic_onboard_OXcSWj 0
2022-10-26T06:13:00.629Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 4d62d995-a077-4921-be10-5fedbb392aa7
2022-10-26T06:13:00.629Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 136a5275-8bbb-4489-8f5d-036a50da8d5c from URL: /sdc/v1/catalog/services/BasicOnboardOxcswj/1.0/resourceInstances/basic_onboard_oxcswj0/artifacts/basic_onboard_oxcswj0_modules.json
2022-10-26T06:13:00.629Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-10-26T06:13:00.630Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardOxcswj/1.0/resourceInstances/basic_onboard_oxcswj0/artifacts/basic_onboard_oxcswj0_modules.json
2022-10-26T06:13:00.687Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-10-26T06:13:00.688Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardOxcswj/1.0/resourceInstances/basic_onboard_oxcswj0/artifacts/basic_onboard_oxcswj0_modules.json 136a5275-8bbb-4489-8f5d-036a50da8d5c 798
2022-10-26T06:13:00.688Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardOxcswj/1.0/resourceInstances/basic_onboard_oxcswj0/artifacts/basic_onboard_oxcswj0_modules.json ASDC sendASDCNotification
2022-10-26T06:13:00.688Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOxcswj/1.0/resourceInstances/basic_onboard_oxcswj0/artifacts/basic_onboard_oxcswj0_modules.json
2022-10-26T06:13:00.688Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-26T06:13:00.689Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-26T06:13:00.692Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T06:13:00.692Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "a921477c-aec9-4eab-a949-e52991df4ae5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666764780688,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOxcswj/1.0/resourceInstances/basic_onboard_oxcswj0/artifacts/basic_onboard_oxcswj0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-26T06:13:00.792Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-26T06:13:00.794Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-26T06:13:00.794Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UznQRm24lRJQei1Q) ...
2022-10-26T06:13:00.809Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:13:00.810Z||pool-27-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-10-26T06:13:01.693Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardOxcswj..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "ff059235-dee4-406f-b44b-87bbe77a8728",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "43519a19-a2c4-40af-86fd-da56710352b3",
    "vfModuleModelCustomizationUUID": "32253b5b-49b6-42db-a7d4-1daef32fc774",
    "isBase": true,
    "artifacts": [
      "52a924d1-3e14-4bbb-bb68-81f016ba6661",
      "21cf4f83-13a2-43b1-a5ff-f142b9b8a5c0"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-10-26T06:13:01.698Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardOxcswj..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:43519a19-a2c4-40af-86fd-da56710352b3
VfModuleModelInvariantUUID:ff059235-dee4-406f-b44b-87bbe77a8728
VfModuleModelDescription:NULL
Artifacts UUID List:{
52a924d1-3e14-4bbb-bb68-81f016ba6661
,
21cf4f83-13a2-43b1-a5ff-f142b9b8a5c0

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

isBase:true


}

2022-10-26T06:13:01.700Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardOxcswj..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "ff059235-dee4-406f-b44b-87bbe77a8728",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "43519a19-a2c4-40af-86fd-da56710352b3",
    "vfModuleModelCustomizationUUID": "32253b5b-49b6-42db-a7d4-1daef32fc774",
    "isBase": true,
    "artifacts": [
      "52a924d1-3e14-4bbb-bb68-81f016ba6661",
      "21cf4f83-13a2-43b1-a5ff-f142b9b8a5c0"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-10-26T06:13:01.700Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardOxcswj..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:43519a19-a2c4-40af-86fd-da56710352b3
VfModuleModelInvariantUUID:ff059235-dee4-406f-b44b-87bbe77a8728
VfModuleModelDescription:NULL
Artifacts UUID List:{
52a924d1-3e14-4bbb-bb68-81f016ba6661
,
21cf4f83-13a2-43b1-a5ff-f142b9b8a5c0

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

isBase:true


}

2022-10-26T06:13:01.700Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 52a924d1-3e14-4bbb-bb68-81f016ba6661 from URL: /sdc/v1/catalog/services/BasicOnboardOxcswj/1.0/resourceInstances/basic_onboard_oxcswj0/artifacts/base_ubuntu18.yaml
2022-10-26T06:13:01.700Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-10-26T06:13:01.701Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardOxcswj/1.0/resourceInstances/basic_onboard_oxcswj0/artifacts/base_ubuntu18.yaml
2022-10-26T06:13:01.749Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-10-26T06:13:01.750Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardOxcswj/1.0/resourceInstances/basic_onboard_oxcswj0/artifacts/base_ubuntu18.yaml 52a924d1-3e14-4bbb-bb68-81f016ba6661 5033
2022-10-26T06:13:01.751Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardOxcswj/1.0/resourceInstances/basic_onboard_oxcswj0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-10-26T06:13:01.751Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOxcswj/1.0/resourceInstances/basic_onboard_oxcswj0/artifacts/base_ubuntu18.yaml
2022-10-26T06:13:01.751Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-26T06:13:01.751Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-26T06:13:01.753Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T06:13:01.753Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "a921477c-aec9-4eab-a949-e52991df4ae5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666764781750,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOxcswj/1.0/resourceInstances/basic_onboard_oxcswj0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-26T06:13:01.854Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-26T06:13:01.855Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-26T06:13:01.855Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UznQRm24lRJQei1Q) ...
2022-10-26T06:13:01.868Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:13:01.869Z||pool-28-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-26T06:13:02.754Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 21cf4f83-13a2-43b1-a5ff-f142b9b8a5c0 from URL: /sdc/v1/catalog/services/BasicOnboardOxcswj/1.0/resourceInstances/basic_onboard_oxcswj0/artifacts/base_ubuntu18.env
2022-10-26T06:13:02.755Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-10-26T06:13:02.756Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardOxcswj/1.0/resourceInstances/basic_onboard_oxcswj0/artifacts/base_ubuntu18.env
2022-10-26T06:13:02.806Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-10-26T06:13:02.807Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardOxcswj/1.0/resourceInstances/basic_onboard_oxcswj0/artifacts/base_ubuntu18.env 21cf4f83-13a2-43b1-a5ff-f142b9b8a5c0 909
2022-10-26T06:13:02.808Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardOxcswj/1.0/resourceInstances/basic_onboard_oxcswj0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-10-26T06:13:02.808Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOxcswj/1.0/resourceInstances/basic_onboard_oxcswj0/artifacts/base_ubuntu18.env
2022-10-26T06:13:02.809Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-26T06:13:02.816Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-26T06:13:02.818Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T06:13:02.818Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "a921477c-aec9-4eab-a949-e52991df4ae5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666764782808,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOxcswj/1.0/resourceInstances/basic_onboard_oxcswj0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-10-26T06:13:02.919Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-10-26T06:13:02.920Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-26T06:13:02.920Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UznQRm24lRJQei1Q) ...
2022-10-26T06:13:02.932Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:13:02.933Z||pool-29-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-10-26T06:13:03.819Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 75c698e2-1083-48b0-b4d3-abf50ba4b5e4
2022-10-26T06:13:03.820Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_OXcSWj 0 4d62d995-a077-4921-be10-5fedbb392aa7 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-26T06:13:03.836Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@35ef6686, org.onap.sdc.toscaparser.api.parameters.Input@389c4def, org.onap.sdc.toscaparser.api.parameters.Input@642de57f, org.onap.sdc.toscaparser.api.parameters.Input@19bbda3a, org.onap.sdc.toscaparser.api.parameters.Input@57ae54dd]
2022-10-26T06:13:03.838Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T06:13:03.838Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_OXcSWj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T06:13:03.839Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2022-10-26T06:13:03.839Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 45cf3205-9afd-4d52-abc6-af465fe31378
2022-10-26T06:13:03.839Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 45cf3205-9afd-4d52-abc6-af465fe31378 matches Tosca VF Customization UUID: 45cf3205-9afd-4d52-abc6-af465fe31378
2022-10-26T06:13:03.839Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 45cf3205-9afd-4d52-abc6-af465fe31378  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-10-26T06:13:03.841Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T06:13:03.842Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_OXcSWj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T06:13:03.842Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 45cf3205-9afd-4d52-abc6-af465fe31378: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-10-26T06:13:03.842Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@41a7f2c1
2022-10-26T06:13:03.842Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T06:13:03.842Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_OXcSWj is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-26T06:13:03.843Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 32253b5b-49b6-42db-a7d4-1daef32fc774
2022-10-26T06:13:03.843Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 32253b5b-49b6-42db-a7d4-1daef32fc774
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-10-26T06:13:03.845Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T06:13:03.845Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_OXcSWj 0 is matching search criteria
2022-10-26T06:13:03.845Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_OXcSWj 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-26T06:13:03.846Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T06:13:03.846Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_OXcSWj 0 is matching search criteria
2022-10-26T06:13:03.846Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_OXcSWj 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-26T06:13:03.846Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T06:13:03.847Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_OXcSWj 0 is not matching search criteria
2022-10-26T06:13:03.847Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-10-26T06:13:03.847Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-10-26T06:13:03.847Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=4dd323da-1b70-48e8-97be-3c82da5a4fd0
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-10-26T06:13:03.849Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T06:13:03.849Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_OXcSWj 0 is matching search criteria
2022-10-26T06:13:03.850Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_OXcSWj 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-26T06:13:03.850Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T06:13:03.850Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_OXcSWj 0 is matching search criteria
2022-10-26T06:13:03.850Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_OXcSWj 0] matching following query criteria: sdcType=VF, customizationUUID=45cf3205-9afd-4d52-abc6-af465fe31378
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-26T06:13:03.852Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T06:13:03.852Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_OXcSWj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T06:13:03.852Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 75c698e2-1083-48b0-b4d3-abf50ba4b5e4: basic_onboard_OXcSWj
2022-10-26T06:13:03.853Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T06:13:03.853Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_OXcSWj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T06:13:03.853Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T06:13:03.853Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_OXcSWj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T06:13:03.853Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T06:13:03.854Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_OXcSWj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T06:13:03.854Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T06:13:03.854Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_OXcSWj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T06:13:03.854Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T06:13:03.854Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_OXcSWj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T06:13:03.855Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||INFO|500||Saving Service: basic_onboard_OXcSWj 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-26T06:13:03.938Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_OXcSWj 4d62d995-a077-4921-be10-5fedbb392aa7 1 ASDC deployResourceStructure
2022-10-26T06:13:03.939Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardOxcswj/1.0/resourceInstances/basic_onboard_oxcswj0/artifacts/basic_onboard_oxcswj0_modules.json ASDC sendASDCNotification
2022-10-26T06:13:03.939Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOxcswj/1.0/resourceInstances/basic_onboard_oxcswj0/artifacts/basic_onboard_oxcswj0_modules.json
2022-10-26T06:13:03.939Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-26T06:13:03.939Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-26T06:13:03.941Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T06:13:03.941Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "a921477c-aec9-4eab-a949-e52991df4ae5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666764783939,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOxcswj/1.0/resourceInstances/basic_onboard_oxcswj0/artifacts/basic_onboard_oxcswj0_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-26T06:13:04.041Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-26T06:13:04.042Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-26T06:13:04.042Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UznQRm24lRJQei1Q) ...
2022-10-26T06:13:04.055Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:13:04.056Z||pool-30-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-10-26T06:13:04.943Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardOxcswj/1.0/resourceInstances/basic_onboard_oxcswj0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-10-26T06:13:04.943Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOxcswj/1.0/resourceInstances/basic_onboard_oxcswj0/artifacts/base_ubuntu18.yaml
2022-10-26T06:13:04.943Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-26T06:13:04.943Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-26T06:13:04.945Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T06:13:04.945Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "a921477c-aec9-4eab-a949-e52991df4ae5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666764784943,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOxcswj/1.0/resourceInstances/basic_onboard_oxcswj0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-10-26T06:13:05.045Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-26T06:13:05.046Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-26T06:13:05.047Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UznQRm24lRJQei1Q) ...
2022-10-26T06:13:05.061Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:13:05.061Z||pool-31-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-10-26T06:13:05.946Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardOxcswj/1.0/resourceInstances/basic_onboard_oxcswj0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-10-26T06:13:05.947Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOxcswj/1.0/resourceInstances/basic_onboard_oxcswj0/artifacts/base_ubuntu18.env
2022-10-26T06:13:05.947Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-26T06:13:05.947Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-26T06:13:05.949Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T06:13:05.949Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "a921477c-aec9-4eab-a949-e52991df4ae5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666764785946,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOxcswj/1.0/resourceInstances/basic_onboard_oxcswj0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-10-26T06:13:06.049Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-26T06:13:06.050Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-26T06:13:06.051Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UznQRm24lRJQei1Q) ...
2022-10-26T06:13:06.065Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:13:06.065Z||pool-32-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-26T06:13:06.950Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardOxcswj/1.0/artifacts/service-BasicOnboardOxcswj-csar.csar ASDC sendASDCNotification
2022-10-26T06:13:06.951Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOxcswj/1.0/artifacts/service-BasicOnboardOxcswj-csar.csar
2022-10-26T06:13:06.951Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-26T06:13:06.951Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-26T06:13:06.953Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T06:13:06.953Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "a921477c-aec9-4eab-a949-e52991df4ae5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666764786950,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOxcswj/1.0/artifacts/service-BasicOnboardOxcswj-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-26T06:13:07.053Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-26T06:13:07.054Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-26T06:13:07.055Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UznQRm24lRJQei1Q) ...
2022-10-26T06:13:07.090Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:13:07.091Z||pool-33-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
2022-10-26T06:13:07.955Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a921477c-aec9-4eab-a949-e52991df4ae5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-26T06:13:07.966Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a921477c-aec9-4eab-a949-e52991df4ae5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-26T06:13:07.970Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-26T06:13:07.970Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-26T06:13:07.970Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-10-26T06:13:07.970Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-10-26T06:13:07.970Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-26T06:13:07.971Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-26T06:13:07.971Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-26T06:13:07.971Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-26T06:13:07.971Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-26T06:13:07.971Z|a921477c-aec9-4eab-a949-e52991df4ae5|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-10-26T06:13:07.976Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-10-26T06:13:36.947Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T06:13:36.949Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T06:13:36.949Z||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 UznQRm24lRJQei1Q) ...
2022-10-26T06:13:37.577Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:13:37.579Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T06:13:37.579Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a921477c-aec9-4eab-a949-e52991df4ae5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666764766379,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOxcswj/1.0/resourceInstances/basic_onboard_oxcswj0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:13:37.580Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:13:37.580Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T06:13:37.580Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a921477c-aec9-4eab-a949-e52991df4ae5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666764766379,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOxcswj/1.0/resourceInstances/basic_onboard_oxcswj0/artifacts/basic_onboard_oxcswj0_modules.json",
  "status": "NOTIFIED"
}
2022-10-26T06:13:37.581Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:13:37.581Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T06:13:37.581Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a921477c-aec9-4eab-a949-e52991df4ae5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666764766379,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOxcswj/1.0/resourceInstances/basic_onboard_oxcswj0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-10-26T06:13:37.581Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:13:37.581Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T06:13:37.582Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a921477c-aec9-4eab-a949-e52991df4ae5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666764766379,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOxcswj/1.0/resourceInstances/basic_onboard_oxcswj0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:13:37.582Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:13:37.582Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T06:13:37.582Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a921477c-aec9-4eab-a949-e52991df4ae5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666764766379,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOxcswj/1.0/resourceInstances/basic_onboard_oxcswj0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-10-26T06:13:37.582Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:13:37.582Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T06:13:37.583Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a921477c-aec9-4eab-a949-e52991df4ae5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666764766379,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOxcswj/1.0/artifacts/service-BasicOnboardOxcswj-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:13:37.583Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:13:37.583Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T06:13:37.583Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a921477c-aec9-4eab-a949-e52991df4ae5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666764766379,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOxcswj/1.0/artifacts/service-BasicOnboardOxcswj-csar.csar",
  "status": "NOTIFIED"
}
2022-10-26T06:13:37.583Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:13:37.584Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T06:13:37.584Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a921477c-aec9-4eab-a949-e52991df4ae5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666764778190,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOxcswj/1.0/artifacts/service-BasicOnboardOxcswj-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-26T06:13:37.584Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T06:13:37.584Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T06:13:37.584Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a921477c-aec9-4eab-a949-e52991df4ae5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666764780688,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOxcswj/1.0/resourceInstances/basic_onboard_oxcswj0/artifacts/basic_onboard_oxcswj0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-26T06:13:37.585Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T06:13:37.585Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T06:13:37.585Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a921477c-aec9-4eab-a949-e52991df4ae5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666764781750,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOxcswj/1.0/resourceInstances/basic_onboard_oxcswj0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-26T06:13:37.585Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T06:13:37.585Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T06:13:37.586Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a921477c-aec9-4eab-a949-e52991df4ae5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666764782808,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOxcswj/1.0/resourceInstances/basic_onboard_oxcswj0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-10-26T06:13:37.586Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T06:13:37.586Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T06:13:37.587Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a921477c-aec9-4eab-a949-e52991df4ae5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666764783939,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOxcswj/1.0/resourceInstances/basic_onboard_oxcswj0/artifacts/basic_onboard_oxcswj0_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-26T06:13:37.587Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T06:13:37.587Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T06:13:37.587Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a921477c-aec9-4eab-a949-e52991df4ae5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666764784943,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOxcswj/1.0/resourceInstances/basic_onboard_oxcswj0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-10-26T06:13:37.587Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T06:13:37.587Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T06:13:37.588Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a921477c-aec9-4eab-a949-e52991df4ae5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666764785946,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOxcswj/1.0/resourceInstances/basic_onboard_oxcswj0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-10-26T06:13:37.588Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T06:13:37.588Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T06:13:37.588Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a921477c-aec9-4eab-a949-e52991df4ae5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666764786950,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOxcswj/1.0/artifacts/service-BasicOnboardOxcswj-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-26T06:13:37.588Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T06:13:37.976Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a921477c-aec9-4eab-a949-e52991df4ae5 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-10-26T06:13:37.984Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a921477c-aec9-4eab-a949-e52991df4ae5 and serviceModelVersionId: 75c698e2-1083-48b0-b4d3-abf50ba4b5e4
2022-10-26T06:13:37.984Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5cdc28bb-c8de-43c8-8176-15580a2afb6d
2022-10-26T06:13:37.985Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5cdc28bb-c8de-43c8-8176-15580a2afb6d/model-vers/model-ver/75c698e2-1083-48b0-b4d3-abf50ba4b5e4?depth=0
2022-10-26T06:13:37.990Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-10-26T06:13:38.045Z|a921477c-aec9-4eab-a949-e52991df4ae5|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/5cdc28bb-c8de-43c8-8176-15580a2afb6d/model-vers/model-ver/75c698e2-1083-48b0-b4d3-abf50ba4b5e4?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-10-26T06:13:38.049Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5cdc28bb-c8de-43c8-8176-15580a2afb6d/model-vers/model-ver/75c698e2-1083-48b0-b4d3-abf50ba4b5e4?depth=0|INFO|500||Invoke
2022-10-26T06:13:38.087Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5cdc28bb-c8de-43c8-8176-15580a2afb6d/model-vers/model-ver/75c698e2-1083-48b0-b4d3-abf50ba4b5e4?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-10-26T06:13:38.212Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5cdc28bb-c8de-43c8-8176-15580a2afb6d/model-vers/model-ver/75c698e2-1083-48b0-b4d3-abf50ba4b5e4?depth=0|INFO|500||InvokeReturn
2022-10-26T06:13:38.214Z|a921477c-aec9-4eab-a949-e52991df4ae5|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/5cdc28bb-c8de-43c8-8176-15580a2afb6d/model-vers/model-ver/75c698e2-1083-48b0-b4d3-abf50ba4b5e4?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-221026-06:13:37:476-84666], vertex-id=[381088], Content-Length=[0], Date=[Wed, 26 Oct 2022 06:13:37 GMT], Content-Type=[application/json]}
2022-10-26T06:13:38.214Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2022-10-26T06:13:38.214Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-10-26T06:13:38.214Z|a921477c-aec9-4eab-a949-e52991df4ae5|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-10-26T06:13:38.219Z|a921477c-aec9-4eab-a949-e52991df4ae5|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-10-26T06:13:38.220Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a921477c-aec9-4eab-a949-e52991df4ae5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-10-26T06:13:38.220Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-10-26T06:13:38.221Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-26T06:13:38.223Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T06:13:38.223Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "a921477c-aec9-4eab-a949-e52991df4ae5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666764818220,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-26T06:13:38.323Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-26T06:13:38.324Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-26T06:13:38.325Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UznQRm24lRJQei1Q) ...
2022-10-26T06:13:38.341Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:13:38.342Z||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-10-26T06:13:39.245Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T06:13:39.246Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T06:13:39.246Z|a921477c-aec9-4eab-a949-e52991df4ae5|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 UznQRm24lRJQei1Q) ...
2022-10-26T06:13:48.796Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:13:48.798Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T06:13:48.799Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T06:13:48.799Z|a921477c-aec9-4eab-a949-e52991df4ae5|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 UznQRm24lRJQei1Q) ...
2022-10-26T06:13:58.352Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:13:58.353Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T06:13:58.358Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T06:13:58.358Z|a921477c-aec9-4eab-a949-e52991df4ae5|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 UznQRm24lRJQei1Q) ...
2022-10-26T06:14:07.958Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:14:36.944Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T06:14:36.945Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T06:14:36.945Z|a921477c-aec9-4eab-a949-e52991df4ae5|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 UznQRm24lRJQei1Q) ...
2022-10-26T06:14:36.947Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T06:14:36.947Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T06:14:36.947Z||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 UznQRm24lRJQei1Q) ...
2022-10-26T06:14:37.596Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:14:37.597Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T06:14:37.597Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a921477c-aec9-4eab-a949-e52991df4ae5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666764818220,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-26T06:14:37.599Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T06:14:46.513Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:15:36.944Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T06:15:36.945Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T06:15:36.945Z|a921477c-aec9-4eab-a949-e52991df4ae5|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 UznQRm24lRJQei1Q) ...
2022-10-26T06:15:36.946Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T06:15:36.947Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T06:15:36.947Z||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 UznQRm24lRJQei1Q) ...
2022-10-26T06:15:46.511Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:15:46.511Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:16:36.944Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T06:16:36.945Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T06:16:36.945Z|a921477c-aec9-4eab-a949-e52991df4ae5|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 UznQRm24lRJQei1Q) ...
2022-10-26T06:16:36.947Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T06:16:36.947Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T06:16:36.947Z||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 UznQRm24lRJQei1Q) ...
2022-10-26T06:16:46.505Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:16:46.515Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:17:36.944Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T06:17:36.945Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T06:17:36.945Z|a921477c-aec9-4eab-a949-e52991df4ae5|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 UznQRm24lRJQei1Q) ...
2022-10-26T06:17:36.947Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T06:17:36.947Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T06:17:36.947Z||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 UznQRm24lRJQei1Q) ...
2022-10-26T06:17:46.513Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:17:46.527Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:18:36.944Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T06:18:36.945Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T06:18:36.946Z|a921477c-aec9-4eab-a949-e52991df4ae5|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 UznQRm24lRJQei1Q) ...
2022-10-26T06:18:36.947Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T06:18:36.948Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T06:18:36.948Z||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 UznQRm24lRJQei1Q) ...
2022-10-26T06:18:46.509Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:18:46.519Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:19:36.944Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T06:19:36.946Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T06:19:36.947Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T06:19:36.947Z|a921477c-aec9-4eab-a949-e52991df4ae5|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 UznQRm24lRJQei1Q) ...
2022-10-26T06:19:36.947Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T06:19:36.947Z||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 UznQRm24lRJQei1Q) ...
2022-10-26T06:19:46.513Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:19:46.516Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:20:36.944Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T06:20:36.946Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T06:20:36.946Z|a921477c-aec9-4eab-a949-e52991df4ae5|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 UznQRm24lRJQei1Q) ...
2022-10-26T06:20:36.947Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T06:20:36.947Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T06:20:36.947Z||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 UznQRm24lRJQei1Q) ...
2022-10-26T06:20:46.505Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:20:46.523Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:21:36.944Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T06:21:36.946Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T06:21:36.946Z|a921477c-aec9-4eab-a949-e52991df4ae5|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 UznQRm24lRJQei1Q) ...
2022-10-26T06:21:36.947Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T06:21:36.947Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T06:21:36.948Z||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 UznQRm24lRJQei1Q) ...
2022-10-26T06:21:46.493Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:21:46.498Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:22:36.944Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T06:22:36.945Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T06:22:36.945Z|a921477c-aec9-4eab-a949-e52991df4ae5|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 UznQRm24lRJQei1Q) ...
2022-10-26T06:22:36.947Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T06:22:36.947Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T06:22:36.947Z||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 UznQRm24lRJQei1Q) ...
2022-10-26T06:22:46.495Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:22:46.513Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:23:36.944Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T06:23:36.944Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T06:23:36.945Z|a921477c-aec9-4eab-a949-e52991df4ae5|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 UznQRm24lRJQei1Q) ...
2022-10-26T06:23:36.947Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T06:23:36.947Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T06:23:36.947Z||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 UznQRm24lRJQei1Q) ...
2022-10-26T06:23:37.583Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:23:37.584Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T06:23:37.584Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"d7b122f8-d434-45fe-a899-63e75d5b4fd8","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"4ac73bff-e14f-4002-b203-8748718eef46","serviceDescription":"service","serviceInvariantUUID":"ae8e3849-2ede-45d0-9ece-3e7614dd39e8","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"d528ba23-052a-4520-8d65-6569a64cd111","resourceInvariantUUID":"6eeecc3a-fb76-46d5-932a-c75f9784b71c","resourceCustomizationUUID":"6b8b9e3d-e6b1-45db-82d8-9196fbf69ce9","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":"YzFlYWQwNWUyOGZhODkwZjMzMzUxY2RiOTU2MjY0YTA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ff156670-6d26-4696-a67a-0b56f2400f1c","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ZmIzNTVjYzQwNWYxNDU5ZDM4OTUyOGM4ODIyZGJjNmU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"42bef605-d49d-4776-ad74-d2459a95e572","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-26T06:23:37.587Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:23:37.588Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-26T06:23:37.588Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7b122f8-d434-45fe-a899-63e75d5b4fd8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666765392979,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:23:37.590Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:23:37.590Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-26T06:23:37.590Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7b122f8-d434-45fe-a899-63e75d5b4fd8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666765395614,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:23:37.590Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:23:37.590Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-26T06:23:37.590Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7b122f8-d434-45fe-a899-63e75d5b4fd8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666765395614,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-10-26T06:23:37.590Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:23:37.591Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-26T06:23:37.591Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-26T06:23:37.591Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7b122f8-d434-45fe-a899-63e75d5b4fd8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666765392979,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-10-26T06:23:37.591Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:23:37.591Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-26T06:23:37.591Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-26T06:23:37.591Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7b122f8-d434-45fe-a899-63e75d5b4fd8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666765403368,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-26T06:23:37.591Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T06:23:37.592Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-26T06:23:37.592Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7b122f8-d434-45fe-a899-63e75d5b4fd8",
  "consumerID": "cds",
  "timestamp": 1666765402061,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:23:37.592Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:23:37.592Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-26T06:23:37.592Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7b122f8-d434-45fe-a899-63e75d5b4fd8",
  "consumerID": "cds",
  "timestamp": 1666765402061,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-10-26T06:23:37.592Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:23:37.592Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-26T06:23:37.592Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7b122f8-d434-45fe-a899-63e75d5b4fd8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666765405115,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-26T06:23:37.593Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T06:23:37.593Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-26T06:23:37.593Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7b122f8-d434-45fe-a899-63e75d5b4fd8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666765406120,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
2022-10-26T06:23:37.595Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T06:23:37.595Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "d7b122f8-d434-45fe-a899-63e75d5b4fd8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666765416944,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-26T06:23:37.616Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d7b122f8-d434-45fe-a899-63e75d5b4fd8
2022-10-26T06:23:37.616Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId d7b122f8-d434-45fe-a899-63e75d5b4fd8 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-26T06:23:37.625Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-26T06:23:37.625Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7b122f8-d434-45fe-a899-63e75d5b4fd8",
  "consumerID": "cds",
  "timestamp": 1666765404838,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-26T06:23:37.626Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T06:23:37.626Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-26T06:23:37.626Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7b122f8-d434-45fe-a899-63e75d5b4fd8",
  "consumerID": "cds",
  "timestamp": 1666765405845,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-26T06:23:37.631Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d7b122f8-d434-45fe-a899-63e75d5b4fd8
2022-10-26T06:23:37.631Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId d7b122f8-d434-45fe-a899-63e75d5b4fd8 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-26T06:23:37.641Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-26T06:23:37.641Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7b122f8-d434-45fe-a899-63e75d5b4fd8",
  "consumerID": "aai-ml",
  "timestamp": 1666765406422,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:23:37.641Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:23:37.641Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-26T06:23:37.641Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7b122f8-d434-45fe-a899-63e75d5b4fd8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666765406021,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:23:37.641Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:23:37.642Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-26T06:23:37.642Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7b122f8-d434-45fe-a899-63e75d5b4fd8",
  "consumerID": "aai-ml",
  "timestamp": 1666765406422,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-10-26T06:23:37.642Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:23:37.642Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-26T06:23:37.643Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7b122f8-d434-45fe-a899-63e75d5b4fd8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666765406021,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:23:37.643Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:23:37.643Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-26T06:23:37.643Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7b122f8-d434-45fe-a899-63e75d5b4fd8",
  "consumerID": "aai-ml",
  "timestamp": 1666765409228,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-26T06:23:37.643Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T06:23:37.643Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-26T06:23:37.643Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7b122f8-d434-45fe-a899-63e75d5b4fd8",
  "consumerID": "aai-ml",
  "timestamp": 1666765414019,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-26T06:23:37.644Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T06:23:37.644Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-26T06:23:37.644Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7b122f8-d434-45fe-a899-63e75d5b4fd8",
  "consumerID": "aai-ml",
  "timestamp": 1666765415024,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-26T06:23:37.650Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d7b122f8-d434-45fe-a899-63e75d5b4fd8
2022-10-26T06:23:37.651Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId d7b122f8-d434-45fe-a899-63e75d5b4fd8 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-26T06:23:37.695Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-26T06:23:37.696Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-26T06:23:37.697Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UznQRm24lRJQei1Q) ...
2022-10-26T06:23:37.709Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:23:37.710Z||pool-35-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-26T06:23:38.596Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-26T06:23:38.596Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-26T06:23:38.598Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T06:23:38.598Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "d7b122f8-d434-45fe-a899-63e75d5b4fd8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666765416944,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-10-26T06:23:38.699Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-26T06:23:38.700Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-26T06:23:38.700Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UznQRm24lRJQei1Q) ...
2022-10-26T06:23:38.743Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:23:38.743Z||pool-36-thread-1|||||INFO|500||cambria reply ok (44 ms):{"serverTimeMs":0,"count":1}
2022-10-26T06:23:39.600Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "d7b122f8-d434-45fe-a899-63e75d5b4fd8",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "4ac73bff-e14f-4002-b203-8748718eef46",
  "serviceDescription": "service",
  "serviceInvariantUUID": "ae8e3849-2ede-45d0-9ece-3e7614dd39e8",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "6b8b9e3d-e6b1-45db-82d8-9196fbf69ce9",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "d528ba23-052a-4520-8d65-6569a64cd111",
      "resourceInvariantUUID": "6eeecc3a-fb76-46d5-932a-c75f9784b71c",
      "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": "ZmIzNTVjYzQwNWYxNDU5ZDM4OTUyOGM4ODIyZGJjNmU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "42bef605-d49d-4776-ad74-d2459a95e572"
    }
  ],
  "workloadContext": "Production"
}
2022-10-26T06:23:39.600Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-26T06:23:39.600Z|a921477c-aec9-4eab-a949-e52991df4ae5|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 4ac73bff-e14f-4002-b203-8748718eef46 ASDC
2022-10-26T06:23:39.601Z|d7b122f8-d434-45fe-a899-63e75d5b4fd8|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:d7b122f8-d434-45fe-a899-63e75d5b4fd8
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:4ac73bff-e14f-4002-b203-8748718eef46
ServiceInvariantUUID:ae8e3849-2ede-45d0-9ece-3e7614dd39e8
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:42bef605-d49d-4776-ad74-d2459a95e572
ArtifactChecksum:ZmIzNTVjYzQwNWYxNDU5ZDM4OTUyOGM4ODIyZGJjNmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:6b8b9e3d-e6b1-45db-82d8-9196fbf69ce9
ResourceInvariantUUID:6eeecc3a-fb76-46d5-932a-c75f9784b71c
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:d528ba23-052a-4520-8d65-6569a64cd111
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2022-10-26T06:23:39.602Z|d7b122f8-d434-45fe-a899-63e75d5b4fd8|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4ac73bff-e14f-4002-b203-8748718eef46 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-10-26T06:23:39.633Z|d7b122f8-d434-45fe-a899-63e75d5b4fd8|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-26T06:23:39.635Z|d7b122f8-d434-45fe-a899-63e75d5b4fd8|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-10-26T06:23:39.635Z|d7b122f8-d434-45fe-a899-63e75d5b4fd8|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-10-26T06:23:39.635Z|d7b122f8-d434-45fe-a899-63e75d5b4fd8|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 42bef605-d49d-4776-ad74-d2459a95e572 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-10-26T06:23:39.635Z|d7b122f8-d434-45fe-a899-63e75d5b4fd8|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-10-26T06:23:39.635Z|d7b122f8-d434-45fe-a899-63e75d5b4fd8|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-10-26T06:23:39.715Z|d7b122f8-d434-45fe-a899-63e75d5b4fd8|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-10-26T06:23:39.718Z|d7b122f8-d434-45fe-a899-63e75d5b4fd8|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 42bef605-d49d-4776-ad74-d2459a95e572 57661
2022-10-26T06:23:39.719Z|d7b122f8-d434-45fe-a899-63e75d5b4fd8|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-10-26T06:23:39.719Z|d7b122f8-d434-45fe-a899-63e75d5b4fd8|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-10-26T06:23:39.719Z|d7b122f8-d434-45fe-a899-63e75d5b4fd8|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-26T06:23:39.719Z|d7b122f8-d434-45fe-a899-63e75d5b4fd8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-26T06:23:39.746Z|d7b122f8-d434-45fe-a899-63e75d5b4fd8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T06:23:39.746Z|d7b122f8-d434-45fe-a899-63e75d5b4fd8|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "d7b122f8-d434-45fe-a899-63e75d5b4fd8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666765419719,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-26T06:23:39.822Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 75 ms
2022-10-26T06:23:39.822Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-26T06:23:39.823Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UznQRm24lRJQei1Q) ...
2022-10-26T06:23:39.834Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:23:39.834Z||pool-37-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-26T06:23:40.747Z|d7b122f8-d434-45fe-a899-63e75d5b4fd8|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-26T06:23:40.748Z|d7b122f8-d434-45fe-a899-63e75d5b4fd8|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-10-26T06:23:40.748Z|d7b122f8-d434-45fe-a899-63e75d5b4fd8|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 42bef605-d49d-4776-ad74-d2459a95e572, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-26T06:23:40.749Z|d7b122f8-d434-45fe-a899-63e75d5b4fd8|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-10-26T06:23:40.750Z|d7b122f8-d434-45fe-a899-63e75d5b4fd8|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-26T06:23:40.750Z|d7b122f8-d434-45fe-a899-63e75d5b4fd8|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-26T06:23:40.996Z|d7b122f8-d434-45fe-a899-63e75d5b4fd8|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15794017000461612931/Definitions/service-BasicNetwork-template.yml
2022-10-26T06:23:41.516Z|d7b122f8-d434-45fe-a899-63e75d5b4fd8|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-26T06:23:41.517Z|d7b122f8-d434-45fe-a899-63e75d5b4fd8|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-10-26T06:23:41.517Z|d7b122f8-d434-45fe-a899-63e75d5b4fd8|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-26T06:23:41.518Z|d7b122f8-d434-45fe-a899-63e75d5b4fd8|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-10-26T06:23:41.518Z|d7b122f8-d434-45fe-a899-63e75d5b4fd8|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-10-26T06:23:41.518Z|d7b122f8-d434-45fe-a899-63e75d5b4fd8|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-10-26T06:23:41.518Z|d7b122f8-d434-45fe-a899-63e75d5b4fd8|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-10-26T06:23:41.518Z|d7b122f8-d434-45fe-a899-63e75d5b4fd8|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-10-26T06:23:41.519Z|d7b122f8-d434-45fe-a899-63e75d5b4fd8|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-10-26T06:23:41.519Z|d7b122f8-d434-45fe-a899-63e75d5b4fd8|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-10-26T06:23:41.519Z|d7b122f8-d434-45fe-a899-63e75d5b4fd8|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-10-26T06:23:41.519Z|d7b122f8-d434-45fe-a899-63e75d5b4fd8|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-10-26T06:23:41.519Z|d7b122f8-d434-45fe-a899-63e75d5b4fd8|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-10-26T06:23:41.520Z|d7b122f8-d434-45fe-a899-63e75d5b4fd8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T06:23:41.520Z|d7b122f8-d434-45fe-a899-63e75d5b4fd8|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-10-26T06:23:41.521Z|d7b122f8-d434-45fe-a899-63e75d5b4fd8|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-10-26T06:23:41.521Z|d7b122f8-d434-45fe-a899-63e75d5b4fd8|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-10-26T06:23:41.521Z|d7b122f8-d434-45fe-a899-63e75d5b4fd8|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-26T06:23:41.522Z|d7b122f8-d434-45fe-a899-63e75d5b4fd8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T06:23:41.522Z|d7b122f8-d434-45fe-a899-63e75d5b4fd8|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T06:23:41.522Z|d7b122f8-d434-45fe-a899-63e75d5b4fd8|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-10-26T06:23:41.522Z|d7b122f8-d434-45fe-a899-63e75d5b4fd8|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-10-26T06:23:41.523Z|d7b122f8-d434-45fe-a899-63e75d5b4fd8|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-26T06:23:41.523Z|d7b122f8-d434-45fe-a899-63e75d5b4fd8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T06:23:41.523Z|d7b122f8-d434-45fe-a899-63e75d5b4fd8|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T06:23:41.523Z|d7b122f8-d434-45fe-a899-63e75d5b4fd8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T06:23:41.524Z|d7b122f8-d434-45fe-a899-63e75d5b4fd8|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T06:23:41.524Z|d7b122f8-d434-45fe-a899-63e75d5b4fd8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T06:23:41.524Z|d7b122f8-d434-45fe-a899-63e75d5b4fd8|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T06:23:41.525Z|d7b122f8-d434-45fe-a899-63e75d5b4fd8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T06:23:41.525Z|d7b122f8-d434-45fe-a899-63e75d5b4fd8|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T06:23:41.525Z|d7b122f8-d434-45fe-a899-63e75d5b4fd8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T06:23:41.526Z|d7b122f8-d434-45fe-a899-63e75d5b4fd8|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T06:23:41.526Z|d7b122f8-d434-45fe-a899-63e75d5b4fd8|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:4ac73bff-e14f-4002-b203-8748718eef46
Model Version:NULL
Model InvariantUuid:ae8e3849-2ede-45d0-9ece-3e7614dd39e8
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:6eeecc3a-fb76-46d5-932a-c75f9784b71c
Model UUID:dd75889d-51cd-4864-be9f-7bd9460f5bba
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:6b8b9e3d-e6b1-45db-82d8-9196fbf69ce9
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-10-26T06:23:41.545Z|d7b122f8-d434-45fe-a899-63e75d5b4fd8|pool-2-thread-9|||||INFO|500||Processing Resource Type: VL, Model UUID: d528ba23-052a-4520-8d65-6569a64cd111
2022-10-26T06:23:41.545Z|d7b122f8-d434-45fe-a899-63e75d5b4fd8|pool-2-thread-9|||||INFO|500||No resources found for Service: 4ac73bff-e14f-4002-b203-8748718eef46
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-26T06:23:41.551Z|d7b122f8-d434-45fe-a899-63e75d5b4fd8|pool-2-thread-9|||||INFO|500||
2022-10-26T06:23:41.552Z|d7b122f8-d434-45fe-a899-63e75d5b4fd8|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2022-10-26T06:23:41.553Z|d7b122f8-d434-45fe-a899-63e75d5b4fd8|pool-2-thread-9|||||DEBUG|500||No resources found for Service: 4ac73bff-e14f-4002-b203-8748718eef46
2022-10-26T06:23:41.553Z|d7b122f8-d434-45fe-a899-63e75d5b4fd8|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 4ac73bff-e14f-4002-b203-8748718eef46
2022-10-26T06:23:41.553Z|d7b122f8-d434-45fe-a899-63e75d5b4fd8|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2022-10-26T06:23:41.554Z|d7b122f8-d434-45fe-a899-63e75d5b4fd8|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-10-26T06:23:41.559Z|d7b122f8-d434-45fe-a899-63e75d5b4fd8|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7f3ff7a6, org.onap.sdc.toscaparser.api.parameters.Input@7253e3c6, org.onap.sdc.toscaparser.api.parameters.Input@1714f139, org.onap.sdc.toscaparser.api.parameters.Input@1dcee769, org.onap.sdc.toscaparser.api.parameters.Input@1d4ca1b1]
2022-10-26T06:23:41.561Z|d7b122f8-d434-45fe-a899-63e75d5b4fd8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T06:23:41.561Z|d7b122f8-d434-45fe-a899-63e75d5b4fd8|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T06:23:41.561Z|d7b122f8-d434-45fe-a899-63e75d5b4fd8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T06:23:41.562Z|d7b122f8-d434-45fe-a899-63e75d5b4fd8|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T06:23:41.562Z|d7b122f8-d434-45fe-a899-63e75d5b4fd8|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 4ac73bff-e14f-4002-b203-8748718eef46: Generic NeutronNet
2022-10-26T06:23:41.562Z|d7b122f8-d434-45fe-a899-63e75d5b4fd8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T06:23:41.562Z|d7b122f8-d434-45fe-a899-63e75d5b4fd8|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T06:23:41.563Z|d7b122f8-d434-45fe-a899-63e75d5b4fd8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T06:23:41.563Z|d7b122f8-d434-45fe-a899-63e75d5b4fd8|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-10-26T06:23:41.596Z|d7b122f8-d434-45fe-a899-63e75d5b4fd8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T06:23:41.596Z|d7b122f8-d434-45fe-a899-63e75d5b4fd8|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T06:23:41.597Z|d7b122f8-d434-45fe-a899-63e75d5b4fd8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T06:23:41.597Z|d7b122f8-d434-45fe-a899-63e75d5b4fd8|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-10-26T06:23:41.597Z|d7b122f8-d434-45fe-a899-63e75d5b4fd8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T06:23:41.598Z|d7b122f8-d434-45fe-a899-63e75d5b4fd8|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T06:23:41.598Z|d7b122f8-d434-45fe-a899-63e75d5b4fd8|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-10-26T06:23:41.652Z|d7b122f8-d434-45fe-a899-63e75d5b4fd8|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2022-10-26T06:23:41.653Z|d7b122f8-d434-45fe-a899-63e75d5b4fd8|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-10-26T06:23:41.653Z|d7b122f8-d434-45fe-a899-63e75d5b4fd8|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-10-26T06:23:41.654Z|d7b122f8-d434-45fe-a899-63e75d5b4fd8|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-26T06:23:41.654Z|d7b122f8-d434-45fe-a899-63e75d5b4fd8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-26T06:23:41.656Z|d7b122f8-d434-45fe-a899-63e75d5b4fd8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T06:23:41.656Z|d7b122f8-d434-45fe-a899-63e75d5b4fd8|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "d7b122f8-d434-45fe-a899-63e75d5b4fd8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666765421653,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-26T06:23:41.756Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-26T06:23:41.757Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-26T06:23:41.758Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UznQRm24lRJQei1Q) ...
2022-10-26T06:23:41.774Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:23:41.775Z||pool-38-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-10-26T06:23:42.657Z|d7b122f8-d434-45fe-a899-63e75d5b4fd8|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d7b122f8-d434-45fe-a899-63e75d5b4fd8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-26T06:23:42.668Z|d7b122f8-d434-45fe-a899-63e75d5b4fd8|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d7b122f8-d434-45fe-a899-63e75d5b4fd8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-26T06:23:42.671Z|d7b122f8-d434-45fe-a899-63e75d5b4fd8|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-26T06:23:42.671Z|d7b122f8-d434-45fe-a899-63e75d5b4fd8|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-26T06:23:42.671Z|d7b122f8-d434-45fe-a899-63e75d5b4fd8|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-10-26T06:23:42.671Z|d7b122f8-d434-45fe-a899-63e75d5b4fd8|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-10-26T06:23:42.671Z|d7b122f8-d434-45fe-a899-63e75d5b4fd8|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-26T06:23:42.671Z|d7b122f8-d434-45fe-a899-63e75d5b4fd8|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-26T06:23:42.671Z|d7b122f8-d434-45fe-a899-63e75d5b4fd8|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-26T06:23:42.671Z|d7b122f8-d434-45fe-a899-63e75d5b4fd8|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-26T06:23:42.671Z|d7b122f8-d434-45fe-a899-63e75d5b4fd8|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-10-26T06:23:42.676Z|d7b122f8-d434-45fe-a899-63e75d5b4fd8|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-10-26T06:24:12.676Z|d7b122f8-d434-45fe-a899-63e75d5b4fd8|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d7b122f8-d434-45fe-a899-63e75d5b4fd8 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-10-26T06:24:12.685Z|d7b122f8-d434-45fe-a899-63e75d5b4fd8|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d7b122f8-d434-45fe-a899-63e75d5b4fd8 and serviceModelVersionId: 4ac73bff-e14f-4002-b203-8748718eef46
2022-10-26T06:24:12.685Z|d7b122f8-d434-45fe-a899-63e75d5b4fd8|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ae8e3849-2ede-45d0-9ece-3e7614dd39e8
2022-10-26T06:24:12.686Z|d7b122f8-d434-45fe-a899-63e75d5b4fd8|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ae8e3849-2ede-45d0-9ece-3e7614dd39e8/model-vers/model-ver/4ac73bff-e14f-4002-b203-8748718eef46?depth=0
2022-10-26T06:24:12.691Z|d7b122f8-d434-45fe-a899-63e75d5b4fd8|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-10-26T06:24:12.753Z|d7b122f8-d434-45fe-a899-63e75d5b4fd8|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/ae8e3849-2ede-45d0-9ece-3e7614dd39e8/model-vers/model-ver/4ac73bff-e14f-4002-b203-8748718eef46?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-10-26T06:24:12.759Z|d7b122f8-d434-45fe-a899-63e75d5b4fd8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ae8e3849-2ede-45d0-9ece-3e7614dd39e8/model-vers/model-ver/4ac73bff-e14f-4002-b203-8748718eef46?depth=0|INFO|500||Invoke
2022-10-26T06:24:12.784Z|d7b122f8-d434-45fe-a899-63e75d5b4fd8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ae8e3849-2ede-45d0-9ece-3e7614dd39e8/model-vers/model-ver/4ac73bff-e14f-4002-b203-8748718eef46?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-10-26T06:24:12.905Z|d7b122f8-d434-45fe-a899-63e75d5b4fd8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ae8e3849-2ede-45d0-9ece-3e7614dd39e8/model-vers/model-ver/4ac73bff-e14f-4002-b203-8748718eef46?depth=0|INFO|500||InvokeReturn
2022-10-26T06:24:12.908Z|d7b122f8-d434-45fe-a899-63e75d5b4fd8|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/ae8e3849-2ede-45d0-9ece-3e7614dd39e8/model-vers/model-ver/4ac73bff-e14f-4002-b203-8748718eef46?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221026-06:24:12:125-53234], vertex-id=[217160], Content-Length=[0], Date=[Wed, 26 Oct 2022 06:24:12 GMT], Content-Type=[application/json]}
2022-10-26T06:24:12.910Z|d7b122f8-d434-45fe-a899-63e75d5b4fd8|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2022-10-26T06:24:12.911Z|d7b122f8-d434-45fe-a899-63e75d5b4fd8|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-10-26T06:24:12.911Z|d7b122f8-d434-45fe-a899-63e75d5b4fd8|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-10-26T06:24:12.918Z|d7b122f8-d434-45fe-a899-63e75d5b4fd8|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-10-26T06:24:12.918Z|d7b122f8-d434-45fe-a899-63e75d5b4fd8|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d7b122f8-d434-45fe-a899-63e75d5b4fd8 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-10-26T06:24:12.918Z|d7b122f8-d434-45fe-a899-63e75d5b4fd8|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-10-26T06:24:12.919Z|d7b122f8-d434-45fe-a899-63e75d5b4fd8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-26T06:24:12.923Z|d7b122f8-d434-45fe-a899-63e75d5b4fd8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T06:24:12.923Z|d7b122f8-d434-45fe-a899-63e75d5b4fd8|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "d7b122f8-d434-45fe-a899-63e75d5b4fd8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666765452918,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-26T06:24:13.023Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-26T06:24:13.024Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-26T06:24:13.026Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UznQRm24lRJQei1Q) ...
2022-10-26T06:24:13.041Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:24:13.042Z||pool-39-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-10-26T06:24:36.944Z|d7b122f8-d434-45fe-a899-63e75d5b4fd8|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T06:24:36.946Z|d7b122f8-d434-45fe-a899-63e75d5b4fd8|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T06:24:36.946Z|d7b122f8-d434-45fe-a899-63e75d5b4fd8|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 UznQRm24lRJQei1Q) ...
2022-10-26T06:24:36.947Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T06:24:36.947Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T06:24:36.947Z||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 UznQRm24lRJQei1Q) ...
2022-10-26T06:24:37.081Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:24:37.081Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:24:37.081Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7b122f8-d434-45fe-a899-63e75d5b4fd8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666765416944,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:24:37.083Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:24:37.582Z|d7b122f8-d434-45fe-a899-63e75d5b4fd8|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:24:37.584Z|d7b122f8-d434-45fe-a899-63e75d5b4fd8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T06:24:37.584Z|d7b122f8-d434-45fe-a899-63e75d5b4fd8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"96a3b634-2f4e-47b0-9546-435a463a95cb","serviceName":"Demo_pNF_uSES4nb24XBSVnxAO4n6","serviceVersion":"1.0","serviceUUID":"db70ee71-1335-49b1-bb24-e96e4a890ec7","serviceDescription":"catalog service description","serviceInvariantUUID":"a8bd9213-d9bb-452e-b498-4443126ee38a","resources":[{"resourceInstanceName":"pNF ad88f185-7f00 0","resourceName":"pNF ad88f185-7f00","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"d12bbb2d-d186-402e-8846-87bf6cc9ab4e","resourceInvariantUUID":"a2b66c53-421f-4810-a0b4-59876374be11","resourceCustomizationUUID":"6254f647-538e-49ef-8ce4-402be259dbf5","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUses4nb24xbsvnxao4n6/1.0/resourceInstances/pnfad88f1857f000/artifacts/vf-license-model.xml","artifactChecksum":"NmYyNWYzZThiZGI5ZjI4YWU4YjQ4MjMwODZmZmRiMTA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"02752fdf-3de4-48ac-9095-d22a64f5db96","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUses4nb24xbsvnxao4n6/1.0/resourceInstances/pnfad88f1857f000/artifacts/pNF.csar","artifactChecksum":"OGI1YzVkMzdiZDdmMTUxNDcxZDZkZWFiNTgxM2M5YzY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e5172356-2c65-4602-973e-fd9164ca5731","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUses4nb24xbsvnxao4n6/1.0/resourceInstances/pnfad88f1857f000/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e005791c-2e4f-4481-afb8-72ebc7602774","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUses4nb24xbsvnxao4n6/1.0/resourceInstances/pnfad88f1857f000/artifacts/vendor-license-model.xml","artifactChecksum":"MWQxOGIzZWVmNjJiODIzZDM4OGZlYTMwNzZhOTE1ZjY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"287c409e-2881-431b-bb6b-44932b81e798","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfUses4nb24xbsvnxao4n6/1.0/resourceInstances/pnfad88f1857f000/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"55bcf2cd-3127-4a2f-8a24-315c38015911","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfUses4nb24xbsvnxao4n6/1.0/resourceInstances/pnfad88f1857f000/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e264878c-5d6b-4935-b73e-fc8f1a2505dd","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfUses4nb24xbsvnxao4n6-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUses4nb24xbsvnxao4n6/1.0/artifacts/service-DemoPnfUses4nb24xbsvnxao4n6-template.yml","artifactChecksum":"NzQ2MGY0YTUxOTM0MTEyODI0MzczYmRiNTEwMWI4M2E\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c428aae4-f923-4792-a5dc-1e887cac55ea","artifactVersion":"1"},{"artifactName":"service-DemoPnfUses4nb24xbsvnxao4n6-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfUses4nb24xbsvnxao4n6/1.0/artifacts/service-DemoPnfUses4nb24xbsvnxao4n6-csar.csar","artifactChecksum":"Zjk0NTkxNzQxOTljYThjNTU5YjNmYzM4OTNiZDNkZDQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"80133fe1-c21f-4695-be8d-6382cf904ce7","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-26T06:24:37.586Z|d7b122f8-d434-45fe-a899-63e75d5b4fd8|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-26T06:24:37.587Z|d7b122f8-d434-45fe-a899-63e75d5b4fd8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-26T06:24:37.589Z|d7b122f8-d434-45fe-a899-63e75d5b4fd8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T06:24:37.589Z|d7b122f8-d434-45fe-a899-63e75d5b4fd8|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "96a3b634-2f4e-47b0-9546-435a463a95cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666765476944,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUses4nb24xbsvnxao4n6/1.0/resourceInstances/pnfad88f1857f000/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:24:37.689Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-26T06:24:37.691Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-26T06:24:37.691Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UznQRm24lRJQei1Q) ...
2022-10-26T06:24:37.711Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:24:37.712Z||pool-40-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-10-26T06:24:38.589Z|d7b122f8-d434-45fe-a899-63e75d5b4fd8|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-26T06:24:38.590Z|d7b122f8-d434-45fe-a899-63e75d5b4fd8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-26T06:24:38.592Z|d7b122f8-d434-45fe-a899-63e75d5b4fd8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T06:24:38.592Z|d7b122f8-d434-45fe-a899-63e75d5b4fd8|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "96a3b634-2f4e-47b0-9546-435a463a95cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666765476944,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUses4nb24xbsvnxao4n6/1.0/resourceInstances/pnfad88f1857f000/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:24:38.692Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-26T06:24:38.695Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-26T06:24:38.696Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UznQRm24lRJQei1Q) ...
2022-10-26T06:24:38.723Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:24:38.724Z||pool-41-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-10-26T06:24:39.593Z|d7b122f8-d434-45fe-a899-63e75d5b4fd8|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-26T06:24:39.594Z|d7b122f8-d434-45fe-a899-63e75d5b4fd8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-26T06:24:39.596Z|d7b122f8-d434-45fe-a899-63e75d5b4fd8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T06:24:39.596Z|d7b122f8-d434-45fe-a899-63e75d5b4fd8|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "96a3b634-2f4e-47b0-9546-435a463a95cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666765476944,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUses4nb24xbsvnxao4n6/1.0/resourceInstances/pnfad88f1857f000/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:24:39.700Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-10-26T06:24:39.700Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-26T06:24:39.700Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UznQRm24lRJQei1Q) ...
2022-10-26T06:24:39.715Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:24:39.715Z||pool-42-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-26T06:24:40.597Z|d7b122f8-d434-45fe-a899-63e75d5b4fd8|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-26T06:24:40.599Z|d7b122f8-d434-45fe-a899-63e75d5b4fd8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-26T06:24:40.600Z|d7b122f8-d434-45fe-a899-63e75d5b4fd8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T06:24:40.600Z|d7b122f8-d434-45fe-a899-63e75d5b4fd8|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "96a3b634-2f4e-47b0-9546-435a463a95cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666765476944,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUses4nb24xbsvnxao4n6/1.0/resourceInstances/pnfad88f1857f000/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:24:40.701Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-26T06:24:40.702Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-26T06:24:40.702Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UznQRm24lRJQei1Q) ...
2022-10-26T06:24:40.717Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:24:40.717Z||pool-43-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-10-26T06:24:41.601Z|d7b122f8-d434-45fe-a899-63e75d5b4fd8|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-26T06:24:41.602Z|d7b122f8-d434-45fe-a899-63e75d5b4fd8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-26T06:24:41.604Z|d7b122f8-d434-45fe-a899-63e75d5b4fd8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T06:24:41.604Z|d7b122f8-d434-45fe-a899-63e75d5b4fd8|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "96a3b634-2f4e-47b0-9546-435a463a95cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666765476944,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUses4nb24xbsvnxao4n6/1.0/resourceInstances/pnfad88f1857f000/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:24:41.704Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-26T06:24:41.705Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-26T06:24:41.705Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UznQRm24lRJQei1Q) ...
2022-10-26T06:24:41.719Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:24:41.720Z||pool-44-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-10-26T06:24:42.605Z|d7b122f8-d434-45fe-a899-63e75d5b4fd8|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-26T06:24:42.605Z|d7b122f8-d434-45fe-a899-63e75d5b4fd8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-26T06:24:42.608Z|d7b122f8-d434-45fe-a899-63e75d5b4fd8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T06:24:42.608Z|d7b122f8-d434-45fe-a899-63e75d5b4fd8|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "96a3b634-2f4e-47b0-9546-435a463a95cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666765476944,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUses4nb24xbsvnxao4n6/1.0/resourceInstances/pnfad88f1857f000/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:24:42.708Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-26T06:24:42.709Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-26T06:24:42.709Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UznQRm24lRJQei1Q) ...
2022-10-26T06:24:42.720Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:24:42.721Z||pool-45-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-26T06:24:43.609Z|d7b122f8-d434-45fe-a899-63e75d5b4fd8|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-26T06:24:43.610Z|d7b122f8-d434-45fe-a899-63e75d5b4fd8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-26T06:24:43.616Z|d7b122f8-d434-45fe-a899-63e75d5b4fd8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T06:24:43.617Z|d7b122f8-d434-45fe-a899-63e75d5b4fd8|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "96a3b634-2f4e-47b0-9546-435a463a95cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666765476944,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUses4nb24xbsvnxao4n6/1.0/artifacts/service-DemoPnfUses4nb24xbsvnxao4n6-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:24:43.716Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-26T06:24:43.717Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-26T06:24:43.717Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UznQRm24lRJQei1Q) ...
2022-10-26T06:24:43.735Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:24:43.735Z||pool-46-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-10-26T06:24:44.618Z|d7b122f8-d434-45fe-a899-63e75d5b4fd8|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-26T06:24:44.619Z|d7b122f8-d434-45fe-a899-63e75d5b4fd8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-26T06:24:44.624Z|d7b122f8-d434-45fe-a899-63e75d5b4fd8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T06:24:44.624Z|d7b122f8-d434-45fe-a899-63e75d5b4fd8|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "96a3b634-2f4e-47b0-9546-435a463a95cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666765476944,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUses4nb24xbsvnxao4n6/1.0/artifacts/service-DemoPnfUses4nb24xbsvnxao4n6-csar.csar",
  "status": "NOTIFIED"
}
2022-10-26T06:24:44.726Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-10-26T06:24:44.727Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-26T06:24:44.727Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UznQRm24lRJQei1Q) ...
2022-10-26T06:24:44.755Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:24:44.755Z||pool-47-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-10-26T06:24:45.626Z|d7b122f8-d434-45fe-a899-63e75d5b4fd8|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "96a3b634-2f4e-47b0-9546-435a463a95cb",
  "serviceName": "Demo_pNF_uSES4nb24XBSVnxAO4n6",
  "serviceVersion": "1.0",
  "serviceUUID": "db70ee71-1335-49b1-bb24-e96e4a890ec7",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "a8bd9213-d9bb-452e-b498-4443126ee38a",
  "resources": [
    {
      "resourceInstanceName": "pNF ad88f185-7f00 0",
      "resourceCustomizationUUID": "6254f647-538e-49ef-8ce4-402be259dbf5",
      "resourceName": "pNF ad88f185-7f00",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "d12bbb2d-d186-402e-8846-87bf6cc9ab4e",
      "resourceInvariantUUID": "a2b66c53-421f-4810-a0b4-59876374be11",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfUses4nb24xbsvnxao4n6-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfUses4nb24xbsvnxao4n6/1.0/artifacts/service-DemoPnfUses4nb24xbsvnxao4n6-csar.csar",
      "artifactChecksum": "Zjk0NTkxNzQxOTljYThjNTU5YjNmYzM4OTNiZDNkZDQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "80133fe1-c21f-4695-be8d-6382cf904ce7"
    }
  ],
  "workloadContext": "Production"
}
2022-10-26T06:24:45.627Z|d7b122f8-d434-45fe-a899-63e75d5b4fd8|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-26T06:24:45.627Z|d7b122f8-d434-45fe-a899-63e75d5b4fd8|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 db70ee71-1335-49b1-bb24-e96e4a890ec7 ASDC
2022-10-26T06:24:45.629Z|96a3b634-2f4e-47b0-9546-435a463a95cb|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:96a3b634-2f4e-47b0-9546-435a463a95cb
ServiceName:Demo_pNF_uSES4nb24XBSVnxAO4n6
ServiceVersion:1.0
ServiceUUID:db70ee71-1335-49b1-bb24-e96e4a890ec7
ServiceInvariantUUID:a8bd9213-d9bb-452e-b498-4443126ee38a
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfUses4nb24xbsvnxao4n6-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfUses4nb24xbsvnxao4n6/1.0/artifacts/service-DemoPnfUses4nb24xbsvnxao4n6-csar.csar
ArtifactUUID:80133fe1-c21f-4695-be8d-6382cf904ce7
ArtifactChecksum:Zjk0NTkxNzQxOTljYThjNTU5YjNmYzM4OTNiZDNkZDQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF ad88f185-7f00 0
ResourceCustomizationUUID:6254f647-538e-49ef-8ce4-402be259dbf5
ResourceInvariantUUID:a2b66c53-421f-4810-a0b4-59876374be11
ResourceName:pNF ad88f185-7f00
ResourceType:PNF
ResourceUUID:d12bbb2d-d186-402e-8846-87bf6cc9ab4e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-10-26T06:24:45.629Z|96a3b634-2f4e-47b0-9546-435a463a95cb|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF db70ee71-1335-49b1-bb24-e96e4a890ec7 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-26T06:24:45.667Z|96a3b634-2f4e-47b0-9546-435a463a95cb|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-26T06:24:45.667Z|96a3b634-2f4e-47b0-9546-435a463a95cb|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-10-26T06:24:45.668Z|96a3b634-2f4e-47b0-9546-435a463a95cb|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-10-26T06:24:45.668Z|96a3b634-2f4e-47b0-9546-435a463a95cb|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 80133fe1-c21f-4695-be8d-6382cf904ce7 from URL: /sdc/v1/catalog/services/DemoPnfUses4nb24xbsvnxao4n6/1.0/artifacts/service-DemoPnfUses4nb24xbsvnxao4n6-csar.csar
2022-10-26T06:24:45.668Z|96a3b634-2f4e-47b0-9546-435a463a95cb|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-10-26T06:24:45.668Z|96a3b634-2f4e-47b0-9546-435a463a95cb|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfUses4nb24xbsvnxao4n6/1.0/artifacts/service-DemoPnfUses4nb24xbsvnxao4n6-csar.csar
2022-10-26T06:24:45.753Z|96a3b634-2f4e-47b0-9546-435a463a95cb|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-10-26T06:24:45.757Z|96a3b634-2f4e-47b0-9546-435a463a95cb|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfUses4nb24xbsvnxao4n6/1.0/artifacts/service-DemoPnfUses4nb24xbsvnxao4n6-csar.csar 80133fe1-c21f-4695-be8d-6382cf904ce7 87774
2022-10-26T06:24:45.758Z|96a3b634-2f4e-47b0-9546-435a463a95cb|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfUses4nb24xbsvnxao4n6/1.0/artifacts/service-DemoPnfUses4nb24xbsvnxao4n6-csar.csar ASDC sendASDCNotification
2022-10-26T06:24:45.758Z|96a3b634-2f4e-47b0-9546-435a463a95cb|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfUses4nb24xbsvnxao4n6/1.0/artifacts/service-DemoPnfUses4nb24xbsvnxao4n6-csar.csar
2022-10-26T06:24:45.758Z|96a3b634-2f4e-47b0-9546-435a463a95cb|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-26T06:24:45.759Z|96a3b634-2f4e-47b0-9546-435a463a95cb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-26T06:24:45.761Z|96a3b634-2f4e-47b0-9546-435a463a95cb|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T06:24:45.761Z|96a3b634-2f4e-47b0-9546-435a463a95cb|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "96a3b634-2f4e-47b0-9546-435a463a95cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666765485758,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUses4nb24xbsvnxao4n6/1.0/artifacts/service-DemoPnfUses4nb24xbsvnxao4n6-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-26T06:24:45.861Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-26T06:24:45.862Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-26T06:24:45.862Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UznQRm24lRJQei1Q) ...
2022-10-26T06:24:45.875Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:24:45.876Z||pool-48-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-10-26T06:24:46.762Z|96a3b634-2f4e-47b0-9546-435a463a95cb|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-26T06:24:46.763Z|96a3b634-2f4e-47b0-9546-435a463a95cb|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-10-26T06:24:46.763Z|96a3b634-2f4e-47b0-9546-435a463a95cb|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 80133fe1-c21f-4695-be8d-6382cf904ce7, URL: /sdc/v1/catalog/services/DemoPnfUses4nb24xbsvnxao4n6/1.0/artifacts/service-DemoPnfUses4nb24xbsvnxao4n6-csar.csar to file: /app/ASDC/1/service-DemoPnfUses4nb24xbsvnxao4n6-csar.csar
2022-10-26T06:24:46.765Z|96a3b634-2f4e-47b0-9546-435a463a95cb|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfUses4nb24xbsvnxao4n6-csar.csar
2022-10-26T06:24:46.765Z|96a3b634-2f4e-47b0-9546-435a463a95cb|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfUses4nb24xbsvnxao4n6-csar.csar
2022-10-26T06:24:46.765Z|96a3b634-2f4e-47b0-9546-435a463a95cb|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfUses4nb24xbsvnxao4n6-csar.csar
2022-10-26T06:24:46.875Z|96a3b634-2f4e-47b0-9546-435a463a95cb|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10516403444453599678/Definitions/service-DemoPnfUses4nb24xbsvnxao4n6-template.yml
2022-10-26T06:24:47.612Z|96a3b634-2f4e-47b0-9546-435a463a95cb|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-26T06:24:47.612Z|96a3b634-2f4e-47b0-9546-435a463a95cb|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-10-26T06:24:47.613Z|96a3b634-2f4e-47b0-9546-435a463a95cb|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfUses4nb24xbsvnxao4n6-csar.csar
2022-10-26T06:24:47.613Z|96a3b634-2f4e-47b0-9546-435a463a95cb|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-10-26T06:24:47.613Z|96a3b634-2f4e-47b0-9546-435a463a95cb|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-DemoPnfUses4nb24xbsvnxao4n6-csar.csar
2022-10-26T06:24:47.613Z|96a3b634-2f4e-47b0-9546-435a463a95cb|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-DemoPnfUses4nb24xbsvnxao4n6-csar.csar
2022-10-26T06:24:47.613Z|96a3b634-2f4e-47b0-9546-435a463a95cb|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-DemoPnfUses4nb24xbsvnxao4n6-csar.csar
2022-10-26T06:24:47.614Z|96a3b634-2f4e-47b0-9546-435a463a95cb|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-DemoPnfUses4nb24xbsvnxao4n6-csar.csar
2022-10-26T06:24:47.614Z|96a3b634-2f4e-47b0-9546-435a463a95cb|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-DemoPnfUses4nb24xbsvnxao4n6-csar.csar
2022-10-26T06:24:47.614Z|96a3b634-2f4e-47b0-9546-435a463a95cb|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF ad88f185-7f00 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-DemoPnfUses4nb24xbsvnxao4n6-csar.csar
2022-10-26T06:24:47.614Z|96a3b634-2f4e-47b0-9546-435a463a95cb|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-DemoPnfUses4nb24xbsvnxao4n6-csar.csar
2022-10-26T06:24:47.614Z|96a3b634-2f4e-47b0-9546-435a463a95cb|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-10-26T06:24:47.615Z|96a3b634-2f4e-47b0-9546-435a463a95cb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T06:24:47.615Z|96a3b634-2f4e-47b0-9546-435a463a95cb|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_uSES4nb24XBSVnxAO4n6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T06:24:47.615Z|96a3b634-2f4e-47b0-9546-435a463a95cb|pool-2-thread-9|||||DEBUG|500||Node template pNF ad88f185-7f00 0 is matching search criteria
2022-10-26T06:24:47.615Z|96a3b634-2f4e-47b0-9546-435a463a95cb|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-10-26T06:24:47.616Z|96a3b634-2f4e-47b0-9546-435a463a95cb|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF ad88f185-7f00 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-26T06:24:47.616Z|96a3b634-2f4e-47b0-9546-435a463a95cb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T06:24:47.616Z|96a3b634-2f4e-47b0-9546-435a463a95cb|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_uSES4nb24XBSVnxAO4n6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T06:24:47.617Z|96a3b634-2f4e-47b0-9546-435a463a95cb|pool-2-thread-9|||||DEBUG|500||Node template pNF ad88f185-7f00 0 is matching search criteria
2022-10-26T06:24:47.617Z|96a3b634-2f4e-47b0-9546-435a463a95cb|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-10-26T06:24:47.617Z|96a3b634-2f4e-47b0-9546-435a463a95cb|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF ad88f185-7f00 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-26T06:24:47.617Z|96a3b634-2f4e-47b0-9546-435a463a95cb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T06:24:47.617Z|96a3b634-2f4e-47b0-9546-435a463a95cb|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_uSES4nb24XBSVnxAO4n6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T06:24:47.618Z|96a3b634-2f4e-47b0-9546-435a463a95cb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T06:24:47.618Z|96a3b634-2f4e-47b0-9546-435a463a95cb|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_uSES4nb24XBSVnxAO4n6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T06:24:47.618Z|96a3b634-2f4e-47b0-9546-435a463a95cb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T06:24:47.618Z|96a3b634-2f4e-47b0-9546-435a463a95cb|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_uSES4nb24XBSVnxAO4n6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T06:24:47.619Z|96a3b634-2f4e-47b0-9546-435a463a95cb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T06:24:47.619Z|96a3b634-2f4e-47b0-9546-435a463a95cb|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_uSES4nb24XBSVnxAO4n6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T06:24:47.619Z|96a3b634-2f4e-47b0-9546-435a463a95cb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T06:24:47.630Z|96a3b634-2f4e-47b0-9546-435a463a95cb|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_uSES4nb24XBSVnxAO4n6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T06:24:47.630Z|96a3b634-2f4e-47b0-9546-435a463a95cb|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_uSES4nb24XBSVnxAO4n6
Description:catalog service description
Model UUID:db70ee71-1335-49b1-bb24-e96e4a890ec7
Model Version:NULL
Model InvariantUuid:a8bd9213-d9bb-452e-b498-4443126ee38a
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-10-26T06:24:47.637Z|96a3b634-2f4e-47b0-9546-435a463a95cb|pool-2-thread-9|||||INFO|500||Processing Resource Type: PNF, Model UUID: d12bbb2d-d186-402e-8846-87bf6cc9ab4e
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-26T06:24:47.650Z|96a3b634-2f4e-47b0-9546-435a463a95cb|pool-2-thread-9|||||INFO|500||pNF ad88f185-7f00 0
2022-10-26T06:24:47.651Z|96a3b634-2f4e-47b0-9546-435a463a95cb|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: d12bbb2d-d186-402e-8846-87bf6cc9ab4e
2022-10-26T06:24:47.651Z|96a3b634-2f4e-47b0-9546-435a463a95cb|pool-2-thread-9|||||DEBUG|500||No resources found for Service: db70ee71-1335-49b1-bb24-e96e4a890ec7
2022-10-26T06:24:47.651Z|96a3b634-2f4e-47b0-9546-435a463a95cb|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: db70ee71-1335-49b1-bb24-e96e4a890ec7
2022-10-26T06:24:47.651Z|96a3b634-2f4e-47b0-9546-435a463a95cb|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF ad88f185-7f00 0 d12bbb2d-d186-402e-8846-87bf6cc9ab4e ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-26T06:24:47.661Z|96a3b634-2f4e-47b0-9546-435a463a95cb|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@545925cf, org.onap.sdc.toscaparser.api.parameters.Input@19c65145, org.onap.sdc.toscaparser.api.parameters.Input@554432e4, org.onap.sdc.toscaparser.api.parameters.Input@3cb658f, org.onap.sdc.toscaparser.api.parameters.Input@1e214f64]
2022-10-26T06:24:47.661Z|96a3b634-2f4e-47b0-9546-435a463a95cb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T06:24:47.661Z|96a3b634-2f4e-47b0-9546-435a463a95cb|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_uSES4nb24XBSVnxAO4n6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T06:24:47.662Z|96a3b634-2f4e-47b0-9546-435a463a95cb|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid db70ee71-1335-49b1-bb24-e96e4a890ec7: pNF ad88f185-7f00
2022-10-26T06:24:47.662Z|96a3b634-2f4e-47b0-9546-435a463a95cb|pool-2-thread-9|||||INFO|500||Processing PNF resource: d12bbb2d-d186-402e-8846-87bf6cc9ab4e
2022-10-26T06:24:47.662Z|96a3b634-2f4e-47b0-9546-435a463a95cb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T06:24:47.662Z|96a3b634-2f4e-47b0-9546-435a463a95cb|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_uSES4nb24XBSVnxAO4n6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T06:24:47.662Z|96a3b634-2f4e-47b0-9546-435a463a95cb|pool-2-thread-9|||||INFO|500||Resource customization UUID: 6254f647-538e-49ef-8ce4-402be259dbf5 is the same as notified resource customizationUUID: 6254f647-538e-49ef-8ce4-402be259dbf5
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-10-26T06:24:47.727Z|96a3b634-2f4e-47b0-9546-435a463a95cb|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF ad88f185-7f00 d12bbb2d-d186-402e-8846-87bf6cc9ab4e 0 ASDC deployResourceStructure
2022-10-26T06:24:47.728Z|96a3b634-2f4e-47b0-9546-435a463a95cb|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfUses4nb24xbsvnxao4n6/1.0/artifacts/service-DemoPnfUses4nb24xbsvnxao4n6-csar.csar ASDC sendASDCNotification
2022-10-26T06:24:47.728Z|96a3b634-2f4e-47b0-9546-435a463a95cb|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfUses4nb24xbsvnxao4n6/1.0/artifacts/service-DemoPnfUses4nb24xbsvnxao4n6-csar.csar
2022-10-26T06:24:47.728Z|96a3b634-2f4e-47b0-9546-435a463a95cb|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-26T06:24:47.728Z|96a3b634-2f4e-47b0-9546-435a463a95cb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-26T06:24:47.732Z|96a3b634-2f4e-47b0-9546-435a463a95cb|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T06:24:47.732Z|96a3b634-2f4e-47b0-9546-435a463a95cb|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "96a3b634-2f4e-47b0-9546-435a463a95cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666765487728,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUses4nb24xbsvnxao4n6/1.0/artifacts/service-DemoPnfUses4nb24xbsvnxao4n6-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-26T06:24:47.831Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-26T06:24:47.832Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-26T06:24:47.832Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UznQRm24lRJQei1Q) ...
2022-10-26T06:24:47.865Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:24:47.865Z||pool-49-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2022-10-26T06:24:48.733Z|96a3b634-2f4e-47b0-9546-435a463a95cb|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 96a3b634-2f4e-47b0-9546-435a463a95cb
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-26T06:24:48.746Z|96a3b634-2f4e-47b0-9546-435a463a95cb|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 96a3b634-2f4e-47b0-9546-435a463a95cb
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-26T06:24:48.748Z|96a3b634-2f4e-47b0-9546-435a463a95cb|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-26T06:24:48.749Z|96a3b634-2f4e-47b0-9546-435a463a95cb|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-26T06:24:48.749Z|96a3b634-2f4e-47b0-9546-435a463a95cb|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-26T06:25:18.749Z|96a3b634-2f4e-47b0-9546-435a463a95cb|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 96a3b634-2f4e-47b0-9546-435a463a95cb
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-26T06:25:18.767Z|96a3b634-2f4e-47b0-9546-435a463a95cb|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 96a3b634-2f4e-47b0-9546-435a463a95cb
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-26T06:25:18.769Z|96a3b634-2f4e-47b0-9546-435a463a95cb|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-26T06:25:18.769Z|96a3b634-2f4e-47b0-9546-435a463a95cb|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-26T06:25:18.770Z|96a3b634-2f4e-47b0-9546-435a463a95cb|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-26T06:25:36.947Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T06:25:36.948Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T06:25:36.949Z||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 UznQRm24lRJQei1Q) ...
2022-10-26T06:25:36.990Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:25:37.023Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:25:37.024Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7b122f8-d434-45fe-a899-63e75d5b4fd8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666765416944,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-10-26T06:25:37.025Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:25:37.025Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:25:37.025Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96a3b634-2f4e-47b0-9546-435a463a95cb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666765412979,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUses4nb24xbsvnxao4n6/1.0/resourceInstances/pnfad88f1857f000/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:25:37.025Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:25:37.026Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:25:37.026Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96a3b634-2f4e-47b0-9546-435a463a95cb",
  "consumerID": "cds",
  "timestamp": 1666765417061,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUses4nb24xbsvnxao4n6/1.0/resourceInstances/pnfad88f1857f000/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:25:37.026Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:25:37.026Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:25:37.026Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7b122f8-d434-45fe-a899-63e75d5b4fd8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666765419719,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-26T06:25:37.027Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T06:25:37.027Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:25:37.027Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96a3b634-2f4e-47b0-9546-435a463a95cb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666765412979,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUses4nb24xbsvnxao4n6/1.0/resourceInstances/pnfad88f1857f000/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:25:37.027Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:25:37.027Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:25:37.028Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96a3b634-2f4e-47b0-9546-435a463a95cb",
  "consumerID": "cds",
  "timestamp": 1666765417061,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUses4nb24xbsvnxao4n6/1.0/resourceInstances/pnfad88f1857f000/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:25:37.028Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:25:37.028Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:25:37.029Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96a3b634-2f4e-47b0-9546-435a463a95cb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666765412979,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUses4nb24xbsvnxao4n6/1.0/resourceInstances/pnfad88f1857f000/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:25:37.029Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:25:37.029Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:25:37.030Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96a3b634-2f4e-47b0-9546-435a463a95cb",
  "consumerID": "cds",
  "timestamp": 1666765417061,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUses4nb24xbsvnxao4n6/1.0/resourceInstances/pnfad88f1857f000/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:25:37.030Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:25:37.030Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:25:37.030Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7b122f8-d434-45fe-a899-63e75d5b4fd8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666765421653,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-26T06:25:37.030Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T06:25:37.031Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:25:37.031Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96a3b634-2f4e-47b0-9546-435a463a95cb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666765412979,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUses4nb24xbsvnxao4n6/1.0/resourceInstances/pnfad88f1857f000/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:25:37.031Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:25:37.031Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:25:37.031Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96a3b634-2f4e-47b0-9546-435a463a95cb",
  "consumerID": "cds",
  "timestamp": 1666765417061,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUses4nb24xbsvnxao4n6/1.0/resourceInstances/pnfad88f1857f000/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:25:37.032Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:25:37.032Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:25:37.032Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96a3b634-2f4e-47b0-9546-435a463a95cb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666765412979,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUses4nb24xbsvnxao4n6/1.0/resourceInstances/pnfad88f1857f000/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:25:37.032Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:25:37.032Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:25:37.032Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96a3b634-2f4e-47b0-9546-435a463a95cb",
  "consumerID": "cds",
  "timestamp": 1666765417061,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUses4nb24xbsvnxao4n6/1.0/resourceInstances/pnfad88f1857f000/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:25:37.033Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:25:37.033Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:25:37.033Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96a3b634-2f4e-47b0-9546-435a463a95cb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666765412979,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUses4nb24xbsvnxao4n6/1.0/resourceInstances/pnfad88f1857f000/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:25:37.033Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:25:37.033Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:25:37.034Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96a3b634-2f4e-47b0-9546-435a463a95cb",
  "consumerID": "cds",
  "timestamp": 1666765417061,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUses4nb24xbsvnxao4n6/1.0/resourceInstances/pnfad88f1857f000/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:25:37.034Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:25:37.034Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:25:37.034Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96a3b634-2f4e-47b0-9546-435a463a95cb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666765412979,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUses4nb24xbsvnxao4n6/1.0/artifacts/service-DemoPnfUses4nb24xbsvnxao4n6-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:25:37.035Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:25:37.035Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:25:37.035Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96a3b634-2f4e-47b0-9546-435a463a95cb",
  "consumerID": "cds",
  "timestamp": 1666765417061,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUses4nb24xbsvnxao4n6/1.0/artifacts/service-DemoPnfUses4nb24xbsvnxao4n6-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:25:37.035Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:25:37.036Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:25:37.036Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96a3b634-2f4e-47b0-9546-435a463a95cb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666765412979,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUses4nb24xbsvnxao4n6/1.0/artifacts/service-DemoPnfUses4nb24xbsvnxao4n6-csar.csar",
  "status": "NOTIFIED"
}
2022-10-26T06:25:37.036Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:25:37.036Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:25:37.036Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96a3b634-2f4e-47b0-9546-435a463a95cb",
  "consumerID": "cds",
  "timestamp": 1666765417061,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUses4nb24xbsvnxao4n6/1.0/artifacts/service-DemoPnfUses4nb24xbsvnxao4n6-csar.csar",
  "status": "NOTIFIED"
}
2022-10-26T06:25:37.037Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:25:37.037Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:25:37.037Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96a3b634-2f4e-47b0-9546-435a463a95cb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666765425614,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUses4nb24xbsvnxao4n6/1.0/resourceInstances/pnfad88f1857f000/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:25:37.037Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:25:37.038Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:25:37.038Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96a3b634-2f4e-47b0-9546-435a463a95cb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666765425614,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUses4nb24xbsvnxao4n6/1.0/resourceInstances/pnfad88f1857f000/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:25:37.038Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:25:37.038Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:25:37.038Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96a3b634-2f4e-47b0-9546-435a463a95cb",
  "consumerID": "cds",
  "timestamp": 1666765425943,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUses4nb24xbsvnxao4n6/1.0/artifacts/service-DemoPnfUses4nb24xbsvnxao4n6-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-26T06:25:37.038Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T06:25:37.039Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:25:37.039Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96a3b634-2f4e-47b0-9546-435a463a95cb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666765426021,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUses4nb24xbsvnxao4n6/1.0/resourceInstances/pnfad88f1857f000/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:25:37.039Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:25:37.039Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:25:37.039Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96a3b634-2f4e-47b0-9546-435a463a95cb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666765425614,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUses4nb24xbsvnxao4n6/1.0/resourceInstances/pnfad88f1857f000/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:25:37.040Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:25:37.040Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:25:37.040Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96a3b634-2f4e-47b0-9546-435a463a95cb",
  "consumerID": "cds",
  "timestamp": 1666765426949,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUses4nb24xbsvnxao4n6/1.0/artifacts/service-DemoPnfUses4nb24xbsvnxao4n6-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-26T06:25:37.048Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 96a3b634-2f4e-47b0-9546-435a463a95cb
2022-10-26T06:25:37.048Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 96a3b634-2f4e-47b0-9546-435a463a95cb and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-26T06:25:37.063Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:25:37.063Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96a3b634-2f4e-47b0-9546-435a463a95cb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666765426021,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUses4nb24xbsvnxao4n6/1.0/resourceInstances/pnfad88f1857f000/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:25:37.063Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:25:37.063Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:25:37.063Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96a3b634-2f4e-47b0-9546-435a463a95cb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666765425614,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUses4nb24xbsvnxao4n6/1.0/resourceInstances/pnfad88f1857f000/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:25:37.064Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:25:37.064Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:25:37.064Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96a3b634-2f4e-47b0-9546-435a463a95cb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666765426021,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUses4nb24xbsvnxao4n6/1.0/resourceInstances/pnfad88f1857f000/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:25:37.064Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:25:37.064Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:25:37.064Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96a3b634-2f4e-47b0-9546-435a463a95cb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666765425614,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUses4nb24xbsvnxao4n6/1.0/resourceInstances/pnfad88f1857f000/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:25:37.064Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:25:37.064Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:25:37.064Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96a3b634-2f4e-47b0-9546-435a463a95cb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666765426021,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUses4nb24xbsvnxao4n6/1.0/resourceInstances/pnfad88f1857f000/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:25:37.064Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:25:37.065Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:25:37.065Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96a3b634-2f4e-47b0-9546-435a463a95cb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666765425614,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUses4nb24xbsvnxao4n6/1.0/resourceInstances/pnfad88f1857f000/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:25:37.065Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:25:37.065Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:25:37.065Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96a3b634-2f4e-47b0-9546-435a463a95cb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666765426021,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUses4nb24xbsvnxao4n6/1.0/resourceInstances/pnfad88f1857f000/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:25:37.065Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:25:37.065Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:25:37.065Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96a3b634-2f4e-47b0-9546-435a463a95cb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666765425614,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUses4nb24xbsvnxao4n6/1.0/artifacts/service-DemoPnfUses4nb24xbsvnxao4n6-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:25:37.065Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:25:37.065Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:25:37.066Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96a3b634-2f4e-47b0-9546-435a463a95cb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666765426021,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUses4nb24xbsvnxao4n6/1.0/resourceInstances/pnfad88f1857f000/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-10-26T06:25:37.066Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:25:37.066Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:25:37.066Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96a3b634-2f4e-47b0-9546-435a463a95cb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666765425614,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUses4nb24xbsvnxao4n6/1.0/artifacts/service-DemoPnfUses4nb24xbsvnxao4n6-csar.csar",
  "status": "NOTIFIED"
}
2022-10-26T06:25:37.066Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:25:37.066Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:25:37.066Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96a3b634-2f4e-47b0-9546-435a463a95cb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666765426021,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUses4nb24xbsvnxao4n6/1.0/artifacts/service-DemoPnfUses4nb24xbsvnxao4n6-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:25:37.066Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:25:37.066Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:25:37.066Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96a3b634-2f4e-47b0-9546-435a463a95cb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666765434379,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUses4nb24xbsvnxao4n6/1.0/artifacts/service-DemoPnfUses4nb24xbsvnxao4n6-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-26T06:25:37.067Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T06:25:37.067Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:25:37.067Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96a3b634-2f4e-47b0-9546-435a463a95cb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666765426021,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUses4nb24xbsvnxao4n6/1.0/artifacts/service-DemoPnfUses4nb24xbsvnxao4n6-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:25:37.067Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:25:37.067Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:25:37.067Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96a3b634-2f4e-47b0-9546-435a463a95cb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666765434806,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUses4nb24xbsvnxao4n6/1.0/resourceInstances/pnfad88f1857f000/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-26T06:25:37.067Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T06:25:37.067Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:25:37.068Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96a3b634-2f4e-47b0-9546-435a463a95cb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666765436224,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUses4nb24xbsvnxao4n6/1.0/artifacts/service-DemoPnfUses4nb24xbsvnxao4n6-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-26T06:25:37.068Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T06:25:37.068Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:25:37.068Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96a3b634-2f4e-47b0-9546-435a463a95cb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666765437227,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-26T06:25:37.073Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 96a3b634-2f4e-47b0-9546-435a463a95cb
2022-10-26T06:25:37.074Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 96a3b634-2f4e-47b0-9546-435a463a95cb and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-26T06:25:37.082Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:25:37.082Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96a3b634-2f4e-47b0-9546-435a463a95cb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666765436006,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUses4nb24xbsvnxao4n6/1.0/resourceInstances/pnfad88f1857f000/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-10-26T06:25:37.082Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T06:25:37.082Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:25:37.082Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96a3b634-2f4e-47b0-9546-435a463a95cb",
  "consumerID": "aai-ml",
  "timestamp": 1666765436422,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUses4nb24xbsvnxao4n6/1.0/resourceInstances/pnfad88f1857f000/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:25:37.082Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:25:37.083Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:25:37.083Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96a3b634-2f4e-47b0-9546-435a463a95cb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666765437010,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-26T06:25:37.087Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 96a3b634-2f4e-47b0-9546-435a463a95cb
2022-10-26T06:25:37.087Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 96a3b634-2f4e-47b0-9546-435a463a95cb and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-26T06:25:37.095Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:25:37.095Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96a3b634-2f4e-47b0-9546-435a463a95cb",
  "consumerID": "aai-ml",
  "timestamp": 1666765436422,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUses4nb24xbsvnxao4n6/1.0/resourceInstances/pnfad88f1857f000/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:25:37.095Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:25:37.095Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:25:37.098Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96a3b634-2f4e-47b0-9546-435a463a95cb",
  "consumerID": "aai-ml",
  "timestamp": 1666765436422,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUses4nb24xbsvnxao4n6/1.0/resourceInstances/pnfad88f1857f000/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:25:37.098Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:25:37.098Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:25:37.098Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96a3b634-2f4e-47b0-9546-435a463a95cb",
  "consumerID": "aai-ml",
  "timestamp": 1666765436422,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUses4nb24xbsvnxao4n6/1.0/resourceInstances/pnfad88f1857f000/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:25:37.099Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:25:37.099Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:25:37.099Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96a3b634-2f4e-47b0-9546-435a463a95cb",
  "consumerID": "aai-ml",
  "timestamp": 1666765436422,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUses4nb24xbsvnxao4n6/1.0/resourceInstances/pnfad88f1857f000/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:25:37.099Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:25:37.100Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:25:37.100Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96a3b634-2f4e-47b0-9546-435a463a95cb",
  "consumerID": "aai-ml",
  "timestamp": 1666765436422,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUses4nb24xbsvnxao4n6/1.0/resourceInstances/pnfad88f1857f000/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:25:37.100Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:25:37.100Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:25:37.100Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96a3b634-2f4e-47b0-9546-435a463a95cb",
  "consumerID": "aai-ml",
  "timestamp": 1666765436422,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUses4nb24xbsvnxao4n6/1.0/artifacts/service-DemoPnfUses4nb24xbsvnxao4n6-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:25:37.101Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:25:37.101Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:25:37.101Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96a3b634-2f4e-47b0-9546-435a463a95cb",
  "consumerID": "aai-ml",
  "timestamp": 1666765436422,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUses4nb24xbsvnxao4n6/1.0/artifacts/service-DemoPnfUses4nb24xbsvnxao4n6-csar.csar",
  "status": "NOTIFIED"
}
2022-10-26T06:25:37.101Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:25:37.101Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:25:37.102Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96a3b634-2f4e-47b0-9546-435a463a95cb",
  "consumerID": "aai-ml",
  "timestamp": 1666765445206,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUses4nb24xbsvnxao4n6/1.0/artifacts/service-DemoPnfUses4nb24xbsvnxao4n6-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-26T06:25:37.102Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T06:25:37.102Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:25:37.102Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96a3b634-2f4e-47b0-9546-435a463a95cb",
  "consumerID": "aai-ml",
  "timestamp": 1666765450999,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUses4nb24xbsvnxao4n6/1.0/artifacts/service-DemoPnfUses4nb24xbsvnxao4n6-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-26T06:25:37.103Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T06:25:37.103Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:25:37.103Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96a3b634-2f4e-47b0-9546-435a463a95cb",
  "consumerID": "aai-ml",
  "timestamp": 1666765452003,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-26T06:25:37.108Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 96a3b634-2f4e-47b0-9546-435a463a95cb
2022-10-26T06:25:37.108Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 96a3b634-2f4e-47b0-9546-435a463a95cb and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-26T06:25:37.117Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:25:37.117Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7b122f8-d434-45fe-a899-63e75d5b4fd8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666765452918,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-26T06:25:37.117Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T06:25:37.117Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:25:37.118Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae7b647d-5df7-42ff-a83f-5b1ce8478d60",
  "consumerID": "cds",
  "timestamp": 1666765462061,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:25:37.118Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:25:37.118Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:25:37.118Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae7b647d-5df7-42ff-a83f-5b1ce8478d60",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666765466021,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:25:37.119Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:25:37.119Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:25:37.119Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae7b647d-5df7-42ff-a83f-5b1ce8478d60",
  "consumerID": "aai-ml",
  "timestamp": 1666765466422,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:25:37.119Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:25:37.119Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:25:37.119Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae7b647d-5df7-42ff-a83f-5b1ce8478d60",
  "consumerID": "cds",
  "timestamp": 1666765462061,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:25:37.120Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:25:37.120Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:25:37.120Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae7b647d-5df7-42ff-a83f-5b1ce8478d60",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666765466021,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:25:37.120Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:25:37.120Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:25:37.121Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae7b647d-5df7-42ff-a83f-5b1ce8478d60",
  "consumerID": "aai-ml",
  "timestamp": 1666765466422,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:25:37.121Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:25:37.121Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:25:37.121Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae7b647d-5df7-42ff-a83f-5b1ce8478d60",
  "consumerID": "cds",
  "timestamp": 1666765462061,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:25:37.121Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:25:37.122Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:25:37.122Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae7b647d-5df7-42ff-a83f-5b1ce8478d60",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666765466021,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:25:37.122Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:25:37.122Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:25:37.122Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae7b647d-5df7-42ff-a83f-5b1ce8478d60",
  "consumerID": "aai-ml",
  "timestamp": 1666765466422,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:25:37.122Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:25:37.123Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:25:37.123Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae7b647d-5df7-42ff-a83f-5b1ce8478d60",
  "consumerID": "cds",
  "timestamp": 1666765462061,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:25:37.123Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:25:37.123Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:25:37.123Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae7b647d-5df7-42ff-a83f-5b1ce8478d60",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666765466021,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:25:37.123Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:25:37.124Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:25:37.124Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae7b647d-5df7-42ff-a83f-5b1ce8478d60",
  "consumerID": "aai-ml",
  "timestamp": 1666765466422,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:25:37.124Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:25:37.124Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:25:37.124Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae7b647d-5df7-42ff-a83f-5b1ce8478d60",
  "consumerID": "cds",
  "timestamp": 1666765462061,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:25:37.124Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:25:37.125Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:25:37.125Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae7b647d-5df7-42ff-a83f-5b1ce8478d60",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666765466021,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:25:37.125Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:25:37.125Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:25:37.125Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae7b647d-5df7-42ff-a83f-5b1ce8478d60",
  "consumerID": "aai-ml",
  "timestamp": 1666765466422,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:25:37.126Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:25:37.126Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:25:37.126Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae7b647d-5df7-42ff-a83f-5b1ce8478d60",
  "consumerID": "cds",
  "timestamp": 1666765462061,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:25:37.126Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:25:37.126Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:25:37.127Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae7b647d-5df7-42ff-a83f-5b1ce8478d60",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666765466021,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:25:37.127Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:25:37.127Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:25:37.127Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae7b647d-5df7-42ff-a83f-5b1ce8478d60",
  "consumerID": "aai-ml",
  "timestamp": 1666765466422,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:25:37.127Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:25:37.127Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:25:37.127Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae7b647d-5df7-42ff-a83f-5b1ce8478d60",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666765472979,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:25:37.128Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:25:37.128Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:25:37.128Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae7b647d-5df7-42ff-a83f-5b1ce8478d60",
  "consumerID": "cds",
  "timestamp": 1666765462061,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-10-26T06:25:37.128Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:25:37.128Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:25:37.128Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae7b647d-5df7-42ff-a83f-5b1ce8478d60",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666765466021,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:25:37.129Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:25:37.129Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:25:37.129Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae7b647d-5df7-42ff-a83f-5b1ce8478d60",
  "consumerID": "aai-ml",
  "timestamp": 1666765466422,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-10-26T06:25:37.130Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:25:37.130Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:25:37.130Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae7b647d-5df7-42ff-a83f-5b1ce8478d60",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666765472979,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-10-26T06:25:37.130Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:25:37.130Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:25:37.130Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae7b647d-5df7-42ff-a83f-5b1ce8478d60",
  "consumerID": "cds",
  "timestamp": 1666765474873,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-26T06:25:37.131Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T06:25:37.131Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:25:37.131Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae7b647d-5df7-42ff-a83f-5b1ce8478d60",
  "consumerID": "aai-ml",
  "timestamp": 1666765476055,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-26T06:25:37.131Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T06:25:48.770Z|96a3b634-2f4e-47b0-9546-435a463a95cb|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 96a3b634-2f4e-47b0-9546-435a463a95cb
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-26T06:25:48.783Z|96a3b634-2f4e-47b0-9546-435a463a95cb|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 96a3b634-2f4e-47b0-9546-435a463a95cb
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-26T06:25:48.786Z|96a3b634-2f4e-47b0-9546-435a463a95cb|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-26T06:25:48.786Z|96a3b634-2f4e-47b0-9546-435a463a95cb|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-26T06:25:48.786Z|96a3b634-2f4e-47b0-9546-435a463a95cb|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-10-26T06:25:48.786Z|96a3b634-2f4e-47b0-9546-435a463a95cb|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-10-26T06:25:48.786Z|96a3b634-2f4e-47b0-9546-435a463a95cb|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-26T06:25:48.786Z|96a3b634-2f4e-47b0-9546-435a463a95cb|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-26T06:25:48.787Z|96a3b634-2f4e-47b0-9546-435a463a95cb|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-26T06:25:48.787Z|96a3b634-2f4e-47b0-9546-435a463a95cb|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-26T06:25:48.787Z|96a3b634-2f4e-47b0-9546-435a463a95cb|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-26T06:25:48.787Z|96a3b634-2f4e-47b0-9546-435a463a95cb|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-10-26T06:25:48.791Z|96a3b634-2f4e-47b0-9546-435a463a95cb|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-10-26T06:26:18.792Z|96a3b634-2f4e-47b0-9546-435a463a95cb|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 96a3b634-2f4e-47b0-9546-435a463a95cb and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-10-26T06:26:18.799Z|96a3b634-2f4e-47b0-9546-435a463a95cb|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 96a3b634-2f4e-47b0-9546-435a463a95cb and serviceModelVersionId: db70ee71-1335-49b1-bb24-e96e4a890ec7
2022-10-26T06:26:18.799Z|96a3b634-2f4e-47b0-9546-435a463a95cb|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a8bd9213-d9bb-452e-b498-4443126ee38a
2022-10-26T06:26:18.801Z|96a3b634-2f4e-47b0-9546-435a463a95cb|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a8bd9213-d9bb-452e-b498-4443126ee38a/model-vers/model-ver/db70ee71-1335-49b1-bb24-e96e4a890ec7?depth=0
2022-10-26T06:26:18.809Z|96a3b634-2f4e-47b0-9546-435a463a95cb|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-10-26T06:26:18.864Z|96a3b634-2f4e-47b0-9546-435a463a95cb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a8bd9213-d9bb-452e-b498-4443126ee38a/model-vers/model-ver/db70ee71-1335-49b1-bb24-e96e4a890ec7?depth=0|INFO|500||Invoke
2022-10-26T06:26:18.865Z|96a3b634-2f4e-47b0-9546-435a463a95cb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a8bd9213-d9bb-452e-b498-4443126ee38a/model-vers/model-ver/db70ee71-1335-49b1-bb24-e96e4a890ec7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a8bd9213-d9bb-452e-b498-4443126ee38a/model-vers/model-ver/db70ee71-1335-49b1-bb24-e96e4a890ec7?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[96a3b634-2f4e-47b0-9546-435a463a95cb], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[799ff00f-ff07-4078-9e5e-3ac84a343f82], X-ECOMP-RequestID=[96a3b634-2f4e-47b0-9546-435a463a95cb], X-TransactionId=[], X-ONAP-RequestID=[96a3b634-2f4e-47b0-9546-435a463a95cb], Content-Type=[application/merge-patch+json]}
2022-10-26T06:26:18.890Z|96a3b634-2f4e-47b0-9546-435a463a95cb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a8bd9213-d9bb-452e-b498-4443126ee38a/model-vers/model-ver/db70ee71-1335-49b1-bb24-e96e4a890ec7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-10-26T06:26:18.999Z|96a3b634-2f4e-47b0-9546-435a463a95cb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a8bd9213-d9bb-452e-b498-4443126ee38a/model-vers/model-ver/db70ee71-1335-49b1-bb24-e96e4a890ec7?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/a8bd9213-d9bb-452e-b498-4443126ee38a/model-vers/model-ver/db70ee71-1335-49b1-bb24-e96e4a890ec7?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-221026-06:26:18:220-46629], vertex-id=[450800], Content-Length=[0], Date=[Wed, 26 Oct 2022 06:26:18 GMT], Content-Type=[application/json]}
2022-10-26T06:26:18.999Z|96a3b634-2f4e-47b0-9546-435a463a95cb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a8bd9213-d9bb-452e-b498-4443126ee38a/model-vers/model-ver/db70ee71-1335-49b1-bb24-e96e4a890ec7?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-10-26T06:26:19.000Z|96a3b634-2f4e-47b0-9546-435a463a95cb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a8bd9213-d9bb-452e-b498-4443126ee38a/model-vers/model-ver/db70ee71-1335-49b1-bb24-e96e4a890ec7?depth=0|INFO|500||InvokeReturn
2022-10-26T06:26:19.000Z|96a3b634-2f4e-47b0-9546-435a463a95cb|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-10-26T06:26:19.000Z|96a3b634-2f4e-47b0-9546-435a463a95cb|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-10-26T06:26:19.008Z|96a3b634-2f4e-47b0-9546-435a463a95cb|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-10-26T06:26:19.009Z|96a3b634-2f4e-47b0-9546-435a463a95cb|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 96a3b634-2f4e-47b0-9546-435a463a95cb and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-10-26T06:26:19.009Z|96a3b634-2f4e-47b0-9546-435a463a95cb|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-10-26T06:26:19.009Z|96a3b634-2f4e-47b0-9546-435a463a95cb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-26T06:26:19.012Z|96a3b634-2f4e-47b0-9546-435a463a95cb|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T06:26:19.013Z|96a3b634-2f4e-47b0-9546-435a463a95cb|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "96a3b634-2f4e-47b0-9546-435a463a95cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666765579009,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-26T06:26:19.112Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-26T06:26:19.113Z||pool-50-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-26T06:26:19.113Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UznQRm24lRJQei1Q) ...
2022-10-26T06:26:19.127Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:26:19.128Z||pool-50-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-10-26T06:26:20.029Z|96a3b634-2f4e-47b0-9546-435a463a95cb|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T06:26:20.030Z|96a3b634-2f4e-47b0-9546-435a463a95cb|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"ae7b647d-5df7-42ff-a83f-5b1ce8478d60","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"b24b738b-72ee-4412-ac72-32504778971a","serviceDescription":"service","serviceInvariantUUID":"919d485c-0fbe-49d2-9cab-83df80eece01","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b5932c57-ebaf-41a6-934e-8ac5bb184a2e","resourceInvariantUUID":"97ea3ecc-01d8-4dcd-9c42-926149b11b61","resourceCustomizationUUID":"e8849618-7485-4790-8142-abbfed6fae9c","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":"NjQ4MGYyMDdjYWY1MjkxZTMwMTdjZWRhMzViMjRhYzQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"4cd00525-4b5b-4d63-a35f-19a329622579","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":"OTQwMzFmMzk4NTMxNGNhMzE4NjhhMjhhZDExODhhNjM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b5599249-e286-4cdc-850e-e071da447ede","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":"bf9907c0-7449-4412-b05a-ac428cad7602","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":"2ac0506d-f916-46d3-82c4-25e7cc5677be","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":"a10d9cce-5fbb-42e7-92c0-1c273454ddd8","artifactVersion":"2","generatedFromUUID":"bf9907c0-7449-4412-b05a-ac428cad7602"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"MDNhOGYxNDE4NWUxYWI0MmE3NGE4ZGIyNDU1N2ZmY2Y\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d3271e24-266a-4127-97c8-988aeac76819","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NjUxMGVmODY2ZmViZTgzNTg5ZDQ1ODFhZTVkN2UzOGE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e416daed-92ff-4b9c-828c-7ae7d6559423","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-26T06:26:20.031Z|96a3b634-2f4e-47b0-9546-435a463a95cb|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-26T06:26:20.031Z|96a3b634-2f4e-47b0-9546-435a463a95cb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-26T06:26:20.033Z|96a3b634-2f4e-47b0-9546-435a463a95cb|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T06:26:20.034Z|96a3b634-2f4e-47b0-9546-435a463a95cb|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "ae7b647d-5df7-42ff-a83f-5b1ce8478d60",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666765476944,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:26:20.133Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-26T06:26:20.134Z||pool-51-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-26T06:26:20.134Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UznQRm24lRJQei1Q) ...
2022-10-26T06:26:20.146Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:26:20.146Z||pool-51-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-26T06:26:21.034Z|96a3b634-2f4e-47b0-9546-435a463a95cb|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-26T06:26:21.035Z|96a3b634-2f4e-47b0-9546-435a463a95cb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-26T06:26:21.037Z|96a3b634-2f4e-47b0-9546-435a463a95cb|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T06:26:21.038Z|96a3b634-2f4e-47b0-9546-435a463a95cb|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "ae7b647d-5df7-42ff-a83f-5b1ce8478d60",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666765476944,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-10-26T06:26:21.137Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-26T06:26:21.139Z||pool-52-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-26T06:26:21.139Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UznQRm24lRJQei1Q) ...
2022-10-26T06:26:21.151Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:26:21.152Z||pool-52-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-26T06:26:22.038Z|96a3b634-2f4e-47b0-9546-435a463a95cb|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-26T06:26:22.040Z|96a3b634-2f4e-47b0-9546-435a463a95cb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-26T06:26:22.043Z|96a3b634-2f4e-47b0-9546-435a463a95cb|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T06:26:22.043Z|96a3b634-2f4e-47b0-9546-435a463a95cb|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "ae7b647d-5df7-42ff-a83f-5b1ce8478d60",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666765476944,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-10-26T06:26:22.145Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-10-26T06:26:22.147Z||pool-53-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-26T06:26:22.147Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UznQRm24lRJQei1Q) ...
2022-10-26T06:26:22.160Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:26:22.161Z||pool-53-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-10-26T06:26:23.044Z|96a3b634-2f4e-47b0-9546-435a463a95cb|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-26T06:26:23.045Z|96a3b634-2f4e-47b0-9546-435a463a95cb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-26T06:26:23.047Z|96a3b634-2f4e-47b0-9546-435a463a95cb|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T06:26:23.047Z|96a3b634-2f4e-47b0-9546-435a463a95cb|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "ae7b647d-5df7-42ff-a83f-5b1ce8478d60",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666765476944,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:26:23.147Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-26T06:26:23.148Z||pool-54-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-26T06:26:23.148Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UznQRm24lRJQei1Q) ...
2022-10-26T06:26:23.166Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:26:23.167Z||pool-54-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-10-26T06:26:24.047Z|96a3b634-2f4e-47b0-9546-435a463a95cb|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-26T06:26:24.051Z|96a3b634-2f4e-47b0-9546-435a463a95cb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-26T06:26:24.053Z|96a3b634-2f4e-47b0-9546-435a463a95cb|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T06:26:24.053Z|96a3b634-2f4e-47b0-9546-435a463a95cb|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "ae7b647d-5df7-42ff-a83f-5b1ce8478d60",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666765476944,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-10-26T06:26:24.153Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-26T06:26:24.154Z||pool-55-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-26T06:26:24.154Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UznQRm24lRJQei1Q) ...
2022-10-26T06:26:24.165Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:26:24.165Z||pool-55-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-10-26T06:26:25.054Z|96a3b634-2f4e-47b0-9546-435a463a95cb|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-26T06:26:25.054Z|96a3b634-2f4e-47b0-9546-435a463a95cb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-26T06:26:25.056Z|96a3b634-2f4e-47b0-9546-435a463a95cb|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T06:26:25.056Z|96a3b634-2f4e-47b0-9546-435a463a95cb|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "ae7b647d-5df7-42ff-a83f-5b1ce8478d60",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666765476944,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:26:25.156Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-26T06:26:25.158Z||pool-56-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-26T06:26:25.159Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UznQRm24lRJQei1Q) ...
2022-10-26T06:26:25.171Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:26:25.172Z||pool-56-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-26T06:26:26.057Z|96a3b634-2f4e-47b0-9546-435a463a95cb|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-26T06:26:26.057Z|96a3b634-2f4e-47b0-9546-435a463a95cb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-26T06:26:26.059Z|96a3b634-2f4e-47b0-9546-435a463a95cb|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T06:26:26.059Z|96a3b634-2f4e-47b0-9546-435a463a95cb|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "ae7b647d-5df7-42ff-a83f-5b1ce8478d60",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666765476944,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-10-26T06:26:26.160Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-10-26T06:26:26.161Z||pool-57-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-26T06:26:26.161Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UznQRm24lRJQei1Q) ...
2022-10-26T06:26:26.183Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:26:26.183Z||pool-57-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-10-26T06:26:27.061Z|96a3b634-2f4e-47b0-9546-435a463a95cb|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "ae7b647d-5df7-42ff-a83f-5b1ce8478d60",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "b24b738b-72ee-4412-ac72-32504778971a",
  "serviceDescription": "service",
  "serviceInvariantUUID": "919d485c-0fbe-49d2-9cab-83df80eece01",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "e8849618-7485-4790-8142-abbfed6fae9c",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "b5932c57-ebaf-41a6-934e-8ac5bb184a2e",
      "resourceInvariantUUID": "97ea3ecc-01d8-4dcd-9c42-926149b11b61",
      "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": "OTQwMzFmMzk4NTMxNGNhMzE4NjhhMjhhZDExODhhNjM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "b5599249-e286-4cdc-850e-e071da447ede",
          "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": "bf9907c0-7449-4412-b05a-ac428cad7602",
          "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": "a10d9cce-5fbb-42e7-92c0-1c273454ddd8",
            "generatedFromUUID": "bf9907c0-7449-4412-b05a-ac428cad7602"
          },
          "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": "a10d9cce-5fbb-42e7-92c0-1c273454ddd8",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "NjUxMGVmODY2ZmViZTgzNTg5ZDQ1ODFhZTVkN2UzOGE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "e416daed-92ff-4b9c-828c-7ae7d6559423"
    }
  ],
  "workloadContext": "Production"
}
2022-10-26T06:26:27.062Z|96a3b634-2f4e-47b0-9546-435a463a95cb|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-26T06:26:27.062Z|96a3b634-2f4e-47b0-9546-435a463a95cb|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 b24b738b-72ee-4412-ac72-32504778971a ASDC
2022-10-26T06:26:27.064Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:ae7b647d-5df7-42ff-a83f-5b1ce8478d60
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:b24b738b-72ee-4412-ac72-32504778971a
ServiceInvariantUUID:919d485c-0fbe-49d2-9cab-83df80eece01
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:e416daed-92ff-4b9c-828c-7ae7d6559423
ArtifactChecksum:NjUxMGVmODY2ZmViZTgzNTg5ZDQ1ODFhZTVkN2UzOGE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:e8849618-7485-4790-8142-abbfed6fae9c
ResourceInvariantUUID:97ea3ecc-01d8-4dcd-9c42-926149b11b61
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:b5932c57-ebaf-41a6-934e-8ac5bb184a2e
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:b5599249-e286-4cdc-850e-e071da447ede
ArtifactChecksum:OTQwMzFmMzk4NTMxNGNhMzE4NjhhMjhhZDExODhhNjM=
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:bf9907c0-7449-4412-b05a-ac428cad7602
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:a10d9cce-5fbb-42e7-92c0-1c273454ddd8
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:a10d9cce-5fbb-42e7-92c0-1c273454ddd8
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-10-26T06:26:27.064Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b24b738b-72ee-4412-ac72-32504778971a ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-26T06:26:27.099Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-26T06:26:27.099Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-10-26T06:26:27.100Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-10-26T06:26:27.100Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: e416daed-92ff-4b9c-828c-7ae7d6559423 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-10-26T06:26:27.100Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-10-26T06:26:27.101Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|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-10-26T06:26:27.173Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-10-26T06:26:27.177Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar e416daed-92ff-4b9c-828c-7ae7d6559423 74815
2022-10-26T06:26:27.178Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|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-10-26T06:26:27.178Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|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-10-26T06:26:27.178Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-26T06:26:27.179Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-26T06:26:27.181Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T06:26:27.181Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "ae7b647d-5df7-42ff-a83f-5b1ce8478d60",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666765587178,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-26T06:26:27.281Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-26T06:26:27.282Z||pool-58-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-26T06:26:27.282Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UznQRm24lRJQei1Q) ...
2022-10-26T06:26:27.324Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:26:27.325Z||pool-58-thread-1|||||INFO|500||cambria reply ok (44 ms):{"serverTimeMs":1,"count":1}
2022-10-26T06:26:28.181Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-26T06:26:28.183Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-10-26T06:26:28.183Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: e416daed-92ff-4b9c-828c-7ae7d6559423, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-10-26T06:26:28.184Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-10-26T06:26:28.184Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-10-26T06:26:28.185Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-10-26T06:26:28.298Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP940093909710918680/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-10-26T06:26:29.570Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-26T06:26:29.570Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-10-26T06:26:29.570Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-10-26T06:26:29.570Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-10-26T06:26:29.570Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|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-10-26T06:26:29.571Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|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-10-26T06:26:29.571Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|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-10-26T06:26:29.571Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|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-10-26T06:26:29.571Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|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-10-26T06:26:29.571Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|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-10-26T06:26:29.571Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|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-10-26T06:26:29.571Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-10-26T06:26:29.571Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T06:26:29.571Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|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-10-26T06:26:29.572Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-10-26T06:26:29.572Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-10-26T06:26:29.572Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-26T06:26:29.572Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T06:26:29.572Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T06:26:29.573Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-10-26T06:26:29.573Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-10-26T06:26:29.573Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-26T06:26:29.573Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T06:26:29.573Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T06:26:29.573Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T06:26:29.573Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-10-26T06:26:29.574Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-10-26T06:26:29.574Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-10-26T06:26:29.574Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-10-26T06:26:29.574Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-10-26T06:26:29.574Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-10-26T06:26:29.574Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T06:26:29.575Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|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-10-26T06:26:29.575Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T06:26:29.575Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-10-26T06:26:29.575Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-26T06:26:29.575Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T06:26:29.575Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-10-26T06:26:29.576Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-26T06:26:29.576Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T06:26:29.576Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-10-26T06:26:29.576Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-26T06:26:29.576Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T06:26:29.576Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-10-26T06:26:29.577Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-10-26T06:26:29.577Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-10-26T06:26:29.577Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=da02e427-0c38-403b-983d-2450d3cf2fad
2022-10-26T06:26:29.577Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T06:26:29.577Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T06:26:29.577Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T06:26:29.577Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T06:26:29.578Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T06:26:29.578Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T06:26:29.578Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T06:26:29.578Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T06:26:29.578Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:b24b738b-72ee-4412-ac72-32504778971a
Model Version:NULL
Model InvariantUuid:919d485c-0fbe-49d2-9cab-83df80eece01
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:bc1a1509-a6d7-43a0-86df-1f4558d604a9
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:97ea3ecc-01d8-4dcd-9c42-926149b11b61
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:e8849618-7485-4790-8142-abbfed6fae9c
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:0889a095-68ce-4d2d-80e6-237992b7a7ef
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:e06288c0-106b-4e61-886a-74d61617f70f
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:da02e427-0c38-403b-983d-2450d3cf2fad
ModelInvariantUuid:4cd75b6b-65a0-4941-8e06-2400c9bbd407
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:0234a94a-e737-465e-9ea4-fffb3c6ad66e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:024680e4-8570-4963-9108-4539a49f0a31
ModelInvariantUuid:c037cd1d-1d1b-4118-b0d6-1bc3bd395ea7
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:42bcc4e5-688e-4b28-8043-c6e43e6bb052
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-10-26T06:26:29.584Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: b5932c57-ebaf-41a6-934e-8ac5bb184a2e
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-26T06:26:29.587Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||INFO|500||basic_vm 0
2022-10-26T06:26:29.587Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: b5932c57-ebaf-41a6-934e-8ac5bb184a2e
2022-10-26T06:26:29.587Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: b5599249-e286-4cdc-850e-e071da447ede from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-10-26T06:26:29.587Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-10-26T06:26:29.588Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|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-10-26T06:26:29.667Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-10-26T06:26:29.667Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|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 b5599249-e286-4cdc-850e-e071da447ede 787
2022-10-26T06:26:29.667Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|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-10-26T06:26:29.668Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|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-10-26T06:26:29.668Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-26T06:26:29.668Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-26T06:26:29.670Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T06:26:29.670Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "ae7b647d-5df7-42ff-a83f-5b1ce8478d60",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666765589667,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-26T06:26:29.772Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-10-26T06:26:29.773Z||pool-59-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-26T06:26:29.774Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UznQRm24lRJQei1Q) ...
2022-10-26T06:26:29.796Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:26:29.796Z||pool-59-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-10-26T06:26:30.671Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "0889a095-68ce-4d2d-80e6-237992b7a7ef",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "e06288c0-106b-4e61-886a-74d61617f70f",
    "vfModuleModelCustomizationUUID": "cefe0f86-9863-428a-a32d-8cdb689abc40",
    "isBase": true,
    "artifacts": [
      "bf9907c0-7449-4412-b05a-ac428cad7602",
      "a10d9cce-5fbb-42e7-92c0-1c273454ddd8"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-10-26T06:26:30.677Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e06288c0-106b-4e61-886a-74d61617f70f
VfModuleModelInvariantUUID:0889a095-68ce-4d2d-80e6-237992b7a7ef
VfModuleModelDescription:NULL
Artifacts UUID List:{
bf9907c0-7449-4412-b05a-ac428cad7602
,
a10d9cce-5fbb-42e7-92c0-1c273454ddd8

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

isBase:true


}

2022-10-26T06:26:30.679Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "0889a095-68ce-4d2d-80e6-237992b7a7ef",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "e06288c0-106b-4e61-886a-74d61617f70f",
    "vfModuleModelCustomizationUUID": "cefe0f86-9863-428a-a32d-8cdb689abc40",
    "isBase": true,
    "artifacts": [
      "bf9907c0-7449-4412-b05a-ac428cad7602",
      "a10d9cce-5fbb-42e7-92c0-1c273454ddd8"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-10-26T06:26:30.679Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e06288c0-106b-4e61-886a-74d61617f70f
VfModuleModelInvariantUUID:0889a095-68ce-4d2d-80e6-237992b7a7ef
VfModuleModelDescription:NULL
Artifacts UUID List:{
bf9907c0-7449-4412-b05a-ac428cad7602
,
a10d9cce-5fbb-42e7-92c0-1c273454ddd8

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

isBase:true


}

2022-10-26T06:26:30.679Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: bf9907c0-7449-4412-b05a-ac428cad7602 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-10-26T06:26:30.680Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-10-26T06:26:30.680Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|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-10-26T06:26:30.741Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-10-26T06:26:30.742Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml bf9907c0-7449-4412-b05a-ac428cad7602 5033
2022-10-26T06:26:30.742Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|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-10-26T06:26:30.742Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|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-10-26T06:26:30.743Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-26T06:26:30.743Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-26T06:26:30.745Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T06:26:30.745Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "ae7b647d-5df7-42ff-a83f-5b1ce8478d60",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666765590742,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-26T06:26:30.845Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-26T06:26:30.846Z||pool-60-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-26T06:26:30.846Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UznQRm24lRJQei1Q) ...
2022-10-26T06:26:30.865Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:26:30.866Z||pool-60-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-10-26T06:26:31.746Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: a10d9cce-5fbb-42e7-92c0-1c273454ddd8 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-10-26T06:26:31.746Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-10-26T06:26:31.747Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|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-10-26T06:26:31.822Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-10-26T06:26:31.823Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env a10d9cce-5fbb-42e7-92c0-1c273454ddd8 903
2022-10-26T06:26:31.823Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|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-10-26T06:26:31.823Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|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-10-26T06:26:31.823Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-26T06:26:31.824Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-26T06:26:31.825Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T06:26:31.825Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "ae7b647d-5df7-42ff-a83f-5b1ce8478d60",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666765591823,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-10-26T06:26:31.925Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-26T06:26:31.926Z||pool-61-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-26T06:26:31.927Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UznQRm24lRJQei1Q) ...
2022-10-26T06:26:31.940Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:26:31.940Z||pool-61-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-26T06:26:32.826Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: b24b738b-72ee-4412-ac72-32504778971a
2022-10-26T06:26:32.827Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 b5932c57-ebaf-41a6-934e-8ac5bb184a2e ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-26T06:26:32.841Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3ea680cd, org.onap.sdc.toscaparser.api.parameters.Input@2febeb06, org.onap.sdc.toscaparser.api.parameters.Input@555fbcf1, org.onap.sdc.toscaparser.api.parameters.Input@785d801f, org.onap.sdc.toscaparser.api.parameters.Input@7277c731]
2022-10-26T06:26:32.843Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T06:26:32.843Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T06:26:32.843Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2022-10-26T06:26:32.843Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= e8849618-7485-4790-8142-abbfed6fae9c
2022-10-26T06:26:32.843Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: e8849618-7485-4790-8142-abbfed6fae9c matches Tosca VF Customization UUID: e8849618-7485-4790-8142-abbfed6fae9c
2022-10-26T06:26:32.844Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: e8849618-7485-4790-8142-abbfed6fae9c  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-10-26T06:26:32.846Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T06:26:32.846Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T06:26:32.847Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id e8849618-7485-4790-8142-abbfed6fae9c: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-10-26T06:26:32.847Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3e6d1d12
2022-10-26T06:26:32.847Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T06:26:32.847Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|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-10-26T06:26:32.848Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : cefe0f86-9863-428a-a32d-8cdb689abc40
2022-10-26T06:26:32.848Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID cefe0f86-9863-428a-a32d-8cdb689abc40
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-10-26T06:26:32.850Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T06:26:32.850Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-10-26T06:26:32.850Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-26T06:26:32.851Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T06:26:32.851Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-10-26T06:26:32.851Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-26T06:26:32.851Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T06:26:32.851Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-10-26T06:26:32.852Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-10-26T06:26:32.852Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-10-26T06:26:32.852Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=da02e427-0c38-403b-983d-2450d3cf2fad
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-10-26T06:26:32.854Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T06:26:32.854Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-10-26T06:26:32.854Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-26T06:26:32.855Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T06:26:32.855Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-10-26T06:26:32.855Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=e8849618-7485-4790-8142-abbfed6fae9c
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-26T06:26:32.858Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T06:26:32.859Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T06:26:32.859Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid b24b738b-72ee-4412-ac72-32504778971a: basic_vm
2022-10-26T06:26:32.859Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T06:26:32.859Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T06:26:32.860Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T06:26:32.860Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T06:26:32.860Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T06:26:32.860Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T06:26:32.860Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T06:26:32.860Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|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-10-26T06:26:32.861Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T06:26:32.861Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T06:26:32.861Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|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-10-26T06:26:32.941Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm b5932c57-ebaf-41a6-934e-8ac5bb184a2e 1 ASDC deployResourceStructure
2022-10-26T06:26:32.941Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|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-10-26T06:26:32.941Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|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-10-26T06:26:32.942Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-26T06:26:32.942Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-26T06:26:32.944Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T06:26:32.944Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "ae7b647d-5df7-42ff-a83f-5b1ce8478d60",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666765592941,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-26T06:26:33.044Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-26T06:26:33.045Z||pool-62-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-26T06:26:33.045Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UznQRm24lRJQei1Q) ...
2022-10-26T06:26:33.055Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:26:33.055Z||pool-62-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-10-26T06:26:33.945Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|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-10-26T06:26:33.945Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|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-10-26T06:26:33.945Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-26T06:26:33.945Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-26T06:26:33.947Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T06:26:33.947Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "ae7b647d-5df7-42ff-a83f-5b1ce8478d60",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666765593944,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-10-26T06:26:34.047Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-26T06:26:34.049Z||pool-63-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-26T06:26:34.049Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UznQRm24lRJQei1Q) ...
2022-10-26T06:26:34.070Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:26:34.071Z||pool-63-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-10-26T06:26:34.949Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|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-10-26T06:26:34.949Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|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-10-26T06:26:34.949Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-26T06:26:34.949Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-26T06:26:34.952Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T06:26:34.952Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "ae7b647d-5df7-42ff-a83f-5b1ce8478d60",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666765594949,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-10-26T06:26:35.052Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-26T06:26:35.053Z||pool-64-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-26T06:26:35.053Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UznQRm24lRJQei1Q) ...
2022-10-26T06:26:35.068Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:26:35.068Z||pool-64-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-10-26T06:26:35.952Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|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-10-26T06:26:35.953Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|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-10-26T06:26:35.953Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-26T06:26:35.953Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-26T06:26:35.955Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T06:26:35.955Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "ae7b647d-5df7-42ff-a83f-5b1ce8478d60",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666765595952,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-26T06:26:36.055Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-26T06:26:36.056Z||pool-65-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-26T06:26:36.057Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UznQRm24lRJQei1Q) ...
2022-10-26T06:26:36.070Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:26:36.070Z||pool-65-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-26T06:26:36.947Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T06:26:36.948Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T06:26:36.948Z||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 UznQRm24lRJQei1Q) ...
2022-10-26T06:26:36.956Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ae7b647d-5df7-42ff-a83f-5b1ce8478d60
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-26T06:26:36.967Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ae7b647d-5df7-42ff-a83f-5b1ce8478d60
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-26T06:26:36.971Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-26T06:26:36.971Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-26T06:26:36.971Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-26T06:26:36.974Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:26:36.974Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:26:36.974Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae7b647d-5df7-42ff-a83f-5b1ce8478d60",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666765472979,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-10-26T06:26:36.975Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:27:06.971Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ae7b647d-5df7-42ff-a83f-5b1ce8478d60
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-26T06:27:06.983Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ae7b647d-5df7-42ff-a83f-5b1ce8478d60
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-26T06:27:06.985Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-26T06:27:06.985Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-26T06:27:06.985Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-26T06:27:36.947Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T06:27:36.948Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T06:27:36.948Z||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 UznQRm24lRJQei1Q) ...
2022-10-26T06:27:36.986Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ae7b647d-5df7-42ff-a83f-5b1ce8478d60
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-26T06:27:36.991Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-26T06:27:36.993Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:27:36.993Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae7b647d-5df7-42ff-a83f-5b1ce8478d60",
  "consumerID": "cds",
  "timestamp": 1666765475884,
  "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=?
2022-10-26T06:27:36.997Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ae7b647d-5df7-42ff-a83f-5b1ce8478d60
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-26T06:27:36.999Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-26T06:27:36.999Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-26T06:27:36.999Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-26T06:27:37.000Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ae7b647d-5df7-42ff-a83f-5b1ce8478d60
2022-10-26T06:27:37.001Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId ae7b647d-5df7-42ff-a83f-5b1ce8478d60 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-26T06:27:37.027Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:27:37.028Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96a3b634-2f4e-47b0-9546-435a463a95cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666765476944,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUses4nb24xbsvnxao4n6/1.0/resourceInstances/pnfad88f1857f000/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:27:37.030Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:27:37.030Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:27:37.033Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae7b647d-5df7-42ff-a83f-5b1ce8478d60",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666765472979,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:27:37.034Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:27:37.034Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:27:37.034Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96a3b634-2f4e-47b0-9546-435a463a95cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666765476944,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUses4nb24xbsvnxao4n6/1.0/resourceInstances/pnfad88f1857f000/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:27:37.034Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:27:37.034Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:27:37.035Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae7b647d-5df7-42ff-a83f-5b1ce8478d60",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666765472979,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-10-26T06:27:37.035Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:27:37.035Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:27:37.035Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99d17dbb-1202-48cc-85e8-34806c7e0790",
  "consumerID": "cds",
  "timestamp": 1666765477061,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:27:37.036Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:27:37.036Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:27:37.036Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96a3b634-2f4e-47b0-9546-435a463a95cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666765476944,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUses4nb24xbsvnxao4n6/1.0/resourceInstances/pnfad88f1857f000/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:27:37.036Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:27:37.036Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:27:37.036Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae7b647d-5df7-42ff-a83f-5b1ce8478d60",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666765472979,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:27:37.037Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:27:37.037Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:27:37.037Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99d17dbb-1202-48cc-85e8-34806c7e0790",
  "consumerID": "cds",
  "timestamp": 1666765477061,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:27:37.037Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:27:37.037Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:27:37.038Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96a3b634-2f4e-47b0-9546-435a463a95cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666765476944,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUses4nb24xbsvnxao4n6/1.0/resourceInstances/pnfad88f1857f000/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:27:37.038Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:27:37.038Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:27:37.038Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae7b647d-5df7-42ff-a83f-5b1ce8478d60",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666765472979,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-10-26T06:27:37.039Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:27:37.039Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:27:37.040Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99d17dbb-1202-48cc-85e8-34806c7e0790",
  "consumerID": "cds",
  "timestamp": 1666765477061,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:27:37.040Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:27:37.041Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:27:37.041Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96a3b634-2f4e-47b0-9546-435a463a95cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666765476944,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUses4nb24xbsvnxao4n6/1.0/resourceInstances/pnfad88f1857f000/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:27:37.042Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:27:37.042Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:27:37.042Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99d17dbb-1202-48cc-85e8-34806c7e0790",
  "consumerID": "cds",
  "timestamp": 1666765477061,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:27:37.042Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:27:37.043Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:27:37.043Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae7b647d-5df7-42ff-a83f-5b1ce8478d60",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666765480758,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-26T06:27:37.044Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T06:27:37.044Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:27:37.044Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96a3b634-2f4e-47b0-9546-435a463a95cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666765476944,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUses4nb24xbsvnxao4n6/1.0/resourceInstances/pnfad88f1857f000/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:27:37.044Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:27:37.045Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:27:37.045Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99d17dbb-1202-48cc-85e8-34806c7e0790",
  "consumerID": "cds",
  "timestamp": 1666765477061,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:27:37.046Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:27:37.046Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:27:37.050Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae7b647d-5df7-42ff-a83f-5b1ce8478d60",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666765481877,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-26T06:27:37.050Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T06:27:37.050Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:27:37.050Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96a3b634-2f4e-47b0-9546-435a463a95cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666765476944,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUses4nb24xbsvnxao4n6/1.0/artifacts/service-DemoPnfUses4nb24xbsvnxao4n6-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:27:37.050Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:27:37.050Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:27:37.050Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99d17dbb-1202-48cc-85e8-34806c7e0790",
  "consumerID": "cds",
  "timestamp": 1666765477061,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:27:37.050Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:27:37.053Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:27:37.053Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae7b647d-5df7-42ff-a83f-5b1ce8478d60",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666765482950,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-10-26T06:27:37.053Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T06:27:37.054Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:27:37.054Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96a3b634-2f4e-47b0-9546-435a463a95cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666765476944,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUses4nb24xbsvnxao4n6/1.0/artifacts/service-DemoPnfUses4nb24xbsvnxao4n6-csar.csar",
  "status": "NOTIFIED"
}
2022-10-26T06:27:37.054Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:27:37.054Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:27:37.054Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae7b647d-5df7-42ff-a83f-5b1ce8478d60",
  "consumerID": "aai-ml",
  "timestamp": 1666765484415,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-26T06:27:37.054Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T06:27:37.054Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:27:37.054Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99d17dbb-1202-48cc-85e8-34806c7e0790",
  "consumerID": "cds",
  "timestamp": 1666765477061,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:27:37.054Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:27:37.054Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:27:37.054Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae7b647d-5df7-42ff-a83f-5b1ce8478d60",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666765484025,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-26T06:27:37.061Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ae7b647d-5df7-42ff-a83f-5b1ce8478d60
2022-10-26T06:27:37.061Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId ae7b647d-5df7-42ff-a83f-5b1ce8478d60 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-26T06:27:37.070Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:27:37.070Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96a3b634-2f4e-47b0-9546-435a463a95cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666765485758,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUses4nb24xbsvnxao4n6/1.0/artifacts/service-DemoPnfUses4nb24xbsvnxao4n6-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-26T06:27:37.070Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T06:27:37.070Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:27:37.071Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae7b647d-5df7-42ff-a83f-5b1ce8478d60",
  "consumerID": "aai-ml",
  "timestamp": 1666765485419,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-26T06:27:37.075Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ae7b647d-5df7-42ff-a83f-5b1ce8478d60
2022-10-26T06:27:37.075Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId ae7b647d-5df7-42ff-a83f-5b1ce8478d60 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-26T06:27:37.083Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:27:37.083Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99d17dbb-1202-48cc-85e8-34806c7e0790",
  "consumerID": "cds",
  "timestamp": 1666765477061,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:27:37.083Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:27:37.083Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:27:37.083Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae7b647d-5df7-42ff-a83f-5b1ce8478d60",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666765485615,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:27:37.083Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:27:37.083Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:27:37.084Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae7b647d-5df7-42ff-a83f-5b1ce8478d60",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666765485033,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-26T06:27:37.084Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T06:27:37.084Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:27:37.084Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99d17dbb-1202-48cc-85e8-34806c7e0790",
  "consumerID": "cds",
  "timestamp": 1666765477061,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-10-26T06:27:37.084Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:27:37.084Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:27:37.084Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae7b647d-5df7-42ff-a83f-5b1ce8478d60",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666765485615,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:27:37.084Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:27:37.084Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:27:37.084Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99d17dbb-1202-48cc-85e8-34806c7e0790",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666765472979,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:27:37.085Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:27:37.085Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:27:37.085Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96a3b634-2f4e-47b0-9546-435a463a95cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666765487728,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUses4nb24xbsvnxao4n6/1.0/artifacts/service-DemoPnfUses4nb24xbsvnxao4n6-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-26T06:27:37.085Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T06:27:37.085Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:27:37.085Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99d17dbb-1202-48cc-85e8-34806c7e0790",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666765486021,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:27:37.085Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:27:37.085Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:27:37.085Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99d17dbb-1202-48cc-85e8-34806c7e0790",
  "consumerID": "cds",
  "timestamp": 1666765486890,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-26T06:27:37.086Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T06:27:37.086Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:27:37.086Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae7b647d-5df7-42ff-a83f-5b1ce8478d60",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666765485615,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:27:37.086Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:27:37.086Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:27:37.086Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99d17dbb-1202-48cc-85e8-34806c7e0790",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666765472979,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-10-26T06:27:37.086Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:27:37.086Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:27:37.086Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99d17dbb-1202-48cc-85e8-34806c7e0790",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666765486021,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:27:37.086Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:27:37.087Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:27:37.087Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae7b647d-5df7-42ff-a83f-5b1ce8478d60",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666765485615,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:27:37.087Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:27:37.087Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:27:37.087Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99d17dbb-1202-48cc-85e8-34806c7e0790",
  "consumerID": "cds",
  "timestamp": 1666765487894,
  "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-10-26T06:27:37.098Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 99d17dbb-1202-48cc-85e8-34806c7e0790
2022-10-26T06:27:37.099Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 99d17dbb-1202-48cc-85e8-34806c7e0790 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-26T06:27:37.105Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:27:37.106Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99d17dbb-1202-48cc-85e8-34806c7e0790",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666765472979,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-10-26T06:27:37.106Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:27:37.106Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:27:37.106Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99d17dbb-1202-48cc-85e8-34806c7e0790",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666765486021,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:27:37.106Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:27:37.106Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:27:37.106Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae7b647d-5df7-42ff-a83f-5b1ce8478d60",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666765485615,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:27:37.106Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:27:37.107Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:27:37.107Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99d17dbb-1202-48cc-85e8-34806c7e0790",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666765472979,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-10-26T06:27:37.107Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:27:37.107Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:27:37.107Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99d17dbb-1202-48cc-85e8-34806c7e0790",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666765486021,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:27:37.107Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:27:37.107Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:27:37.107Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae7b647d-5df7-42ff-a83f-5b1ce8478d60",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666765485615,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:27:37.107Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:27:37.107Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:27:37.107Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99d17dbb-1202-48cc-85e8-34806c7e0790",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666765472979,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-10-26T06:27:37.108Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:27:37.108Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:27:37.108Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99d17dbb-1202-48cc-85e8-34806c7e0790",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666765486021,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:27:37.108Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:27:37.108Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:27:37.108Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae7b647d-5df7-42ff-a83f-5b1ce8478d60",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666765485615,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-10-26T06:27:37.108Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:27:37.108Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:27:37.108Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99d17dbb-1202-48cc-85e8-34806c7e0790",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666765472979,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:27:37.109Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:27:37.109Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:27:37.109Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99d17dbb-1202-48cc-85e8-34806c7e0790",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666765486021,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:27:37.109Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:27:37.109Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:27:37.109Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae7b647d-5df7-42ff-a83f-5b1ce8478d60",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666765493364,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-26T06:27:37.109Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T06:27:37.109Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:27:37.109Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99d17dbb-1202-48cc-85e8-34806c7e0790",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666765472979,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-10-26T06:27:37.110Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:27:37.110Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:27:37.110Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99d17dbb-1202-48cc-85e8-34806c7e0790",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666765486021,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:27:37.110Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:27:37.110Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:27:37.110Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99d17dbb-1202-48cc-85e8-34806c7e0790",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666765472979,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:27:37.110Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:27:37.110Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:27:37.110Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99d17dbb-1202-48cc-85e8-34806c7e0790",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666765486021,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:27:37.110Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:27:37.111Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:27:37.111Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99d17dbb-1202-48cc-85e8-34806c7e0790",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666765472979,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-10-26T06:27:37.111Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:27:37.111Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:27:37.111Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae7b647d-5df7-42ff-a83f-5b1ce8478d60",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666765495663,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-26T06:27:37.111Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T06:27:37.111Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:27:37.111Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99d17dbb-1202-48cc-85e8-34806c7e0790",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666765486021,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:27:37.111Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:27:37.111Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:27:37.111Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99d17dbb-1202-48cc-85e8-34806c7e0790",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666765495142,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-26T06:27:37.112Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T06:27:37.112Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:27:37.112Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae7b647d-5df7-42ff-a83f-5b1ce8478d60",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666765496668,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-26T06:27:37.117Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ae7b647d-5df7-42ff-a83f-5b1ce8478d60
2022-10-26T06:27:37.117Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId ae7b647d-5df7-42ff-a83f-5b1ce8478d60 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-26T06:27:37.124Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:27:37.124Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99d17dbb-1202-48cc-85e8-34806c7e0790",
  "consumerID": "aai-ml",
  "timestamp": 1666765496422,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:27:37.124Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:27:37.125Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:27:37.125Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99d17dbb-1202-48cc-85e8-34806c7e0790",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666765496202,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-10-26T06:27:37.125Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T06:27:37.125Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:27:37.125Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99d17dbb-1202-48cc-85e8-34806c7e0790",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666765485615,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:27:37.125Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:27:37.125Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:27:37.125Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99d17dbb-1202-48cc-85e8-34806c7e0790",
  "consumerID": "aai-ml",
  "timestamp": 1666765496422,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:27:37.125Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:27:37.125Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:27:37.126Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99d17dbb-1202-48cc-85e8-34806c7e0790",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666765497269,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-26T06:27:37.126Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T06:27:37.126Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:27:37.126Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99d17dbb-1202-48cc-85e8-34806c7e0790",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666765485615,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:27:37.126Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:27:37.126Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:27:37.126Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99d17dbb-1202-48cc-85e8-34806c7e0790",
  "consumerID": "aai-ml",
  "timestamp": 1666765496422,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:27:37.126Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:27:37.126Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:27:37.126Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99d17dbb-1202-48cc-85e8-34806c7e0790",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666765485615,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:27:37.127Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:27:37.127Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:27:37.127Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99d17dbb-1202-48cc-85e8-34806c7e0790",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666765498327,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-10-26T06:27:37.127Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T06:27:37.127Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:27:37.127Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99d17dbb-1202-48cc-85e8-34806c7e0790",
  "consumerID": "aai-ml",
  "timestamp": 1666765496422,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:27:37.127Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:27:37.127Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:27:37.127Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99d17dbb-1202-48cc-85e8-34806c7e0790",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666765485615,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:27:37.128Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:27:37.128Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:27:37.128Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99d17dbb-1202-48cc-85e8-34806c7e0790",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666765499386,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-26T06:27:37.132Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 99d17dbb-1202-48cc-85e8-34806c7e0790
2022-10-26T06:27:37.132Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 99d17dbb-1202-48cc-85e8-34806c7e0790 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-26T06:27:37.139Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:27:37.140Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99d17dbb-1202-48cc-85e8-34806c7e0790",
  "consumerID": "aai-ml",
  "timestamp": 1666765496422,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:27:37.140Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:27:37.140Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:27:37.140Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99d17dbb-1202-48cc-85e8-34806c7e0790",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666765485615,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:27:37.140Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:27:37.140Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:27:37.140Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99d17dbb-1202-48cc-85e8-34806c7e0790",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666765500390,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-26T06:27:37.141Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T06:27:37.141Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:27:37.141Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99d17dbb-1202-48cc-85e8-34806c7e0790",
  "consumerID": "aai-ml",
  "timestamp": 1666765496422,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:27:37.141Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:27:37.141Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:27:37.141Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99d17dbb-1202-48cc-85e8-34806c7e0790",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666765485615,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:27:37.141Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:27:37.141Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:27:37.141Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99d17dbb-1202-48cc-85e8-34806c7e0790",
  "consumerID": "aai-ml",
  "timestamp": 1666765496422,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:27:37.142Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:27:37.142Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:27:37.142Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99d17dbb-1202-48cc-85e8-34806c7e0790",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666765485615,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:27:37.142Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:27:37.142Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:27:37.142Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99d17dbb-1202-48cc-85e8-34806c7e0790",
  "consumerID": "aai-ml",
  "timestamp": 1666765496422,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:27:37.142Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:27:37.142Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:27:37.142Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99d17dbb-1202-48cc-85e8-34806c7e0790",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666765485615,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:27:37.142Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:27:37.143Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:27:37.143Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99d17dbb-1202-48cc-85e8-34806c7e0790",
  "consumerID": "aai-ml",
  "timestamp": 1666765496422,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-10-26T06:27:37.143Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:27:37.143Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:27:37.143Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99d17dbb-1202-48cc-85e8-34806c7e0790",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666765485615,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-10-26T06:27:37.143Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:27:37.144Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:27:37.144Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99d17dbb-1202-48cc-85e8-34806c7e0790",
  "consumerID": "aai-ml",
  "timestamp": 1666765506192,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-26T06:27:37.144Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T06:27:37.144Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:27:37.144Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99d17dbb-1202-48cc-85e8-34806c7e0790",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666765506774,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-26T06:27:37.144Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T06:27:37.144Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:27:37.144Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99d17dbb-1202-48cc-85e8-34806c7e0790",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666765509015,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-26T06:27:37.144Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T06:27:37.144Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:27:37.145Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99d17dbb-1202-48cc-85e8-34806c7e0790",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666765510019,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-26T06:27:37.150Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 99d17dbb-1202-48cc-85e8-34806c7e0790
2022-10-26T06:27:37.150Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 99d17dbb-1202-48cc-85e8-34806c7e0790 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-26T06:27:37.163Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:27:37.163Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99d17dbb-1202-48cc-85e8-34806c7e0790",
  "consumerID": "aai-ml",
  "timestamp": 1666765513838,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-26T06:27:37.164Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T06:27:37.164Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:27:37.164Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99d17dbb-1202-48cc-85e8-34806c7e0790",
  "consumerID": "aai-ml",
  "timestamp": 1666765514843,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-26T06:27:37.169Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 99d17dbb-1202-48cc-85e8-34806c7e0790
2022-10-26T06:27:37.169Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 99d17dbb-1202-48cc-85e8-34806c7e0790 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-26T06:28:07.000Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ae7b647d-5df7-42ff-a83f-5b1ce8478d60
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-26T06:28:07.011Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ae7b647d-5df7-42ff-a83f-5b1ce8478d60
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-26T06:28:07.014Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-26T06:28:07.015Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-26T06:28:07.015Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-10-26T06:28:07.015Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-10-26T06:28:07.015Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-26T06:28:07.015Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-26T06:28:07.015Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-26T06:28:07.016Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-26T06:28:07.016Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-26T06:28:07.016Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|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-10-26T06:28:07.021Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-10-26T06:28:36.947Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T06:28:36.948Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T06:28:36.948Z||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 UznQRm24lRJQei1Q) ...
2022-10-26T06:28:37.021Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ae7b647d-5df7-42ff-a83f-5b1ce8478d60 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-10-26T06:28:37.028Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ae7b647d-5df7-42ff-a83f-5b1ce8478d60 and serviceModelVersionId: b24b738b-72ee-4412-ac72-32504778971a
2022-10-26T06:28:37.028Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 919d485c-0fbe-49d2-9cab-83df80eece01
2022-10-26T06:28:37.029Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/919d485c-0fbe-49d2-9cab-83df80eece01/model-vers/model-ver/b24b738b-72ee-4412-ac72-32504778971a?depth=0
2022-10-26T06:28:37.037Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-10-26T06:28:37.081Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/919d485c-0fbe-49d2-9cab-83df80eece01/model-vers/model-ver/b24b738b-72ee-4412-ac72-32504778971a?depth=0|INFO|500||Invoke
2022-10-26T06:28:37.082Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/919d485c-0fbe-49d2-9cab-83df80eece01/model-vers/model-ver/b24b738b-72ee-4412-ac72-32504778971a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/919d485c-0fbe-49d2-9cab-83df80eece01/model-vers/model-ver/b24b738b-72ee-4412-ac72-32504778971a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ae7b647d-5df7-42ff-a83f-5b1ce8478d60], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[100f78b1-8fd8-4c3e-8c06-99e45afe3e1f], X-ECOMP-RequestID=[ae7b647d-5df7-42ff-a83f-5b1ce8478d60], X-TransactionId=[], X-ONAP-RequestID=[ae7b647d-5df7-42ff-a83f-5b1ce8478d60], Content-Type=[application/merge-patch+json]}
2022-10-26T06:28:37.103Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/919d485c-0fbe-49d2-9cab-83df80eece01/model-vers/model-ver/b24b738b-72ee-4412-ac72-32504778971a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-10-26T06:28:37.210Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/919d485c-0fbe-49d2-9cab-83df80eece01/model-vers/model-ver/b24b738b-72ee-4412-ac72-32504778971a?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/919d485c-0fbe-49d2-9cab-83df80eece01/model-vers/model-ver/b24b738b-72ee-4412-ac72-32504778971a?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-221026-06:28:36:422-95735], vertex-id=[217176], Content-Length=[0], Date=[Wed, 26 Oct 2022 06:28:36 GMT], Content-Type=[application/json]}
2022-10-26T06:28:37.210Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/919d485c-0fbe-49d2-9cab-83df80eece01/model-vers/model-ver/b24b738b-72ee-4412-ac72-32504778971a?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-10-26T06:28:37.211Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/919d485c-0fbe-49d2-9cab-83df80eece01/model-vers/model-ver/b24b738b-72ee-4412-ac72-32504778971a?depth=0|INFO|500||InvokeReturn
2022-10-26T06:28:37.211Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-10-26T06:28:37.211Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|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-10-26T06:28:37.218Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|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-10-26T06:28:37.218Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ae7b647d-5df7-42ff-a83f-5b1ce8478d60 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-10-26T06:28:37.218Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-10-26T06:28:37.218Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-26T06:28:37.220Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T06:28:37.220Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "ae7b647d-5df7-42ff-a83f-5b1ce8478d60",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666765717218,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-26T06:28:37.321Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-26T06:28:37.322Z||pool-66-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-26T06:28:37.322Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UznQRm24lRJQei1Q) ...
2022-10-26T06:28:37.334Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:28:37.334Z||pool-66-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-26T06:28:37.348Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:28:37.348Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:28:37.349Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96a3b634-2f4e-47b0-9546-435a463a95cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666765579009,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-26T06:28:37.350Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T06:28:37.350Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:28:37.350Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae7b647d-5df7-42ff-a83f-5b1ce8478d60",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666765476944,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:28:37.351Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:28:37.351Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:28:37.351Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae7b647d-5df7-42ff-a83f-5b1ce8478d60",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666765476944,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-10-26T06:28:37.352Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:28:37.352Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:28:37.352Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae7b647d-5df7-42ff-a83f-5b1ce8478d60",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666765476944,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-10-26T06:28:37.352Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:28:37.352Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:28:37.352Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae7b647d-5df7-42ff-a83f-5b1ce8478d60",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666765476944,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:28:37.353Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:28:37.353Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:28:37.353Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae7b647d-5df7-42ff-a83f-5b1ce8478d60",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666765476944,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-10-26T06:28:37.353Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:28:37.353Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:28:37.353Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae7b647d-5df7-42ff-a83f-5b1ce8478d60",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666765476944,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:28:37.353Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:28:37.354Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:28:37.354Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae7b647d-5df7-42ff-a83f-5b1ce8478d60",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666765476944,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-10-26T06:28:37.354Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:28:37.354Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:28:37.354Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae7b647d-5df7-42ff-a83f-5b1ce8478d60",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666765587178,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-26T06:28:37.354Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T06:28:37.354Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:28:37.354Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae7b647d-5df7-42ff-a83f-5b1ce8478d60",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666765589667,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-26T06:28:37.355Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T06:28:37.355Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:28:37.355Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae7b647d-5df7-42ff-a83f-5b1ce8478d60",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666765590742,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-26T06:28:37.355Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T06:28:37.355Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:28:37.355Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae7b647d-5df7-42ff-a83f-5b1ce8478d60",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666765591823,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-10-26T06:28:37.356Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T06:28:37.356Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:28:37.356Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae7b647d-5df7-42ff-a83f-5b1ce8478d60",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666765592941,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-26T06:28:37.356Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T06:28:37.356Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:28:37.356Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae7b647d-5df7-42ff-a83f-5b1ce8478d60",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666765593944,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-10-26T06:28:37.356Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T06:28:37.357Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:28:37.357Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae7b647d-5df7-42ff-a83f-5b1ce8478d60",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666765594949,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-10-26T06:28:37.357Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T06:28:37.357Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:28:37.357Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae7b647d-5df7-42ff-a83f-5b1ce8478d60",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666765595952,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-26T06:28:37.358Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-10-26T06:28:38.232Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T06:28:38.232Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"99d17dbb-1202-48cc-85e8-34806c7e0790","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"85a645c1-6d3f-4a90-adef-8776394bc9f8","serviceDescription":"service","serviceInvariantUUID":"044d7d97-d5aa-4a8e-9696-7406ad4e775f","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"0834d8d5-b99b-468a-b462-09b84729df40","resourceInvariantUUID":"0cf63ab2-69a0-495b-8002-b7a965698a29","resourceCustomizationUUID":"65ef767f-c06b-4818-a1f2-f59528b79c90","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":"NDE0MGQ1YjdlNmU4MmU5YzFhYTIxNGRhYTJmOWIzOWQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b0c27dd4-1c42-4418-8129-8bac53c7952c","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":"4fa376e6-3413-44f3-9f9c-f4592be70e73","artifactVersion":"2","generatedFromUUID":"9261221e-5ab8-46fc-881e-93499b003bc0"},{"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":"9261221e-5ab8-46fc-881e-93499b003bc0","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":"ZDNmMWQ4ZWE1NWRlMjUzOTZmODNkZTAzOTE1NDNiZTE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"1808e9d8-0284-4a90-8708-8c7a54c31c15","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":"3ff36e17-b11d-4a39-8833-9c8ebecbc11f","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":"0495f2e2-4d18-42fc-9c36-1f5720bbfedc","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":"ccdbfafc-66aa-499d-a2b9-3ee03dc44fc2","artifactVersion":"2","generatedFromUUID":"3ff36e17-b11d-4a39-8833-9c8ebecbc11f"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"NTA5ZjczZmMyYTRlYTUxYzExMzUyZTFjOGFmNWY4MmI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f5ae3925-7aa1-416b-9ca7-1b1010e9d405","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"ZTNhZTZhNzdkOGE3NjliYjZjNzk4ZjRmMTdmNDNjYjg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6c99dab7-d86f-42c2-a79f-b234d017a1f2","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-26T06:28:38.233Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-26T06:28:38.233Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-26T06:28:38.235Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T06:28:38.235Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "99d17dbb-1202-48cc-85e8-34806c7e0790",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666765476944,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:28:38.337Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-10-26T06:28:38.338Z||pool-67-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-26T06:28:38.338Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UznQRm24lRJQei1Q) ...
2022-10-26T06:28:38.353Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:28:38.356Z||pool-67-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-10-26T06:28:39.236Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-26T06:28:39.238Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-26T06:28:39.239Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T06:28:39.240Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "99d17dbb-1202-48cc-85e8-34806c7e0790",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666765476944,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-10-26T06:28:39.340Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-26T06:28:39.341Z||pool-68-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-26T06:28:39.341Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UznQRm24lRJQei1Q) ...
2022-10-26T06:28:39.357Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:28:39.357Z||pool-68-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-10-26T06:28:40.240Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-26T06:28:40.241Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-26T06:28:40.243Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T06:28:40.243Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "99d17dbb-1202-48cc-85e8-34806c7e0790",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666765476944,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-10-26T06:28:40.344Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-26T06:28:40.345Z||pool-69-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-26T06:28:40.345Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UznQRm24lRJQei1Q) ...
2022-10-26T06:28:40.361Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:28:40.361Z||pool-69-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-10-26T06:28:41.244Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-26T06:28:41.245Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-26T06:28:41.247Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T06:28:41.247Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "99d17dbb-1202-48cc-85e8-34806c7e0790",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666765476944,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-10-26T06:28:41.347Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-26T06:28:41.348Z||pool-70-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-26T06:28:41.348Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UznQRm24lRJQei1Q) ...
2022-10-26T06:28:41.360Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:28:41.361Z||pool-70-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-26T06:28:42.247Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-26T06:28:42.248Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-26T06:28:42.250Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T06:28:42.250Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "99d17dbb-1202-48cc-85e8-34806c7e0790",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666765476944,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-10-26T06:28:42.350Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-26T06:28:42.351Z||pool-71-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-26T06:28:42.351Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UznQRm24lRJQei1Q) ...
2022-10-26T06:28:42.364Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:28:42.365Z||pool-71-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-26T06:28:43.250Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-26T06:28:43.251Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-26T06:28:43.254Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T06:28:43.254Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "99d17dbb-1202-48cc-85e8-34806c7e0790",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666765476944,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:28:43.354Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-26T06:28:43.355Z||pool-72-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-26T06:28:43.355Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UznQRm24lRJQei1Q) ...
2022-10-26T06:28:43.366Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:28:43.366Z||pool-72-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-26T06:28:44.254Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-26T06:28:44.255Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-26T06:28:44.257Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T06:28:44.257Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "99d17dbb-1202-48cc-85e8-34806c7e0790",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666765476944,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-10-26T06:28:44.357Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-26T06:28:44.358Z||pool-73-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-26T06:28:44.358Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UznQRm24lRJQei1Q) ...
2022-10-26T06:28:44.392Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:28:44.393Z||pool-73-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":1,"count":1}
2022-10-26T06:28:45.257Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-26T06:28:45.258Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-26T06:28:45.261Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T06:28:45.261Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "99d17dbb-1202-48cc-85e8-34806c7e0790",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666765476944,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:28:45.361Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-26T06:28:45.362Z||pool-74-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-26T06:28:45.362Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UznQRm24lRJQei1Q) ...
2022-10-26T06:28:45.374Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:28:45.374Z||pool-74-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-26T06:28:46.261Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-26T06:28:46.262Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-26T06:28:46.264Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T06:28:46.264Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "99d17dbb-1202-48cc-85e8-34806c7e0790",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666765476944,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-10-26T06:28:46.364Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-26T06:28:46.366Z||pool-75-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-26T06:28:46.366Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UznQRm24lRJQei1Q) ...
2022-10-26T06:28:46.378Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:28:46.379Z||pool-75-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-26T06:28:47.266Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "99d17dbb-1202-48cc-85e8-34806c7e0790",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "85a645c1-6d3f-4a90-adef-8776394bc9f8",
  "serviceDescription": "service",
  "serviceInvariantUUID": "044d7d97-d5aa-4a8e-9696-7406ad4e775f",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "65ef767f-c06b-4818-a1f2-f59528b79c90",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "0834d8d5-b99b-468a-b462-09b84729df40",
      "resourceInvariantUUID": "0cf63ab2-69a0-495b-8002-b7a965698a29",
      "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": "4fa376e6-3413-44f3-9f9c-f4592be70e73",
          "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": "9261221e-5ab8-46fc-881e-93499b003bc0",
          "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": "ZDNmMWQ4ZWE1NWRlMjUzOTZmODNkZTAzOTE1NDNiZTE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "1808e9d8-0284-4a90-8708-8c7a54c31c15",
          "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": "3ff36e17-b11d-4a39-8833-9c8ebecbc11f",
          "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": "ccdbfafc-66aa-499d-a2b9-3ee03dc44fc2",
            "generatedFromUUID": "3ff36e17-b11d-4a39-8833-9c8ebecbc11f"
          },
          "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": "ccdbfafc-66aa-499d-a2b9-3ee03dc44fc2",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "ZTNhZTZhNzdkOGE3NjliYjZjNzk4ZjRmMTdmNDNjYjg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "6c99dab7-d86f-42c2-a79f-b234d017a1f2"
    }
  ],
  "workloadContext": "Production"
}
2022-10-26T06:28:47.266Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-26T06:28:47.266Z|ae7b647d-5df7-42ff-a83f-5b1ce8478d60|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 85a645c1-6d3f-4a90-adef-8776394bc9f8 ASDC
2022-10-26T06:28:47.267Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:99d17dbb-1202-48cc-85e8-34806c7e0790
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:85a645c1-6d3f-4a90-adef-8776394bc9f8
ServiceInvariantUUID:044d7d97-d5aa-4a8e-9696-7406ad4e775f
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:6c99dab7-d86f-42c2-a79f-b234d017a1f2
ArtifactChecksum:ZTNhZTZhNzdkOGE3NjliYjZjNzk4ZjRmMTdmNDNjYjg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:65ef767f-c06b-4818-a1f2-f59528b79c90
ResourceInvariantUUID:0cf63ab2-69a0-495b-8002-b7a965698a29
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:0834d8d5-b99b-468a-b462-09b84729df40
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:4fa376e6-3413-44f3-9f9c-f4592be70e73
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:9261221e-5ab8-46fc-881e-93499b003bc0
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:1808e9d8-0284-4a90-8708-8c7a54c31c15
ArtifactChecksum:ZDNmMWQ4ZWE1NWRlMjUzOTZmODNkZTAzOTE1NDNiZTE=
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:3ff36e17-b11d-4a39-8833-9c8ebecbc11f
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:ccdbfafc-66aa-499d-a2b9-3ee03dc44fc2
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:ccdbfafc-66aa-499d-a2b9-3ee03dc44fc2
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-10-26T06:28:47.267Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 85a645c1-6d3f-4a90-adef-8776394bc9f8 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-10-26T06:28:47.303Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-26T06:28:47.304Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-10-26T06:28:47.304Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-10-26T06:28:47.304Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 6c99dab7-d86f-42c2-a79f-b234d017a1f2 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-10-26T06:28:47.304Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-10-26T06:28:47.304Z|99d17dbb-1202-48cc-85e8-34806c7e0790|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-10-26T06:28:47.758Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-10-26T06:28:47.761Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 6c99dab7-d86f-42c2-a79f-b234d017a1f2 73680
2022-10-26T06:28:47.762Z|99d17dbb-1202-48cc-85e8-34806c7e0790|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-10-26T06:28:47.762Z|99d17dbb-1202-48cc-85e8-34806c7e0790|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-10-26T06:28:47.762Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-26T06:28:47.762Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-26T06:28:47.765Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T06:28:47.765Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "99d17dbb-1202-48cc-85e8-34806c7e0790",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666765727762,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-26T06:28:47.868Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-10-26T06:28:47.868Z||pool-76-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-26T06:28:47.869Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UznQRm24lRJQei1Q) ...
2022-10-26T06:28:47.884Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:28:47.884Z||pool-76-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-10-26T06:28:48.766Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-26T06:28:48.767Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-10-26T06:28:48.767Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 6c99dab7-d86f-42c2-a79f-b234d017a1f2, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-10-26T06:28:48.782Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-10-26T06:28:48.782Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-10-26T06:28:48.782Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-10-26T06:28:48.980Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12574221128004098585/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-10-26T06:28:50.244Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-26T06:28:50.244Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-10-26T06:28:50.244Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-10-26T06:28:50.244Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-10-26T06:28:50.245Z|99d17dbb-1202-48cc-85e8-34806c7e0790|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-10-26T06:28:50.245Z|99d17dbb-1202-48cc-85e8-34806c7e0790|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-10-26T06:28:50.245Z|99d17dbb-1202-48cc-85e8-34806c7e0790|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-10-26T06:28:50.245Z|99d17dbb-1202-48cc-85e8-34806c7e0790|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-10-26T06:28:50.245Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-10-26T06:28:50.245Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T06:28:50.245Z|99d17dbb-1202-48cc-85e8-34806c7e0790|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-10-26T06:28:50.246Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-10-26T06:28:50.246Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-10-26T06:28:50.246Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-26T06:28:50.246Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T06:28:50.246Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T06:28:50.246Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-10-26T06:28:50.247Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-10-26T06:28:50.247Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-26T06:28:50.247Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T06:28:50.247Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T06:28:50.247Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T06:28:50.247Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-10-26T06:28:50.247Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-10-26T06:28:50.248Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||DEBUG|500||Node template dummy is not matching search criteria
2022-10-26T06:28:50.248Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-10-26T06:28:50.248Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T06:28:50.248Z|99d17dbb-1202-48cc-85e8-34806c7e0790|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-10-26T06:28:50.248Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T06:28:50.248Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-10-26T06:28:50.248Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-26T06:28:50.249Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T06:28:50.249Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-10-26T06:28:50.249Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-26T06:28:50.249Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T06:28:50.249Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-10-26T06:28:50.249Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-26T06:28:50.250Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T06:28:50.250Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-10-26T06:28:50.250Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-10-26T06:28:50.250Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=d4490bcb-275b-476b-a564-608409902fe7
2022-10-26T06:28:50.250Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T06:28:50.250Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T06:28:50.251Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T06:28:50.251Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T06:28:50.251Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T06:28:50.251Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T06:28:50.251Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T06:28:50.251Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T06:28:50.251Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:85a645c1-6d3f-4a90-adef-8776394bc9f8
Model Version:NULL
Model InvariantUuid:044d7d97-d5aa-4a8e-9696-7406ad4e775f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:072949df-a254-4e77-8a5c-0aa6fb4776af
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:0cf63ab2-69a0-495b-8002-b7a965698a29
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:65ef767f-c06b-4818-a1f2-f59528b79c90
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:362cd2da-14dc-41d6-95e8-0261b16fd5d8
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:dc43ded0-d30e-426a-9421-aee38a6a98c8
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:d4490bcb-275b-476b-a564-608409902fe7
ModelInvariantUuid:85284037-e721-41f1-95c4-b2cf435f2e10
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:24c8b607-1f9b-49cb-9f2b-c4e65c2fe61f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:868ffdd5-b506-4187-8632-08bf7ce49502
ModelInvariantUuid:3f1f0bdb-59b4-4719-b0d9-5d9e6828a4dd
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:2924c208-f9c5-4b0d-82a3-cd34925e22eb
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-10-26T06:28:50.259Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 0834d8d5-b99b-468a-b462-09b84729df40
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-26T06:28:50.263Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||INFO|500||basic_cnf 0
2022-10-26T06:28:50.263Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 0834d8d5-b99b-468a-b462-09b84729df40
2022-10-26T06:28:50.263Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 4fa376e6-3413-44f3-9f9c-f4592be70e73 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-10-26T06:28:50.263Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-10-26T06:28:50.264Z|99d17dbb-1202-48cc-85e8-34806c7e0790|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-10-26T06:28:50.321Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-10-26T06:28:50.322Z|99d17dbb-1202-48cc-85e8-34806c7e0790|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 4fa376e6-3413-44f3-9f9c-f4592be70e73 12
2022-10-26T06:28:50.322Z|99d17dbb-1202-48cc-85e8-34806c7e0790|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-10-26T06:28:50.322Z|99d17dbb-1202-48cc-85e8-34806c7e0790|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-10-26T06:28:50.322Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-26T06:28:50.323Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-26T06:28:50.325Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T06:28:50.325Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "99d17dbb-1202-48cc-85e8-34806c7e0790",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666765730322,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-10-26T06:28:50.426Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-26T06:28:50.427Z||pool-77-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-26T06:28:50.427Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UznQRm24lRJQei1Q) ...
2022-10-26T06:28:50.443Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:28:50.443Z||pool-77-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-10-26T06:28:51.326Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 9261221e-5ab8-46fc-881e-93499b003bc0 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-10-26T06:28:51.327Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-10-26T06:28:51.327Z|99d17dbb-1202-48cc-85e8-34806c7e0790|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-10-26T06:28:51.388Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-10-26T06:28:51.388Z|99d17dbb-1202-48cc-85e8-34806c7e0790|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 9261221e-5ab8-46fc-881e-93499b003bc0 2688
2022-10-26T06:28:51.389Z|99d17dbb-1202-48cc-85e8-34806c7e0790|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-10-26T06:28:51.389Z|99d17dbb-1202-48cc-85e8-34806c7e0790|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-10-26T06:28:51.389Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-26T06:28:51.389Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-26T06:28:51.391Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T06:28:51.391Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "99d17dbb-1202-48cc-85e8-34806c7e0790",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666765731389,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-10-26T06:28:51.491Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-26T06:28:51.492Z||pool-78-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-26T06:28:51.492Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UznQRm24lRJQei1Q) ...
2022-10-26T06:28:51.504Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:28:51.505Z||pool-78-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-26T06:28:52.392Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 1808e9d8-0284-4a90-8708-8c7a54c31c15 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-10-26T06:28:52.393Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-10-26T06:28:52.393Z|99d17dbb-1202-48cc-85e8-34806c7e0790|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-10-26T06:28:52.446Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-10-26T06:28:52.447Z|99d17dbb-1202-48cc-85e8-34806c7e0790|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 1808e9d8-0284-4a90-8708-8c7a54c31c15 828
2022-10-26T06:28:52.447Z|99d17dbb-1202-48cc-85e8-34806c7e0790|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-10-26T06:28:52.447Z|99d17dbb-1202-48cc-85e8-34806c7e0790|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-10-26T06:28:52.447Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-26T06:28:52.447Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-26T06:28:52.449Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T06:28:52.449Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "99d17dbb-1202-48cc-85e8-34806c7e0790",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666765732447,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-26T06:28:52.549Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-26T06:28:52.550Z||pool-79-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-26T06:28:52.550Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UznQRm24lRJQei1Q) ...
2022-10-26T06:28:52.563Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:28:52.563Z||pool-79-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-10-26T06:28:53.450Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "362cd2da-14dc-41d6-95e8-0261b16fd5d8",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "dc43ded0-d30e-426a-9421-aee38a6a98c8",
    "vfModuleModelCustomizationUUID": "b1cd510a-676d-49f9-bad0-7566efc86838",
    "isBase": true,
    "artifacts": [
      "9261221e-5ab8-46fc-881e-93499b003bc0",
      "3ff36e17-b11d-4a39-8833-9c8ebecbc11f",
      "ccdbfafc-66aa-499d-a2b9-3ee03dc44fc2"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_dummy",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-10-26T06:28:53.454Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:dc43ded0-d30e-426a-9421-aee38a6a98c8
VfModuleModelInvariantUUID:362cd2da-14dc-41d6-95e8-0261b16fd5d8
VfModuleModelDescription:NULL
Artifacts UUID List:{
9261221e-5ab8-46fc-881e-93499b003bc0
,
3ff36e17-b11d-4a39-8833-9c8ebecbc11f
,
ccdbfafc-66aa-499d-a2b9-3ee03dc44fc2

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

isBase:true


}

2022-10-26T06:28:53.456Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "362cd2da-14dc-41d6-95e8-0261b16fd5d8",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "dc43ded0-d30e-426a-9421-aee38a6a98c8",
    "vfModuleModelCustomizationUUID": "b1cd510a-676d-49f9-bad0-7566efc86838",
    "isBase": true,
    "artifacts": [
      "9261221e-5ab8-46fc-881e-93499b003bc0",
      "3ff36e17-b11d-4a39-8833-9c8ebecbc11f",
      "ccdbfafc-66aa-499d-a2b9-3ee03dc44fc2"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_dummy",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-10-26T06:28:53.456Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:dc43ded0-d30e-426a-9421-aee38a6a98c8
VfModuleModelInvariantUUID:362cd2da-14dc-41d6-95e8-0261b16fd5d8
VfModuleModelDescription:NULL
Artifacts UUID List:{
9261221e-5ab8-46fc-881e-93499b003bc0
,
3ff36e17-b11d-4a39-8833-9c8ebecbc11f
,
ccdbfafc-66aa-499d-a2b9-3ee03dc44fc2

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

isBase:true


}

2022-10-26T06:28:53.456Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 3ff36e17-b11d-4a39-8833-9c8ebecbc11f from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-10-26T06:28:53.456Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-10-26T06:28:53.456Z|99d17dbb-1202-48cc-85e8-34806c7e0790|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-10-26T06:28:53.506Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-10-26T06:28:53.507Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 3ff36e17-b11d-4a39-8833-9c8ebecbc11f 1164
2022-10-26T06:28:53.507Z|99d17dbb-1202-48cc-85e8-34806c7e0790|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-10-26T06:28:53.507Z|99d17dbb-1202-48cc-85e8-34806c7e0790|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-10-26T06:28:53.507Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-26T06:28:53.508Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-26T06:28:53.510Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T06:28:53.510Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "99d17dbb-1202-48cc-85e8-34806c7e0790",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666765733507,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-26T06:28:53.610Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-26T06:28:53.611Z||pool-80-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-26T06:28:53.611Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UznQRm24lRJQei1Q) ...
2022-10-26T06:28:53.625Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:28:53.625Z||pool-80-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-26T06:28:54.511Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: ccdbfafc-66aa-499d-a2b9-3ee03dc44fc2 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-10-26T06:28:54.511Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-10-26T06:28:54.512Z|99d17dbb-1202-48cc-85e8-34806c7e0790|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-10-26T06:28:54.563Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-10-26T06:28:54.563Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ccdbfafc-66aa-499d-a2b9-3ee03dc44fc2 200
2022-10-26T06:28:54.564Z|99d17dbb-1202-48cc-85e8-34806c7e0790|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-10-26T06:28:54.564Z|99d17dbb-1202-48cc-85e8-34806c7e0790|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-10-26T06:28:54.564Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-26T06:28:54.564Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-26T06:28:54.566Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T06:28:54.566Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "99d17dbb-1202-48cc-85e8-34806c7e0790",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666765734563,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-10-26T06:28:54.666Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-26T06:28:54.667Z||pool-81-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-26T06:28:54.667Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UznQRm24lRJQei1Q) ...
2022-10-26T06:28:54.678Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:28:54.678Z||pool-81-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-10-26T06:28:55.567Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 85a645c1-6d3f-4a90-adef-8776394bc9f8
2022-10-26T06:28:55.567Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 0834d8d5-b99b-468a-b462-09b84729df40 ASDC
2022-10-26T06:28:55.577Z|99d17dbb-1202-48cc-85e8-34806c7e0790|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 heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-26T06:28:55.588Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5b54253e, org.onap.sdc.toscaparser.api.parameters.Input@3ec5f978, org.onap.sdc.toscaparser.api.parameters.Input@4521b57b, org.onap.sdc.toscaparser.api.parameters.Input@2f7f06d5, org.onap.sdc.toscaparser.api.parameters.Input@55f8bbd1]
2022-10-26T06:28:55.589Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T06:28:55.590Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T06:28:55.590Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2022-10-26T06:28:55.590Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 65ef767f-c06b-4818-a1f2-f59528b79c90
2022-10-26T06:28:55.590Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 65ef767f-c06b-4818-a1f2-f59528b79c90 matches Tosca VF Customization UUID: 65ef767f-c06b-4818-a1f2-f59528b79c90
2022-10-26T06:28:55.590Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 65ef767f-c06b-4818-a1f2-f59528b79c90  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-10-26T06:28:55.592Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T06:28:55.593Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T06:28:55.593Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 65ef767f-c06b-4818-a1f2-f59528b79c90: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-10-26T06:28:55.593Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5b3b9f4a
2022-10-26T06:28:55.593Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T06:28:55.593Z|99d17dbb-1202-48cc-85e8-34806c7e0790|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-10-26T06:28:55.594Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : b1cd510a-676d-49f9-bad0-7566efc86838
2022-10-26T06:28:55.594Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID b1cd510a-676d-49f9-bad0-7566efc86838
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-10-26T06:28:55.596Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T06:28:55.596Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-10-26T06:28:55.596Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-26T06:28:55.596Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T06:28:55.597Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-10-26T06:28:55.597Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-26T06:28:55.597Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T06:28:55.597Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-10-26T06:28:55.597Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-10-26T06:28:55.597Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=d4490bcb-275b-476b-a564-608409902fe7
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-10-26T06:28:55.600Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T06:28:55.601Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-10-26T06:28:55.601Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-26T06:28:55.601Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T06:28:55.601Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-10-26T06:28:55.601Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=65ef767f-c06b-4818-a1f2-f59528b79c90
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-26T06:28:55.604Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T06:28:55.605Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T06:28:55.605Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 85a645c1-6d3f-4a90-adef-8776394bc9f8: basic_cnf
2022-10-26T06:28:55.605Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T06:28:55.605Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T06:28:55.605Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T06:28:55.605Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T06:28:55.606Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T06:28:55.606Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T06:28:55.606Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T06:28:55.606Z|99d17dbb-1202-48cc-85e8-34806c7e0790|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-10-26T06:28:55.606Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T06:28:55.606Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T06:28:55.607Z|99d17dbb-1202-48cc-85e8-34806c7e0790|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-10-26T06:28:55.670Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 0834d8d5-b99b-468a-b462-09b84729df40 1 ASDC deployResourceStructure
2022-10-26T06:28:55.671Z|99d17dbb-1202-48cc-85e8-34806c7e0790|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-10-26T06:28:55.671Z|99d17dbb-1202-48cc-85e8-34806c7e0790|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-10-26T06:28:55.671Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-10-26T06:28:55.672Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-26T06:28:55.675Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T06:28:55.675Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "99d17dbb-1202-48cc-85e8-34806c7e0790",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666765735670,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-10-26T06:28:55.775Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-26T06:28:55.776Z||pool-82-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-26T06:28:55.776Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UznQRm24lRJQei1Q) ...
2022-10-26T06:28:55.787Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:28:55.788Z||pool-82-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-10-26T06:28:56.683Z|99d17dbb-1202-48cc-85e8-34806c7e0790|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-10-26T06:28:56.684Z|99d17dbb-1202-48cc-85e8-34806c7e0790|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-10-26T06:28:56.684Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-10-26T06:28:56.684Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-26T06:28:56.686Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T06:28:56.686Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "99d17dbb-1202-48cc-85e8-34806c7e0790",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666765736683,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-10-26T06:28:56.786Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-26T06:28:56.787Z||pool-83-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-26T06:28:56.788Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UznQRm24lRJQei1Q) ...
2022-10-26T06:28:56.802Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:28:56.802Z||pool-83-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-26T06:28:57.688Z|99d17dbb-1202-48cc-85e8-34806c7e0790|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-10-26T06:28:57.689Z|99d17dbb-1202-48cc-85e8-34806c7e0790|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-10-26T06:28:57.689Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-26T06:28:57.689Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-26T06:28:57.691Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T06:28:57.691Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "99d17dbb-1202-48cc-85e8-34806c7e0790",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666765737688,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-26T06:28:57.791Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-26T06:28:57.792Z||pool-84-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-26T06:28:57.792Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UznQRm24lRJQei1Q) ...
2022-10-26T06:28:57.805Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:28:57.805Z||pool-84-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-10-26T06:28:58.692Z|99d17dbb-1202-48cc-85e8-34806c7e0790|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-10-26T06:28:58.693Z|99d17dbb-1202-48cc-85e8-34806c7e0790|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-10-26T06:28:58.693Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-26T06:28:58.694Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-26T06:28:58.696Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T06:28:58.696Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "99d17dbb-1202-48cc-85e8-34806c7e0790",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666765738692,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-10-26T06:28:58.797Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-26T06:28:58.799Z||pool-85-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-26T06:28:58.799Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UznQRm24lRJQei1Q) ...
2022-10-26T06:28:58.812Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:28:58.812Z||pool-85-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-26T06:28:59.697Z|99d17dbb-1202-48cc-85e8-34806c7e0790|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-10-26T06:28:59.698Z|99d17dbb-1202-48cc-85e8-34806c7e0790|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-10-26T06:28:59.698Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-26T06:28:59.699Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-26T06:28:59.700Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T06:28:59.700Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "99d17dbb-1202-48cc-85e8-34806c7e0790",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666765739697,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-10-26T06:28:59.802Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-10-26T06:28:59.803Z||pool-86-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-26T06:28:59.803Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UznQRm24lRJQei1Q) ...
2022-10-26T06:28:59.814Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:28:59.814Z||pool-86-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-10-26T06:29:00.701Z|99d17dbb-1202-48cc-85e8-34806c7e0790|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-10-26T06:29:00.702Z|99d17dbb-1202-48cc-85e8-34806c7e0790|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-10-26T06:29:00.702Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-26T06:29:00.703Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-26T06:29:00.704Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T06:29:00.705Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "99d17dbb-1202-48cc-85e8-34806c7e0790",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666765740701,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-26T06:29:00.805Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-26T06:29:00.806Z||pool-87-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-26T06:29:00.806Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UznQRm24lRJQei1Q) ...
2022-10-26T06:29:00.818Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:29:00.818Z||pool-87-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-26T06:29:01.706Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 99d17dbb-1202-48cc-85e8-34806c7e0790
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-26T06:29:01.718Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 99d17dbb-1202-48cc-85e8-34806c7e0790
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-26T06:29:01.721Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-26T06:29:01.721Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-26T06:29:01.721Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-10-26T06:29:01.722Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-10-26T06:29:01.722Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-26T06:29:01.722Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-26T06:29:01.722Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-26T06:29:01.722Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-26T06:29:01.723Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-26T06:29:01.723Z|99d17dbb-1202-48cc-85e8-34806c7e0790|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-10-26T06:29:01.728Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-10-26T06:29:31.728Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 99d17dbb-1202-48cc-85e8-34806c7e0790 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-10-26T06:29:31.734Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 99d17dbb-1202-48cc-85e8-34806c7e0790 and serviceModelVersionId: 85a645c1-6d3f-4a90-adef-8776394bc9f8
2022-10-26T06:29:31.734Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 044d7d97-d5aa-4a8e-9696-7406ad4e775f
2022-10-26T06:29:31.735Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/044d7d97-d5aa-4a8e-9696-7406ad4e775f/model-vers/model-ver/85a645c1-6d3f-4a90-adef-8776394bc9f8?depth=0
2022-10-26T06:29:31.739Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-10-26T06:29:31.784Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/044d7d97-d5aa-4a8e-9696-7406ad4e775f/model-vers/model-ver/85a645c1-6d3f-4a90-adef-8776394bc9f8?depth=0|INFO|500||Invoke
2022-10-26T06:29:31.784Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/044d7d97-d5aa-4a8e-9696-7406ad4e775f/model-vers/model-ver/85a645c1-6d3f-4a90-adef-8776394bc9f8?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/044d7d97-d5aa-4a8e-9696-7406ad4e775f/model-vers/model-ver/85a645c1-6d3f-4a90-adef-8776394bc9f8?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[99d17dbb-1202-48cc-85e8-34806c7e0790], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a67e8944-6913-41f1-9747-f03b33433fe1], X-ECOMP-RequestID=[99d17dbb-1202-48cc-85e8-34806c7e0790], X-TransactionId=[], X-ONAP-RequestID=[99d17dbb-1202-48cc-85e8-34806c7e0790], Content-Type=[application/merge-patch+json]}
2022-10-26T06:29:31.805Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/044d7d97-d5aa-4a8e-9696-7406ad4e775f/model-vers/model-ver/85a645c1-6d3f-4a90-adef-8776394bc9f8?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-10-26T06:29:31.899Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/044d7d97-d5aa-4a8e-9696-7406ad4e775f/model-vers/model-ver/85a645c1-6d3f-4a90-adef-8776394bc9f8?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/044d7d97-d5aa-4a8e-9696-7406ad4e775f/model-vers/model-ver/85a645c1-6d3f-4a90-adef-8776394bc9f8?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221026-06:29:31:119-45611], vertex-id=[208920], Content-Length=[0], Date=[Wed, 26 Oct 2022 06:29:31 GMT], Content-Type=[application/json]}
2022-10-26T06:29:31.899Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/044d7d97-d5aa-4a8e-9696-7406ad4e775f/model-vers/model-ver/85a645c1-6d3f-4a90-adef-8776394bc9f8?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-10-26T06:29:31.900Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/044d7d97-d5aa-4a8e-9696-7406ad4e775f/model-vers/model-ver/85a645c1-6d3f-4a90-adef-8776394bc9f8?depth=0|INFO|500||InvokeReturn
2022-10-26T06:29:31.901Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-10-26T06:29:31.901Z|99d17dbb-1202-48cc-85e8-34806c7e0790|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-10-26T06:29:31.907Z|99d17dbb-1202-48cc-85e8-34806c7e0790|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-10-26T06:29:31.907Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 99d17dbb-1202-48cc-85e8-34806c7e0790 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-10-26T06:29:31.907Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-10-26T06:29:31.907Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-26T06:29:31.909Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T06:29:31.910Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "99d17dbb-1202-48cc-85e8-34806c7e0790",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666765771907,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-26T06:29:32.009Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-26T06:29:32.010Z||pool-88-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-26T06:29:32.010Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UznQRm24lRJQei1Q) ...
2022-10-26T06:29:32.026Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:29:32.026Z||pool-88-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-10-26T06:29:32.921Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T06:29:32.922Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T06:29:32.922Z|99d17dbb-1202-48cc-85e8-34806c7e0790|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 UznQRm24lRJQei1Q) ...
2022-10-26T06:29:36.947Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T06:29:36.948Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T06:29:36.948Z||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 UznQRm24lRJQei1Q) ...
2022-10-26T06:29:36.975Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:29:36.975Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-26T06:29:36.975Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae7b647d-5df7-42ff-a83f-5b1ce8478d60",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666765717218,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-26T06:29:36.976Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T06:29:43.192Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:29:43.193Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T06:29:43.193Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T06:29:43.193Z|99d17dbb-1202-48cc-85e8-34806c7e0790|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 UznQRm24lRJQei1Q) ...
2022-10-26T06:29:52.765Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:29:52.765Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T06:29:52.766Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T06:29:52.766Z|99d17dbb-1202-48cc-85e8-34806c7e0790|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 UznQRm24lRJQei1Q) ...
2022-10-26T06:30:02.347Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:30:02.347Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T06:30:02.348Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T06:30:02.348Z|99d17dbb-1202-48cc-85e8-34806c7e0790|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 UznQRm24lRJQei1Q) ...
2022-10-26T06:30:11.906Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:30:11.907Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T06:30:11.908Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T06:30:11.908Z|99d17dbb-1202-48cc-85e8-34806c7e0790|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 UznQRm24lRJQei1Q) ...
2022-10-26T06:30:21.471Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:30:36.944Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T06:30:36.945Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T06:30:36.945Z|99d17dbb-1202-48cc-85e8-34806c7e0790|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 UznQRm24lRJQei1Q) ...
2022-10-26T06:30:36.947Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T06:30:36.947Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T06:30:36.947Z||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 UznQRm24lRJQei1Q) ...
2022-10-26T06:30:37.469Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:30:37.470Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-26T06:30:37.470Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99d17dbb-1202-48cc-85e8-34806c7e0790",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666765476944,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:30:37.471Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:30:37.471Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-26T06:30:37.471Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99d17dbb-1202-48cc-85e8-34806c7e0790",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666765476944,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-10-26T06:30:37.471Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:30:37.471Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-26T06:30:37.471Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99d17dbb-1202-48cc-85e8-34806c7e0790",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666765476944,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-10-26T06:30:37.471Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:30:37.472Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-26T06:30:37.472Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99d17dbb-1202-48cc-85e8-34806c7e0790",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666765476944,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-10-26T06:30:37.472Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:30:37.472Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-26T06:30:37.472Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99d17dbb-1202-48cc-85e8-34806c7e0790",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666765476944,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-10-26T06:30:37.472Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:30:37.472Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-26T06:30:37.472Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99d17dbb-1202-48cc-85e8-34806c7e0790",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666765476944,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:30:37.472Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:30:37.472Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-26T06:30:37.473Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99d17dbb-1202-48cc-85e8-34806c7e0790",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666765476944,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-10-26T06:30:37.473Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:30:37.473Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-26T06:30:37.473Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99d17dbb-1202-48cc-85e8-34806c7e0790",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666765476944,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:30:37.473Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:30:37.473Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-26T06:30:37.473Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99d17dbb-1202-48cc-85e8-34806c7e0790",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666765476944,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-10-26T06:30:37.473Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:30:37.473Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-26T06:30:37.473Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99d17dbb-1202-48cc-85e8-34806c7e0790",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666765727762,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-26T06:30:37.474Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T06:30:37.474Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-26T06:30:37.474Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99d17dbb-1202-48cc-85e8-34806c7e0790",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666765730322,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-10-26T06:30:37.474Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T06:30:37.474Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-26T06:30:37.474Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99d17dbb-1202-48cc-85e8-34806c7e0790",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666765731389,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-10-26T06:30:37.474Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T06:30:37.474Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-26T06:30:37.474Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99d17dbb-1202-48cc-85e8-34806c7e0790",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666765732447,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-26T06:30:37.474Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T06:30:37.474Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-26T06:30:37.474Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99d17dbb-1202-48cc-85e8-34806c7e0790",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666765733507,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-26T06:30:37.475Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T06:30:37.475Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-26T06:30:37.475Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99d17dbb-1202-48cc-85e8-34806c7e0790",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666765734563,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-10-26T06:30:37.475Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T06:30:37.475Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-26T06:30:37.475Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99d17dbb-1202-48cc-85e8-34806c7e0790",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666765735670,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-10-26T06:30:37.475Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T06:30:37.475Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-26T06:30:37.475Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99d17dbb-1202-48cc-85e8-34806c7e0790",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666765736683,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-10-26T06:30:37.476Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T06:30:37.476Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-26T06:30:37.476Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99d17dbb-1202-48cc-85e8-34806c7e0790",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666765737688,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-26T06:30:37.476Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T06:30:37.476Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-26T06:30:37.476Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99d17dbb-1202-48cc-85e8-34806c7e0790",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666765738692,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-10-26T06:30:37.476Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T06:30:37.476Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-26T06:30:37.476Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99d17dbb-1202-48cc-85e8-34806c7e0790",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666765739697,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-10-26T06:30:37.476Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T06:30:37.476Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-26T06:30:37.477Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99d17dbb-1202-48cc-85e8-34806c7e0790",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666765740701,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-26T06:30:37.477Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T06:30:37.477Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-26T06:30:37.477Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99d17dbb-1202-48cc-85e8-34806c7e0790",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666765771907,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-26T06:30:37.477Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T06:30:46.504Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:31:36.944Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T06:31:36.945Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T06:31:36.945Z|99d17dbb-1202-48cc-85e8-34806c7e0790|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 UznQRm24lRJQei1Q) ...
2022-10-26T06:31:36.947Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T06:31:36.947Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T06:31:36.947Z||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 UznQRm24lRJQei1Q) ...
2022-10-26T06:31:46.513Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:31:46.521Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:32:36.944Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T06:32:36.946Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T06:32:36.946Z|99d17dbb-1202-48cc-85e8-34806c7e0790|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 UznQRm24lRJQei1Q) ...
2022-10-26T06:32:36.947Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T06:32:36.947Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T06:32:36.947Z||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 UznQRm24lRJQei1Q) ...
2022-10-26T06:32:46.496Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:32:46.500Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:33:36.944Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T06:33:36.946Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T06:33:36.946Z|99d17dbb-1202-48cc-85e8-34806c7e0790|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 UznQRm24lRJQei1Q) ...
2022-10-26T06:33:36.947Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T06:33:36.947Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T06:33:36.947Z||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 UznQRm24lRJQei1Q) ...
2022-10-26T06:33:46.503Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:33:46.504Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:34:36.944Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T06:34:36.946Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T06:34:36.946Z|99d17dbb-1202-48cc-85e8-34806c7e0790|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 UznQRm24lRJQei1Q) ...
2022-10-26T06:34:36.947Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T06:34:36.947Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T06:34:36.947Z||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 UznQRm24lRJQei1Q) ...
2022-10-26T06:34:46.496Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:34:46.534Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:35:36.944Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T06:35:36.945Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T06:35:36.945Z|99d17dbb-1202-48cc-85e8-34806c7e0790|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 UznQRm24lRJQei1Q) ...
2022-10-26T06:35:36.947Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T06:35:36.947Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T06:35:36.947Z||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 UznQRm24lRJQei1Q) ...
2022-10-26T06:35:46.496Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:35:46.513Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:36:36.944Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T06:36:36.945Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T06:36:36.945Z|99d17dbb-1202-48cc-85e8-34806c7e0790|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 UznQRm24lRJQei1Q) ...
2022-10-26T06:36:36.947Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T06:36:36.947Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T06:36:36.947Z||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 UznQRm24lRJQei1Q) ...
2022-10-26T06:36:46.497Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:36:46.515Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:37:36.946Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T06:37:36.947Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T06:37:36.947Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T06:37:36.947Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T06:37:36.947Z|99d17dbb-1202-48cc-85e8-34806c7e0790|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 UznQRm24lRJQei1Q) ...
2022-10-26T06:37:36.947Z||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 UznQRm24lRJQei1Q) ...
2022-10-26T06:37:46.536Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:37:46.538Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:38:36.946Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T06:38:36.947Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T06:38:36.947Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T06:38:36.947Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T06:38:36.947Z||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 UznQRm24lRJQei1Q) ...
2022-10-26T06:38:36.947Z|99d17dbb-1202-48cc-85e8-34806c7e0790|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 UznQRm24lRJQei1Q) ...
2022-10-26T06:38:46.502Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:38:46.504Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:39:36.944Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T06:39:36.945Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T06:39:36.945Z|99d17dbb-1202-48cc-85e8-34806c7e0790|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 UznQRm24lRJQei1Q) ...
2022-10-26T06:39:36.947Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T06:39:36.947Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T06:39:36.948Z||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 UznQRm24lRJQei1Q) ...
2022-10-26T06:39:46.513Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:39:46.523Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:40:36.944Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T06:40:36.947Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T06:40:36.947Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T06:40:36.947Z|99d17dbb-1202-48cc-85e8-34806c7e0790|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 UznQRm24lRJQei1Q) ...
2022-10-26T06:40:36.947Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T06:40:36.948Z||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 UznQRm24lRJQei1Q) ...
2022-10-26T06:40:46.510Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:40:46.512Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:41:36.944Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T06:41:36.945Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T06:41:36.945Z|99d17dbb-1202-48cc-85e8-34806c7e0790|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 UznQRm24lRJQei1Q) ...
2022-10-26T06:41:36.947Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T06:41:36.947Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T06:41:36.948Z||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 UznQRm24lRJQei1Q) ...
2022-10-26T06:41:46.500Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:41:46.532Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:42:36.944Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T06:42:36.945Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T06:42:36.945Z|99d17dbb-1202-48cc-85e8-34806c7e0790|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 UznQRm24lRJQei1Q) ...
2022-10-26T06:42:36.947Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T06:42:36.947Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T06:42:36.947Z||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 UznQRm24lRJQei1Q) ...
2022-10-26T06:42:46.536Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:42:46.539Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:43:36.944Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T06:43:36.945Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T06:43:36.945Z|99d17dbb-1202-48cc-85e8-34806c7e0790|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 UznQRm24lRJQei1Q) ...
2022-10-26T06:43:36.947Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T06:43:36.947Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T06:43:36.947Z||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 UznQRm24lRJQei1Q) ...
2022-10-26T06:43:46.503Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:43:46.509Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:44:36.944Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T06:44:36.944Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T06:44:36.944Z|99d17dbb-1202-48cc-85e8-34806c7e0790|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 UznQRm24lRJQei1Q) ...
2022-10-26T06:44:36.946Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T06:44:36.948Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T06:44:36.948Z||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 UznQRm24lRJQei1Q) ...
2022-10-26T06:44:46.546Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:44:46.555Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:45:36.944Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T06:45:36.945Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T06:45:36.945Z|99d17dbb-1202-48cc-85e8-34806c7e0790|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 UznQRm24lRJQei1Q) ...
2022-10-26T06:45:36.947Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T06:45:36.947Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T06:45:36.947Z||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 UznQRm24lRJQei1Q) ...
2022-10-26T06:45:46.505Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:45:46.536Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:46:36.944Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T06:46:36.945Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T06:46:36.945Z|99d17dbb-1202-48cc-85e8-34806c7e0790|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 UznQRm24lRJQei1Q) ...
2022-10-26T06:46:36.947Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T06:46:36.947Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T06:46:36.947Z||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 UznQRm24lRJQei1Q) ...
2022-10-26T06:46:37.081Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:46:37.276Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:46:37.276Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9",
  "consumerID": "aai-ml",
  "timestamp": 1666766756422,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:46:37.278Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:46:37.278Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:46:37.278Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666766752982,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:46:37.278Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:46:37.278Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:46:37.278Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666766752982,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-10-26T06:46:37.278Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:46:37.278Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:46:37.279Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9",
  "consumerID": "aai-ml",
  "timestamp": 1666766756422,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:46:37.279Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:46:37.279Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:46:37.279Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666766752982,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-10-26T06:46:37.279Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:46:37.279Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:46:37.279Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9",
  "consumerID": "aai-ml",
  "timestamp": 1666766756422,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:46:37.279Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:46:37.279Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:46:37.279Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666766752982,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:46:37.280Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:46:37.280Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:46:37.280Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9",
  "consumerID": "aai-ml",
  "timestamp": 1666766756422,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:46:37.280Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:46:37.280Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:46:37.280Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666766752982,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-10-26T06:46:37.280Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:46:37.280Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:46:37.280Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9",
  "consumerID": "aai-ml",
  "timestamp": 1666766756422,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:46:37.280Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:46:37.280Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:46:37.281Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666766766021,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:46:37.281Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:46:37.281Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:46:37.281Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666766752982,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-10-26T06:46:37.281Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:46:37.281Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:46:37.281Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9",
  "consumerID": "aai-ml",
  "timestamp": 1666766756422,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:46:37.281Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:46:37.281Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:46:37.281Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666766766021,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:46:37.282Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:46:37.282Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:46:37.282Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9",
  "consumerID": "cds",
  "timestamp": 1666766767061,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:46:37.282Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:46:37.282Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:46:37.282Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9",
  "consumerID": "aai-ml",
  "timestamp": 1666766756422,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:46:37.282Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:46:37.282Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:46:37.282Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666766752982,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-10-26T06:46:37.282Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:46:37.283Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:46:37.283Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666766766021,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:46:37.283Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:46:37.283Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:46:37.283Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9",
  "consumerID": "cds",
  "timestamp": 1666766767061,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:46:37.283Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:46:37.283Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:46:37.283Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9",
  "consumerID": "aai-ml",
  "timestamp": 1666766756422,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:46:37.283Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:46:37.283Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:46:37.284Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666766752982,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:46:37.284Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:46:37.284Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:46:37.284Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666766766021,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:46:37.284Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:46:37.284Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:46:37.284Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9",
  "consumerID": "cds",
  "timestamp": 1666766767061,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:46:37.284Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:46:37.284Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:46:37.284Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9",
  "consumerID": "aai-ml",
  "timestamp": 1666766756422,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:46:37.285Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:46:37.285Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:46:37.285Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666766752982,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:46:37.285Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:46:37.285Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:46:37.285Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666766766021,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:46:37.285Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:46:37.285Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:46:37.285Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9",
  "consumerID": "cds",
  "timestamp": 1666766767061,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:46:37.286Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:46:37.286Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:46:37.286Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9",
  "consumerID": "aai-ml",
  "timestamp": 1666766756422,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-26T06:46:37.286Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:46:37.286Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:46:37.286Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666766752982,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-26T06:46:37.286Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:46:37.286Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:46:37.286Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666766766021,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:46:37.286Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:46:37.287Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:46:37.287Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9",
  "consumerID": "cds",
  "timestamp": 1666766767061,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:46:37.287Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:46:37.287Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:46:37.287Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666766772483,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-26T06:46:37.287Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T06:46:37.288Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:46:37.288Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9",
  "consumerID": "aai-ml",
  "timestamp": 1666766773667,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-26T06:46:37.288Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T06:46:37.288Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:46:37.288Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666766766021,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:46:37.288Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:46:37.288Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:46:37.288Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9",
  "consumerID": "cds",
  "timestamp": 1666766767061,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:46:37.288Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:46:37.288Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:46:37.289Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666766766021,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:46:37.289Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:46:37.289Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:46:37.289Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666766773574,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-26T06:46:37.289Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T06:46:37.289Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:46:37.289Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9",
  "consumerID": "cds",
  "timestamp": 1666766767061,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:46:37.289Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:46:37.289Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:46:37.289Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666766766021,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:46:37.290Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:46:37.290Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:46:37.290Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666766774651,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-10-26T06:46:37.290Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T06:46:37.290Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:46:37.290Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9",
  "consumerID": "cds",
  "timestamp": 1666766767061,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:46:37.290Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:46:37.291Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:46:37.291Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666766775614,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:46:37.291Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:46:37.291Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:46:37.291Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666766766021,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:46:37.291Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:46:37.291Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:46:37.291Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666766775717,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-10-26T06:46:37.291Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T06:46:37.292Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:46:37.292Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9",
  "consumerID": "cds",
  "timestamp": 1666766767061,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:46:37.292Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:46:37.292Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:46:37.292Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666766775614,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:46:37.292Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:46:37.292Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:46:37.292Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9",
  "consumerID": "cds",
  "timestamp": 1666766767061,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-26T06:46:37.292Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:46:37.292Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:46:37.293Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666766776788,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-26T06:46:37.312Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9
2022-10-26T06:46:37.312Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-26T06:46:37.319Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:46:37.320Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666766775614,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:46:37.320Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:46:37.320Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:46:37.320Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666766777791,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-26T06:46:37.320Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T06:46:37.320Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:46:37.320Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9",
  "consumerID": "cds",
  "timestamp": 1666766777851,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-26T06:46:37.321Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T06:46:37.321Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:46:37.321Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666766775614,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:46:37.321Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:46:37.321Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:46:37.321Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666766775614,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:46:37.321Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:46:37.321Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:46:37.321Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666766778797,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:46:37.321Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:46:37.322Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:46:37.322Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666766775614,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:46:37.322Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:46:37.322Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:46:37.322Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666766778797,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-10-26T06:46:37.322Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:46:37.322Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:46:37.322Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9",
  "consumerID": "cds",
  "timestamp": 1666766780700,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-26T06:46:37.327Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9
2022-10-26T06:46:37.327Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-26T06:46:37.334Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:46:37.334Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666766775614,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:46:37.334Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:46:37.334Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:46:37.334Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666766778797,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-10-26T06:46:37.334Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:46:37.334Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:46:37.334Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666766775614,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:46:37.335Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:46:37.335Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:46:37.335Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9",
  "consumerID": "aai-ml",
  "timestamp": 1666766783116,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-26T06:46:37.335Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T06:46:37.335Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:46:37.335Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666766778797,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:46:37.335Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:46:37.335Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:46:37.335Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1",
  "consumerID": "cds",
  "timestamp": 1666766782061,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:46:37.335Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:46:37.335Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:46:37.336Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666766775614,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:46:37.336Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:46:37.336Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:46:37.336Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9",
  "consumerID": "aai-ml",
  "timestamp": 1666766784122,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-26T06:46:37.340Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9
2022-10-26T06:46:37.340Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-26T06:46:37.350Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:46:37.350Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666766778797,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-10-26T06:46:37.350Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:46:37.350Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:46:37.350Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1",
  "consumerID": "cds",
  "timestamp": 1666766782061,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:46:37.350Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:46:37.350Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:46:37.350Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666766775614,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-26T06:46:37.350Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:46:37.351Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:46:37.351Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666766778797,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:46:37.351Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:46:37.351Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:46:37.351Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1",
  "consumerID": "cds",
  "timestamp": 1666766782061,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:46:37.351Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:46:37.351Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:46:37.351Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666766786405,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-26T06:46:37.351Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T06:46:37.351Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:46:37.351Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666766778797,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:46:37.352Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:46:37.352Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:46:37.352Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1",
  "consumerID": "cds",
  "timestamp": 1666766782061,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:46:37.352Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:46:37.352Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:46:37.352Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1",
  "consumerID": "aai-ml",
  "timestamp": 1666766786422,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:46:37.352Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:46:37.352Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:46:37.352Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666766778797,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-26T06:46:37.352Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:46:37.353Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:46:37.353Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666766786021,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:46:37.353Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:46:37.353Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:46:37.353Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1",
  "consumerID": "cds",
  "timestamp": 1666766782061,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:46:37.353Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:46:37.353Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:46:37.353Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1",
  "consumerID": "aai-ml",
  "timestamp": 1666766786422,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:46:37.353Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:46:37.353Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:46:37.354Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666766788683,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-26T06:46:37.354Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T06:46:37.354Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:46:37.354Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666766786021,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:46:37.354Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:46:37.354Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:46:37.354Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666766787617,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-26T06:46:37.355Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T06:46:37.355Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:46:37.355Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1",
  "consumerID": "cds",
  "timestamp": 1666766782061,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:46:37.355Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:46:37.355Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:46:37.355Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1",
  "consumerID": "aai-ml",
  "timestamp": 1666766786422,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:46:37.355Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:46:37.355Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:46:37.355Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666766789686,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-26T06:46:37.360Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9
2022-10-26T06:46:37.360Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-26T06:46:37.369Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:46:37.369Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666766786021,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:46:37.369Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:46:37.369Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:46:37.369Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666766788684,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-26T06:46:37.369Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T06:46:37.369Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:46:37.369Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1",
  "consumerID": "cds",
  "timestamp": 1666766782061,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:46:37.370Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:46:37.370Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:46:37.370Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1",
  "consumerID": "aai-ml",
  "timestamp": 1666766786422,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:46:37.370Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:46:37.370Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:46:37.370Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666766775614,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:46:37.370Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:46:37.370Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:46:37.370Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666766786021,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:46:37.371Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:46:37.371Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:46:37.371Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666766789748,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-10-26T06:46:37.371Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T06:46:37.371Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:46:37.371Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1",
  "consumerID": "cds",
  "timestamp": 1666766782061,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-26T06:46:37.371Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:46:37.371Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:46:37.371Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1",
  "consumerID": "aai-ml",
  "timestamp": 1666766786422,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:46:37.371Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:46:37.372Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:46:37.372Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666766775614,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:46:37.372Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:46:37.372Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:46:37.372Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666766786021,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:46:37.372Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:46:37.372Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:46:37.372Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666766790768,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-26T06:46:37.383Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1
2022-10-26T06:46:37.383Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-26T06:46:37.390Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:46:37.390Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1",
  "consumerID": "cds",
  "timestamp": 1666766790899,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-26T06:46:37.390Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T06:46:37.390Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:46:37.390Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1",
  "consumerID": "aai-ml",
  "timestamp": 1666766786422,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:46:37.390Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:46:37.390Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:46:37.391Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666766775614,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:46:37.391Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:46:37.391Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:46:37.391Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666766786021,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:46:37.391Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:46:37.391Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:46:37.391Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666766791771,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-26T06:46:37.391Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T06:46:37.391Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:46:37.391Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1",
  "consumerID": "aai-ml",
  "timestamp": 1666766786422,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:46:37.392Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:46:37.392Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:46:37.392Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1",
  "consumerID": "cds",
  "timestamp": 1666766792268,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-26T06:46:37.396Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1
2022-10-26T06:46:37.396Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-26T06:46:37.404Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:46:37.404Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666766775614,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:46:37.404Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:46:37.404Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:46:37.404Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666766786021,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:46:37.404Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:46:37.404Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:46:37.404Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1",
  "consumerID": "aai-ml",
  "timestamp": 1666766786422,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-26T06:46:37.405Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:46:37.405Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:46:37.405Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666766775614,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:46:37.405Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:46:37.405Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:46:37.405Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666766786021,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:46:37.405Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:46:37.405Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:46:37.405Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1",
  "consumerID": "aai-ml",
  "timestamp": 1666766795189,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-26T06:46:37.405Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T06:46:37.406Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:46:37.406Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666766775614,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:46:37.406Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:46:37.583Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:46:37.584Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T06:46:37.584Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"873759df-9805-4623-91d5-d7889e1e3678","serviceDescription":"service","serviceInvariantUUID":"ade0bebe-571b-48dd-88c7-80c0e3867a9f","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"efe964ab-ce0f-4d59-b37f-8718019538d1","resourceInvariantUUID":"87c273fa-299c-4c23-b54f-ffa51d59ea08","resourceCustomizationUUID":"b88f7d3d-ca9d-46c5-a70f-038cb0fdd136","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":"MDJjZjhlYWE2MmY3YjA2M2I0YjVlZWYxZThhNmM3OGI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"89bd652f-3dc9-480e-9366-26ae0cc70b80","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":"NjgxOTE3MTA2MzM3M2E4YTBiMGQ3MGUzMjM2MzgxMWQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c8cb19d7-229e-4382-8b10-6d303cad01e2","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":"fe378607-8e0b-48db-8332-d4e06bef148f","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":"24ac230d-8383-460e-931b-9a3a6b6ed9c5","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":"5cf429c4-2dfd-409d-8279-f0a1dbe7b788","artifactVersion":"2","generatedFromUUID":"1f4f03f5-9d63-4a4e-9409-89479e462548"},{"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":"5315f6c0-8d06-42d7-ac68-7fc61daf3f38","artifactVersion":"2","generatedFromUUID":"fe378607-8e0b-48db-8332-d4e06bef148f"},{"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":"1f4f03f5-9d63-4a4e-9409-89479e462548","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":"c4b293da-f597-45aa-a7ca-d5829c5b0641","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":"MWYxYjI5MDgwNmVmNzQ4ZGY3OTAzYmFkYjAzY2Q2YTA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0ac0f734-593c-4cbc-9c56-ad4e81264105","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"NmUwMjllZWVkZTE5YTg2OWIxZmE5OTA3OWFhYmFiOGQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0fe69cd8-9069-48ba-b5f8-1bdbe5054b2b","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-26T06:46:37.587Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-26T06:46:37.588Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-26T06:46:37.592Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T06:46:37.593Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666766796944,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:46:37.693Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-26T06:46:37.694Z||pool-89-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-26T06:46:37.694Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UznQRm24lRJQei1Q) ...
2022-10-26T06:46:37.706Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:46:37.706Z||pool-89-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-26T06:46:38.593Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-26T06:46:38.594Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-26T06:46:38.597Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T06:46:38.597Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666766796944,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-10-26T06:46:38.697Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-26T06:46:38.698Z||pool-90-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-26T06:46:38.699Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UznQRm24lRJQei1Q) ...
2022-10-26T06:46:38.718Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:46:38.719Z||pool-90-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-10-26T06:46:39.598Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-26T06:46:39.599Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-26T06:46:39.601Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T06:46:39.601Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666766796944,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-10-26T06:46:39.701Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-26T06:46:39.702Z||pool-91-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-26T06:46:39.703Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UznQRm24lRJQei1Q) ...
2022-10-26T06:46:39.735Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:46:39.735Z||pool-91-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":1,"count":1}
2022-10-26T06:46:40.602Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-26T06:46:40.603Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-26T06:46:40.606Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T06:46:40.606Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666766796944,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:46:40.706Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-26T06:46:40.707Z||pool-92-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-26T06:46:40.708Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UznQRm24lRJQei1Q) ...
2022-10-26T06:46:40.721Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:46:40.722Z||pool-92-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-10-26T06:46:41.606Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-26T06:46:41.608Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-26T06:46:41.610Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T06:46:41.610Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666766796944,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-10-26T06:46:41.710Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-26T06:46:41.711Z||pool-93-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-26T06:46:41.711Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UznQRm24lRJQei1Q) ...
2022-10-26T06:46:41.722Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:46:41.723Z||pool-93-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-26T06:46:42.611Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-26T06:46:42.611Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-26T06:46:42.614Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T06:46:42.614Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666766796944,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-10-26T06:46:42.714Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-26T06:46:42.715Z||pool-94-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-26T06:46:42.715Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UznQRm24lRJQei1Q) ...
2022-10-26T06:46:42.727Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:46:42.728Z||pool-94-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-26T06:46:43.615Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-26T06:46:43.616Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-26T06:46:43.618Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T06:46:43.618Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666766796944,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-10-26T06:46:43.718Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-26T06:46:43.720Z||pool-95-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-26T06:46:43.720Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UznQRm24lRJQei1Q) ...
2022-10-26T06:46:43.770Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:46:43.771Z||pool-95-thread-1|||||INFO|500||cambria reply ok (52 ms):{"serverTimeMs":1,"count":1}
2022-10-26T06:46:44.619Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-26T06:46:44.620Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-26T06:46:44.622Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T06:46:44.622Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666766796944,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:46:44.722Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-26T06:46:44.723Z||pool-96-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-26T06:46:44.724Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UznQRm24lRJQei1Q) ...
2022-10-26T06:46:44.737Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:46:44.737Z||pool-96-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-26T06:46:45.622Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-26T06:46:45.623Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-26T06:46:45.626Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T06:46:45.626Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666766796944,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:46:45.726Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-26T06:46:45.727Z||pool-97-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-26T06:46:45.727Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UznQRm24lRJQei1Q) ...
2022-10-26T06:46:45.738Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:46:45.739Z||pool-97-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-26T06:46:46.626Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-26T06:46:46.627Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-26T06:46:46.629Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T06:46:46.630Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666766796944,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-26T06:46:46.730Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-26T06:46:46.731Z||pool-98-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-26T06:46:46.731Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UznQRm24lRJQei1Q) ...
2022-10-26T06:46:46.756Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:46:46.756Z||pool-98-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1}
2022-10-26T06:46:47.631Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "873759df-9805-4623-91d5-d7889e1e3678",
  "serviceDescription": "service",
  "serviceInvariantUUID": "ade0bebe-571b-48dd-88c7-80c0e3867a9f",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "b88f7d3d-ca9d-46c5-a70f-038cb0fdd136",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "efe964ab-ce0f-4d59-b37f-8718019538d1",
      "resourceInvariantUUID": "87c273fa-299c-4c23-b54f-ffa51d59ea08",
      "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": "NjgxOTE3MTA2MzM3M2E4YTBiMGQ3MGUzMjM2MzgxMWQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "c8cb19d7-229e-4382-8b10-6d303cad01e2",
          "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": "fe378607-8e0b-48db-8332-d4e06bef148f",
          "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": "5315f6c0-8d06-42d7-ac68-7fc61daf3f38",
            "generatedFromUUID": "fe378607-8e0b-48db-8332-d4e06bef148f"
          },
          "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": "5cf429c4-2dfd-409d-8279-f0a1dbe7b788",
          "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": "5315f6c0-8d06-42d7-ac68-7fc61daf3f38",
          "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": "1f4f03f5-9d63-4a4e-9409-89479e462548",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "NmUwMjllZWVkZTE5YTg2OWIxZmE5OTA3OWFhYmFiOGQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "0fe69cd8-9069-48ba-b5f8-1bdbe5054b2b"
    }
  ],
  "workloadContext": "Production"
}
2022-10-26T06:46:47.632Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-26T06:46:47.632Z|99d17dbb-1202-48cc-85e8-34806c7e0790|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 873759df-9805-4623-91d5-d7889e1e3678 ASDC
2022-10-26T06:46:47.633Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:873759df-9805-4623-91d5-d7889e1e3678
ServiceInvariantUUID:ade0bebe-571b-48dd-88c7-80c0e3867a9f
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:0fe69cd8-9069-48ba-b5f8-1bdbe5054b2b
ArtifactChecksum:NmUwMjllZWVkZTE5YTg2OWIxZmE5OTA3OWFhYmFiOGQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:b88f7d3d-ca9d-46c5-a70f-038cb0fdd136
ResourceInvariantUUID:87c273fa-299c-4c23-b54f-ffa51d59ea08
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:efe964ab-ce0f-4d59-b37f-8718019538d1
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:c8cb19d7-229e-4382-8b10-6d303cad01e2
ArtifactChecksum:NjgxOTE3MTA2MzM3M2E4YTBiMGQ3MGUzMjM2MzgxMWQ=
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:fe378607-8e0b-48db-8332-d4e06bef148f
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:5315f6c0-8d06-42d7-ac68-7fc61daf3f38
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:5cf429c4-2dfd-409d-8279-f0a1dbe7b788
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:5315f6c0-8d06-42d7-ac68-7fc61daf3f38
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:1f4f03f5-9d63-4a4e-9409-89479e462548
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-10-26T06:46:47.634Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 873759df-9805-4623-91d5-d7889e1e3678 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-10-26T06:46:47.669Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-26T06:46:47.670Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-10-26T06:46:47.670Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-10-26T06:46:47.670Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 0fe69cd8-9069-48ba-b5f8-1bdbe5054b2b from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-10-26T06:46:47.671Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-10-26T06:46:47.671Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|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-10-26T06:46:47.753Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-10-26T06:46:47.761Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 0fe69cd8-9069-48ba-b5f8-1bdbe5054b2b 162978
2022-10-26T06:46:47.762Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|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-10-26T06:46:47.762Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|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-10-26T06:46:47.762Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-26T06:46:47.762Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-26T06:46:47.764Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T06:46:47.765Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666766807762,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-26T06:46:47.865Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-26T06:46:47.866Z||pool-99-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-26T06:46:47.866Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UznQRm24lRJQei1Q) ...
2022-10-26T06:46:47.883Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:46:47.884Z||pool-99-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-10-26T06:46:48.765Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-26T06:46:48.766Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-10-26T06:46:48.766Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 0fe69cd8-9069-48ba-b5f8-1bdbe5054b2b, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-10-26T06:46:48.767Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2022-10-26T06:46:48.767Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-10-26T06:46:48.767Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-10-26T06:46:48.991Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10983833666347618387/Definitions/service-BasicCnfMacro-template.yml
Log warning: The required parameter "compute_dummy_base_name" is not provided
2022-10-26T06:46:50.216Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-26T06:46:50.217Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-10-26T06:46:50.217Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-10-26T06:46:50.217Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-10-26T06:46:50.218Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|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-10-26T06:46:50.218Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|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-10-26T06:46:50.218Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|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-10-26T06:46:50.218Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|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-10-26T06:46:50.218Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-10-26T06:46:50.218Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T06:46:50.219Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|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-10-26T06:46:50.219Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-10-26T06:46:50.219Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-10-26T06:46:50.220Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|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-10-26T06:46:50.220Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T06:46:50.220Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|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-10-26T06:46:50.220Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-10-26T06:46:50.220Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-10-26T06:46:50.221Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|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-10-26T06:46:50.221Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T06:46:50.221Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|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-10-26T06:46:50.221Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T06:46:50.221Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-10-26T06:46:50.222Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2022-10-26T06:46:50.222Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|pool-2-thread-9|||||DEBUG|500||Node template dummy_base is not matching search criteria
2022-10-26T06:46:50.222Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-10-26T06:46:50.222Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T06:46:50.222Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|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-10-26T06:46:50.223Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T06:46:50.223Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-10-26T06:46:50.223Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-26T06:46:50.223Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T06:46:50.224Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-10-26T06:46:50.224Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-26T06:46:50.224Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T06:46:50.224Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-10-26T06:46:50.225Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-26T06:46:50.225Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T06:46:50.225Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-10-26T06:46:50.225Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-26T06:46:50.226Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T06:46:50.226Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-10-26T06:46:50.226Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2022-10-26T06:46:50.226Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=0c29cbd9-ba3e-4f64-8668-4c6935892784
2022-10-26T06:46:50.226Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T06:46:50.226Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|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-10-26T06:46:50.227Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T06:46:50.227Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|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-10-26T06:46:50.227Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T06:46:50.227Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|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-10-26T06:46:50.227Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T06:46:50.228Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|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-10-26T06:46:50.228Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:873759df-9805-4623-91d5-d7889e1e3678
Model Version:NULL
Model InvariantUuid:ade0bebe-571b-48dd-88c7-80c0e3867a9f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:f880f051-6272-412a-bd5b-993add7eec46
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:87c273fa-299c-4c23-b54f-ffa51d59ea08
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:b88f7d3d-ca9d-46c5-a70f-038cb0fdd136
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:00dbaf94-ec2d-42d6-a198-e2c1ce0a8e02
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:0afde983-7ea1-4cc3-ae08-8067bf2e22b6
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:96c97945-d48e-427e-a941-43097cc76140
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:dc6faee1-226b-4189-91c6-201e71061341
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:0c29cbd9-ba3e-4f64-8668-4c6935892784
ModelInvariantUuid:e2211e40-b51b-44e4-b663-4fe313591e45
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:49a7b35d-253b-44e6-8851-325d8ac24092
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:f2d246c0-e2a4-4509-ad99-f9cbb7ba500d
ModelInvariantUuid:82b6472c-8169-4ac5-9334-267cf078e57e
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:8647f0fb-c493-4ea9-905d-6207daf323e2
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-10-26T06:46:50.235Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: efe964ab-ce0f-4d59-b37f-8718019538d1
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-26T06:46:50.239Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|pool-2-thread-9|||||INFO|500||basic_cnf_macro 0
2022-10-26T06:46:50.239Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: efe964ab-ce0f-4d59-b37f-8718019538d1
2022-10-26T06:46:50.239Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: c8cb19d7-229e-4382-8b10-6d303cad01e2 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-10-26T06:46:50.239Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-10-26T06:46:50.240Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|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-10-26T06:46:50.349Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-10-26T06:46:50.350Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|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 c8cb19d7-229e-4382-8b10-6d303cad01e2 1565
2022-10-26T06:46:50.350Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|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-10-26T06:46:50.350Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|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-10-26T06:46:50.350Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-26T06:46:50.351Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-26T06:46:50.352Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T06:46:50.353Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666766810350,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-26T06:46:50.453Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-26T06:46:50.453Z||pool-100-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-26T06:46:50.454Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UznQRm24lRJQei1Q) ...
2022-10-26T06:46:50.502Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:46:50.503Z||pool-100-thread-1|||||INFO|500||cambria reply ok (50 ms):{"serverTimeMs":1,"count":1}
2022-10-26T06:46:51.353Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "96c97945-d48e-427e-a941-43097cc76140",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "dc6faee1-226b-4189-91c6-201e71061341",
    "vfModuleModelCustomizationUUID": "c09e4ff6-506f-4922-8482-db1fc4d985fc",
    "isBase": true,
    "artifacts": [
      "fe378607-8e0b-48db-8332-d4e06bef148f",
      "5315f6c0-8d06-42d7-ac68-7fc61daf3f38"
    ],
    "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": "00dbaf94-ec2d-42d6-a198-e2c1ce0a8e02",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "0afde983-7ea1-4cc3-ae08-8067bf2e22b6",
    "vfModuleModelCustomizationUUID": "9ce0ce2e-8090-4c9b-8871-2e6b7fdfde39",
    "isBase": false,
    "artifacts": [
      "1f4f03f5-9d63-4a4e-9409-89479e462548"
    ],
    "properties": {
      "min_vf_module_instances": "0",
      "vf_module_label": "helm_apache",
      "max_vf_module_instances": "",
      "vfc_list": "",
      "vf_module_type": "Expansion",
      "vf_module_description": "",
      "initial_count": "0",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-10-26T06:46:51.358Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:dc6faee1-226b-4189-91c6-201e71061341
VfModuleModelInvariantUUID:96c97945-d48e-427e-a941-43097cc76140
VfModuleModelDescription:NULL
Artifacts UUID List:{
fe378607-8e0b-48db-8332-d4e06bef148f
,
5315f6c0-8d06-42d7-ac68-7fc61daf3f38

}
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:0afde983-7ea1-4cc3-ae08-8067bf2e22b6
VfModuleModelInvariantUUID:00dbaf94-ec2d-42d6-a198-e2c1ce0a8e02
VfModuleModelDescription:NULL
Artifacts UUID List:{
1f4f03f5-9d63-4a4e-9409-89479e462548

}
Properties List:{
  min_vf_module_instances : 0
  vf_module_label : helm_apache
  max_vf_module_instances : 
  vfc_list : 
  vf_module_type : Expansion
  vf_module_description : 
  initial_count : 0
  volume_group : false
  availability_zone_count :
}

isBase:false


}

2022-10-26T06:46:51.360Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "96c97945-d48e-427e-a941-43097cc76140",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "dc6faee1-226b-4189-91c6-201e71061341",
    "vfModuleModelCustomizationUUID": "c09e4ff6-506f-4922-8482-db1fc4d985fc",
    "isBase": true,
    "artifacts": [
      "fe378607-8e0b-48db-8332-d4e06bef148f",
      "5315f6c0-8d06-42d7-ac68-7fc61daf3f38"
    ],
    "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": "00dbaf94-ec2d-42d6-a198-e2c1ce0a8e02",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "0afde983-7ea1-4cc3-ae08-8067bf2e22b6",
    "vfModuleModelCustomizationUUID": "9ce0ce2e-8090-4c9b-8871-2e6b7fdfde39",
    "isBase": false,
    "artifacts": [
      "1f4f03f5-9d63-4a4e-9409-89479e462548"
    ],
    "properties": {
      "min_vf_module_instances": "0",
      "vf_module_label": "helm_apache",
      "max_vf_module_instances": "",
      "vfc_list": "",
      "vf_module_type": "Expansion",
      "vf_module_description": "",
      "initial_count": "0",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-10-26T06:46:51.360Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:dc6faee1-226b-4189-91c6-201e71061341
VfModuleModelInvariantUUID:96c97945-d48e-427e-a941-43097cc76140
VfModuleModelDescription:NULL
Artifacts UUID List:{
fe378607-8e0b-48db-8332-d4e06bef148f
,
5315f6c0-8d06-42d7-ac68-7fc61daf3f38

}
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:0afde983-7ea1-4cc3-ae08-8067bf2e22b6
VfModuleModelInvariantUUID:00dbaf94-ec2d-42d6-a198-e2c1ce0a8e02
VfModuleModelDescription:NULL
Artifacts UUID List:{
1f4f03f5-9d63-4a4e-9409-89479e462548

}
Properties List:{
  min_vf_module_instances : 0
  vf_module_label : helm_apache
  max_vf_module_instances : 
  vfc_list : 
  vf_module_type : Expansion
  vf_module_description : 
  initial_count : 0
  volume_group : false
  availability_zone_count :
}

isBase:false


}

2022-10-26T06:46:51.361Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: fe378607-8e0b-48db-8332-d4e06bef148f from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-10-26T06:46:51.361Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-10-26T06:46:51.361Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|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-10-26T06:46:51.412Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-10-26T06:46:51.413Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|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 fe378607-8e0b-48db-8332-d4e06bef148f 914
2022-10-26T06:46:51.413Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|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-10-26T06:46:51.413Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|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-10-26T06:46:51.413Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-26T06:46:51.414Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-26T06:46:51.416Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T06:46:51.416Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666766811413,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-26T06:46:51.516Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-26T06:46:51.518Z||pool-101-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-26T06:46:51.518Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UznQRm24lRJQei1Q) ...
2022-10-26T06:46:51.529Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:46:51.530Z||pool-101-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-26T06:46:52.417Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 5cf429c4-2dfd-409d-8279-f0a1dbe7b788 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-10-26T06:46:52.418Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-10-26T06:46:52.418Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|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-10-26T06:46:52.475Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-10-26T06:46:52.476Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|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 5cf429c4-2dfd-409d-8279-f0a1dbe7b788 12
2022-10-26T06:46:52.476Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|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-10-26T06:46:52.476Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|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-10-26T06:46:52.477Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-26T06:46:52.477Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-26T06:46:52.479Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T06:46:52.479Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666766812476,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-10-26T06:46:52.579Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-26T06:46:52.580Z||pool-102-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-26T06:46:52.580Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UznQRm24lRJQei1Q) ...
2022-10-26T06:46:52.592Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:46:52.592Z||pool-102-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-10-26T06:46:53.481Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 5315f6c0-8d06-42d7-ac68-7fc61daf3f38 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-10-26T06:46:53.482Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-10-26T06:46:53.482Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|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-10-26T06:46:53.541Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-10-26T06:46:53.542Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|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 5315f6c0-8d06-42d7-ac68-7fc61daf3f38 96
2022-10-26T06:46:53.542Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|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-10-26T06:46:53.542Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|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-10-26T06:46:53.542Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-26T06:46:53.543Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-26T06:46:53.545Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T06:46:53.545Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666766813542,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-10-26T06:46:53.645Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-26T06:46:53.646Z||pool-103-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-26T06:46:53.646Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UznQRm24lRJQei1Q) ...
2022-10-26T06:46:53.659Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:46:53.659Z||pool-103-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-26T06:46:54.546Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 1f4f03f5-9d63-4a4e-9409-89479e462548 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-10-26T06:46:54.547Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-10-26T06:46:54.547Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|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-10-26T06:46:54.606Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-10-26T06:46:54.607Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|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 1f4f03f5-9d63-4a4e-9409-89479e462548 20206
2022-10-26T06:46:54.607Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|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-10-26T06:46:54.608Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|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-10-26T06:46:54.608Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-26T06:46:54.608Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-26T06:46:54.610Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T06:46:54.610Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666766814607,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-10-26T06:46:54.710Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-26T06:46:54.711Z||pool-104-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-26T06:46:54.711Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UznQRm24lRJQei1Q) ...
2022-10-26T06:46:54.724Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:46:54.725Z||pool-104-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-26T06:46:55.617Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 873759df-9805-4623-91d5-d7889e1e3678
2022-10-26T06:46:55.617Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 efe964ab-ce0f-4d59-b37f-8718019538d1 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-26T06:46:55.630Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3a805e25, org.onap.sdc.toscaparser.api.parameters.Input@52658157, org.onap.sdc.toscaparser.api.parameters.Input@5cebc37a, org.onap.sdc.toscaparser.api.parameters.Input@4eaf3f06, org.onap.sdc.toscaparser.api.parameters.Input@76e63180]
2022-10-26T06:46:55.633Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T06:46:55.633Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|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-10-26T06:46:55.634Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2022-10-26T06:46:55.634Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= b88f7d3d-ca9d-46c5-a70f-038cb0fdd136
2022-10-26T06:46:55.634Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b88f7d3d-ca9d-46c5-a70f-038cb0fdd136 matches Tosca VF Customization UUID: b88f7d3d-ca9d-46c5-a70f-038cb0fdd136
2022-10-26T06:46:55.635Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: b88f7d3d-ca9d-46c5-a70f-038cb0fdd136  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-10-26T06:46:55.638Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T06:46:55.639Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|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-10-26T06:46:55.640Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id b88f7d3d-ca9d-46c5-a70f-038cb0fdd136: {\"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-10-26T06:46:55.640Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3de5c21c
2022-10-26T06:46:55.640Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T06:46:55.641Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|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-10-26T06:46:55.641Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 9ce0ce2e-8090-4c9b-8871-2e6b7fdfde39
2022-10-26T06:46:55.642Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 9ce0ce2e-8090-4c9b-8871-2e6b7fdfde39
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-10-26T06:46:55.645Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T06:46:55.646Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-10-26T06:46:55.646Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-26T06:46:55.647Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T06:46:55.647Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-10-26T06:46:55.647Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-26T06:46:55.648Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T06:46:55.648Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-10-26T06:46:55.649Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=b88f7d3d-ca9d-46c5-a70f-038cb0fdd136
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-26T06:46:55.651Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T06:46:55.652Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|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-10-26T06:46:55.652Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 873759df-9805-4623-91d5-d7889e1e3678: basic_cnf_macro
2022-10-26T06:46:55.653Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T06:46:55.653Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|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-10-26T06:46:55.653Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T06:46:55.654Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|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-10-26T06:46:55.654Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T06:46:55.654Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|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-10-26T06:46:55.655Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T06:46:55.655Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|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-10-26T06:46:55.656Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T06:46:55.656Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|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-10-26T06:46:55.656Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|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-10-26T06:46:55.703Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro efe964ab-ce0f-4d59-b37f-8718019538d1 2 ASDC deployResourceStructure
2022-10-26T06:46:55.704Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|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-10-26T06:46:55.704Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|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-10-26T06:46:55.704Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-26T06:46:55.704Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-26T06:46:55.706Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T06:46:55.706Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666766815703,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-26T06:46:55.806Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-26T06:46:55.807Z||pool-105-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-26T06:46:55.807Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UznQRm24lRJQei1Q) ...
2022-10-26T06:46:55.837Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:46:55.838Z||pool-105-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":1,"count":1}
2022-10-26T06:46:56.707Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|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-10-26T06:46:56.708Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|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-10-26T06:46:56.708Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-26T06:46:56.708Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-26T06:46:56.710Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T06:46:56.710Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666766816707,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-10-26T06:46:56.810Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-26T06:46:56.811Z||pool-106-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-26T06:46:56.812Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UznQRm24lRJQei1Q) ...
2022-10-26T06:46:56.823Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:46:56.823Z||pool-106-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-26T06:46:57.711Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|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-10-26T06:46:57.712Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|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-10-26T06:46:57.712Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-10-26T06:46:57.712Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-26T06:46:57.714Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T06:46:57.714Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666766817711,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-10-26T06:46:57.815Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-10-26T06:46:57.816Z||pool-107-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-26T06:46:57.818Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UznQRm24lRJQei1Q) ...
2022-10-26T06:46:57.830Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:46:57.831Z||pool-107-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-10-26T06:46:58.715Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|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-10-26T06:46:58.716Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|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-10-26T06:46:58.716Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-26T06:46:58.716Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-26T06:46:58.718Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T06:46:58.718Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666766818715,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-10-26T06:46:58.818Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-26T06:46:58.819Z||pool-108-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-26T06:46:58.820Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UznQRm24lRJQei1Q) ...
2022-10-26T06:46:58.835Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:46:58.836Z||pool-108-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-10-26T06:46:59.719Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|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-10-26T06:46:59.719Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|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-10-26T06:46:59.719Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-10-26T06:46:59.719Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-26T06:46:59.734Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T06:46:59.735Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666766819718,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-10-26T06:46:59.821Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 86 ms
2022-10-26T06:46:59.822Z||pool-109-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-26T06:46:59.822Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UznQRm24lRJQei1Q) ...
2022-10-26T06:46:59.839Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:46:59.840Z||pool-109-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-10-26T06:47:00.738Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|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-10-26T06:47:00.738Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|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-10-26T06:47:00.739Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-26T06:47:00.739Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-26T06:47:00.741Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T06:47:00.741Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666766820738,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-26T06:47:00.841Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-26T06:47:00.842Z||pool-110-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-26T06:47:00.842Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UznQRm24lRJQei1Q) ...
2022-10-26T06:47:00.854Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:47:00.854Z||pool-110-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-26T06:47:01.741Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-26T06:47:01.753Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-26T06:47:01.755Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-26T06:47:01.755Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-26T06:47:01.755Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-10-26T06:47:01.755Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-10-26T06:47:01.755Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-26T06:47:01.755Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-26T06:47:01.755Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-26T06:47:01.756Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-26T06:47:01.756Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-26T06:47:01.756Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|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-10-26T06:47:01.761Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-10-26T06:47:31.762Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-10-26T06:47:31.768Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9 and serviceModelVersionId: 873759df-9805-4623-91d5-d7889e1e3678
2022-10-26T06:47:31.769Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ade0bebe-571b-48dd-88c7-80c0e3867a9f
2022-10-26T06:47:31.770Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ade0bebe-571b-48dd-88c7-80c0e3867a9f/model-vers/model-ver/873759df-9805-4623-91d5-d7889e1e3678?depth=0
2022-10-26T06:47:31.777Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-10-26T06:47:31.829Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|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/ade0bebe-571b-48dd-88c7-80c0e3867a9f/model-vers/model-ver/873759df-9805-4623-91d5-d7889e1e3678?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-10-26T06:47:31.831Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ade0bebe-571b-48dd-88c7-80c0e3867a9f/model-vers/model-ver/873759df-9805-4623-91d5-d7889e1e3678?depth=0|INFO|500||Invoke
2022-10-26T06:47:31.851Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ade0bebe-571b-48dd-88c7-80c0e3867a9f/model-vers/model-ver/873759df-9805-4623-91d5-d7889e1e3678?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-10-26T06:47:31.973Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ade0bebe-571b-48dd-88c7-80c0e3867a9f/model-vers/model-ver/873759df-9805-4623-91d5-d7889e1e3678?depth=0|INFO|500||InvokeReturn
2022-10-26T06:47:31.974Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|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/ade0bebe-571b-48dd-88c7-80c0e3867a9f/model-vers/model-ver/873759df-9805-4623-91d5-d7889e1e3678?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221026-06:47:31:081-88243], vertex-id=[553200], Content-Length=[0], Date=[Wed, 26 Oct 2022 06:47:31 GMT], Content-Type=[application/json]}
2022-10-26T06:47:31.975Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2022-10-26T06:47:31.975Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-10-26T06:47:31.976Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|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-10-26T06:47:31.980Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|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-10-26T06:47:31.980Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-10-26T06:47:31.981Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-10-26T06:47:31.981Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-26T06:47:31.983Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T06:47:31.983Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666766851980,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-26T06:47:32.083Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-26T06:47:32.084Z||pool-111-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-26T06:47:32.084Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UznQRm24lRJQei1Q) ...
2022-10-26T06:47:32.105Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:47:32.105Z||pool-111-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-10-26T06:47:32.993Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T06:47:32.993Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"7bf193fa-4004-4c9b-961f-aee80c77071f","serviceDescription":"service","serviceInvariantUUID":"811ef33b-4940-4377-9d85-d0a95a4f5f9e","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"829f0116-7071-4bf4-b093-49423f3eacbe","resourceInvariantUUID":"22ce9fbb-2c00-4a0b-9c25-ab2a1ad6af88","resourceCustomizationUUID":"82329d81-c716-4bea-b262-6f24b13206a0","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":"ZDQyNGRkZDEyNjZkM2UwYjcyMTQ1MDkxZThiMjc0NWU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c1202d9b-33be-4d46-9092-8400a72d6adc","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":"MzBlYTViNjlkM2ZmMzA5ZjkzODdhOGZkYWFkMzMzNmM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c52a41dd-86ff-4c32-b0f3-eb69c9f32d36","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":"e0f6adeb-a385-4fc6-8b5d-85890bf70527","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":"b6637e93-519c-4e2c-9501-447ba7333cac","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":"4ee32409-ba30-45b0-b192-3446aae01086","artifactVersion":"2","generatedFromUUID":"e0f6adeb-a385-4fc6-8b5d-85890bf70527"},{"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":"ODYxN2QxOTIyNzY3OTg2ZWE3MjYzNTA2YWEwN2ZkODk\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"93d01a47-1d9b-43d5-9981-298a3e166502","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":"YWUzMmUxNDhiMTk0Yjc2MjQyMGRhNjIxNmExMWRjZTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"bb59ea0b-1ff6-443a-bb99-d98f31ee82a3","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"YzY4ZWE3MTkxNGUwMTI0ZjdjNGZhZjdjN2ExNGM1MDA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f71f79ea-11a3-4088-85c6-d5037c74ba78","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-26T06:47:32.993Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-26T06:47:32.994Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-26T06:47:32.995Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T06:47:32.995Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666766796944,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:47:33.097Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-10-26T06:47:33.098Z||pool-112-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-26T06:47:33.098Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UznQRm24lRJQei1Q) ...
2022-10-26T06:47:33.114Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:47:33.115Z||pool-112-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-10-26T06:47:33.996Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-26T06:47:33.997Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-26T06:47:33.999Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T06:47:33.999Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666766796944,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-10-26T06:47:34.099Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-26T06:47:34.101Z||pool-113-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-26T06:47:34.101Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UznQRm24lRJQei1Q) ...
2022-10-26T06:47:34.151Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:47:34.151Z||pool-113-thread-1|||||INFO|500||cambria reply ok (51 ms):{"serverTimeMs":0,"count":1}
2022-10-26T06:47:35.000Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-26T06:47:35.000Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-26T06:47:35.002Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T06:47:35.002Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666766796944,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-10-26T06:47:35.102Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-26T06:47:35.103Z||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-10-26T06:47:35.103Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UznQRm24lRJQei1Q) ...
2022-10-26T06:47:35.117Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:47:35.117Z||pool-114-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-26T06:47:36.003Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-26T06:47:36.003Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-26T06:47:36.005Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T06:47:36.005Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666766796944,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:47:36.106Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-10-26T06:47:36.107Z||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-10-26T06:47:36.107Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UznQRm24lRJQei1Q) ...
2022-10-26T06:47:36.138Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:47:36.138Z||pool-115-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-10-26T06:47:36.947Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T06:47:36.947Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T06:47:36.948Z||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 UznQRm24lRJQei1Q) ...
2022-10-26T06:47:36.992Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:47:36.993Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:47:36.993Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666766775614,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:47:36.994Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:47:37.006Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-26T06:47:37.006Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-26T06:47:37.008Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T06:47:37.008Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666766796944,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-10-26T06:47:37.109Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-10-26T06:47:37.110Z||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-10-26T06:47:37.110Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UznQRm24lRJQei1Q) ...
2022-10-26T06:47:37.125Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:47:37.125Z||pool-116-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-10-26T06:47:38.009Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-26T06:47:38.009Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-26T06:47:38.014Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T06:47:38.014Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666766796944,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:47:38.114Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-26T06:47:38.115Z||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-10-26T06:47:38.115Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UznQRm24lRJQei1Q) ...
2022-10-26T06:47:38.140Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:47:38.140Z||pool-117-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-10-26T06:47:39.026Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-26T06:47:39.045Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-26T06:47:39.053Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T06:47:39.053Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666766796944,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:47:39.158Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-10-26T06:47:39.158Z||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-10-26T06:47:39.159Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UznQRm24lRJQei1Q) ...
2022-10-26T06:47:39.190Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:47:39.190Z||pool-118-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-10-26T06:47:40.058Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-26T06:47:40.061Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-26T06:47:40.066Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T06:47:40.066Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666766796944,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-26T06:47:40.163Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 89 ms
2022-10-26T06:47:40.164Z||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-10-26T06:47:40.165Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UznQRm24lRJQei1Q) ...
2022-10-26T06:47:40.183Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:47:40.183Z||pool-119-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-10-26T06:47:41.075Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "7bf193fa-4004-4c9b-961f-aee80c77071f",
  "serviceDescription": "service",
  "serviceInvariantUUID": "811ef33b-4940-4377-9d85-d0a95a4f5f9e",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "82329d81-c716-4bea-b262-6f24b13206a0",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "829f0116-7071-4bf4-b093-49423f3eacbe",
      "resourceInvariantUUID": "22ce9fbb-2c00-4a0b-9c25-ab2a1ad6af88",
      "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": "MzBlYTViNjlkM2ZmMzA5ZjkzODdhOGZkYWFkMzMzNmM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "c52a41dd-86ff-4c32-b0f3-eb69c9f32d36",
          "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": "e0f6adeb-a385-4fc6-8b5d-85890bf70527",
          "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": "4ee32409-ba30-45b0-b192-3446aae01086",
            "generatedFromUUID": "e0f6adeb-a385-4fc6-8b5d-85890bf70527"
          },
          "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": "4ee32409-ba30-45b0-b192-3446aae01086",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "YzY4ZWE3MTkxNGUwMTI0ZjdjNGZhZjdjN2ExNGM1MDA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "f71f79ea-11a3-4088-85c6-d5037c74ba78"
    }
  ],
  "workloadContext": "Production"
}
2022-10-26T06:47:41.075Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-26T06:47:41.075Z|e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 7bf193fa-4004-4c9b-961f-aee80c77071f ASDC
2022-10-26T06:47:41.076Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:7bf193fa-4004-4c9b-961f-aee80c77071f
ServiceInvariantUUID:811ef33b-4940-4377-9d85-d0a95a4f5f9e
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:f71f79ea-11a3-4088-85c6-d5037c74ba78
ArtifactChecksum:YzY4ZWE3MTkxNGUwMTI0ZjdjNGZhZjdjN2ExNGM1MDA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:82329d81-c716-4bea-b262-6f24b13206a0
ResourceInvariantUUID:22ce9fbb-2c00-4a0b-9c25-ab2a1ad6af88
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:829f0116-7071-4bf4-b093-49423f3eacbe
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:c52a41dd-86ff-4c32-b0f3-eb69c9f32d36
ArtifactChecksum:MzBlYTViNjlkM2ZmMzA5ZjkzODdhOGZkYWFkMzMzNmM=
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:e0f6adeb-a385-4fc6-8b5d-85890bf70527
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:4ee32409-ba30-45b0-b192-3446aae01086
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:4ee32409-ba30-45b0-b192-3446aae01086
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-10-26T06:47:41.076Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7bf193fa-4004-4c9b-961f-aee80c77071f ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-10-26T06:47:41.123Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-26T06:47:41.124Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-10-26T06:47:41.124Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-10-26T06:47:41.124Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: f71f79ea-11a3-4088-85c6-d5037c74ba78 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-10-26T06:47:41.124Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-10-26T06:47:41.125Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|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-10-26T06:47:41.219Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-10-26T06:47:41.224Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar f71f79ea-11a3-4088-85c6-d5037c74ba78 82626
2022-10-26T06:47:41.224Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|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-10-26T06:47:41.224Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|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-10-26T06:47:41.225Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-26T06:47:41.225Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-26T06:47:41.250Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T06:47:41.250Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666766861224,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-26T06:47:41.338Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 87 ms
2022-10-26T06:47:41.339Z||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-10-26T06:47:41.339Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UznQRm24lRJQei1Q) ...
2022-10-26T06:47:41.358Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:47:41.358Z||pool-120-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-10-26T06:47:42.251Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-26T06:47:42.257Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-10-26T06:47:42.258Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: f71f79ea-11a3-4088-85c6-d5037c74ba78, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-10-26T06:47:42.258Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2022-10-26T06:47:42.258Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-10-26T06:47:42.258Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-10-26T06:47:42.399Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2810520097049468897/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-10-26T06:47:43.699Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-26T06:47:43.700Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-10-26T06:47:43.700Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-10-26T06:47:43.700Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-10-26T06:47:43.700Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|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-10-26T06:47:43.700Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|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-10-26T06:47:43.700Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|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-10-26T06:47:43.701Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|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-10-26T06:47:43.701Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|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-10-26T06:47:43.701Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|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-10-26T06:47:43.701Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|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-10-26T06:47:43.701Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-10-26T06:47:43.701Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T06:47:43.701Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|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-10-26T06:47:43.702Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-10-26T06:47:43.702Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-10-26T06:47:43.702Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-26T06:47:43.702Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T06:47:43.702Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|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-10-26T06:47:43.703Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-10-26T06:47:43.703Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-10-26T06:47:43.703Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-26T06:47:43.703Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T06:47:43.703Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|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-10-26T06:47:43.703Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T06:47:43.704Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-10-26T06:47:43.704Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-10-26T06:47:43.704Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-10-26T06:47:43.704Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-10-26T06:47:43.704Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-10-26T06:47:43.704Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-10-26T06:47:43.704Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T06:47:43.705Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|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-10-26T06:47:43.705Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T06:47:43.705Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-10-26T06:47:43.705Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-26T06:47:43.705Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T06:47:43.705Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-10-26T06:47:43.706Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-26T06:47:43.706Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T06:47:43.706Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-10-26T06:47:43.706Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-26T06:47:43.706Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T06:47:43.706Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-10-26T06:47:43.707Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-10-26T06:47:43.707Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-10-26T06:47:43.707Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=59473056-0cb1-46e2-89dd-cd75fb094ae5
2022-10-26T06:47:43.707Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T06:47:43.707Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|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-10-26T06:47:43.707Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T06:47:43.708Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|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-10-26T06:47:43.708Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T06:47:43.708Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|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-10-26T06:47:43.708Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T06:47:43.708Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|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-10-26T06:47:43.708Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:7bf193fa-4004-4c9b-961f-aee80c77071f
Model Version:NULL
Model InvariantUuid:811ef33b-4940-4377-9d85-d0a95a4f5f9e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:3da1ba85-ba45-4e51-9e78-702a21740758
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:22ce9fbb-2c00-4a0b-9c25-ab2a1ad6af88
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:82329d81-c716-4bea-b262-6f24b13206a0
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:aae19799-684a-431e-baf8-1cc9be5d3f9f
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:55afb1ef-9ea2-4262-b152-687731eed181
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:59473056-0cb1-46e2-89dd-cd75fb094ae5
ModelInvariantUuid:dcd52616-4dd8-4c05-8cb0-d4f5c29cda0e
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:fc344b9e-320c-448c-990c-30d1d284345b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:0570f94b-d4d8-43f8-a9b6-d950ce0809de
ModelInvariantUuid:1fb335ee-4736-4830-b1d7-f025e47abc9c
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:cecef409-c557-43b6-b830-9bd61628e319
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-10-26T06:47:43.715Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 829f0116-7071-4bf4-b093-49423f3eacbe
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-26T06:47:43.718Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||INFO|500||basic_vm_macro 0
2022-10-26T06:47:43.718Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 829f0116-7071-4bf4-b093-49423f3eacbe
2022-10-26T06:47:43.718Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: c52a41dd-86ff-4c32-b0f3-eb69c9f32d36 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-10-26T06:47:43.718Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-10-26T06:47:43.718Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|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-10-26T06:47:43.840Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-10-26T06:47:43.840Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|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 c52a41dd-86ff-4c32-b0f3-eb69c9f32d36 792
2022-10-26T06:47:43.841Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|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-10-26T06:47:43.841Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|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-10-26T06:47:43.841Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-26T06:47:43.841Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-26T06:47:43.843Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T06:47:43.843Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666766863841,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-26T06:47:43.943Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-26T06:47:43.944Z||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-10-26T06:47:43.944Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UznQRm24lRJQei1Q) ...
2022-10-26T06:47:43.955Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:47:43.955Z||pool-121-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-10-26T06:47:44.846Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "aae19799-684a-431e-baf8-1cc9be5d3f9f",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "55afb1ef-9ea2-4262-b152-687731eed181",
    "vfModuleModelCustomizationUUID": "3de3c348-40ce-4f64-bf25-33f6213504db",
    "isBase": true,
    "artifacts": [
      "e0f6adeb-a385-4fc6-8b5d-85890bf70527",
      "4ee32409-ba30-45b0-b192-3446aae01086"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-10-26T06:47:44.855Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:55afb1ef-9ea2-4262-b152-687731eed181
VfModuleModelInvariantUUID:aae19799-684a-431e-baf8-1cc9be5d3f9f
VfModuleModelDescription:NULL
Artifacts UUID List:{
e0f6adeb-a385-4fc6-8b5d-85890bf70527
,
4ee32409-ba30-45b0-b192-3446aae01086

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

isBase:true


}

2022-10-26T06:47:44.857Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "aae19799-684a-431e-baf8-1cc9be5d3f9f",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "55afb1ef-9ea2-4262-b152-687731eed181",
    "vfModuleModelCustomizationUUID": "3de3c348-40ce-4f64-bf25-33f6213504db",
    "isBase": true,
    "artifacts": [
      "e0f6adeb-a385-4fc6-8b5d-85890bf70527",
      "4ee32409-ba30-45b0-b192-3446aae01086"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-10-26T06:47:44.857Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:55afb1ef-9ea2-4262-b152-687731eed181
VfModuleModelInvariantUUID:aae19799-684a-431e-baf8-1cc9be5d3f9f
VfModuleModelDescription:NULL
Artifacts UUID List:{
e0f6adeb-a385-4fc6-8b5d-85890bf70527
,
4ee32409-ba30-45b0-b192-3446aae01086

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

isBase:true


}

2022-10-26T06:47:44.858Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: e0f6adeb-a385-4fc6-8b5d-85890bf70527 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-10-26T06:47:44.858Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-10-26T06:47:44.858Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|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-10-26T06:47:44.923Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-10-26T06:47:44.924Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|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 e0f6adeb-a385-4fc6-8b5d-85890bf70527 5033
2022-10-26T06:47:44.925Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|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-10-26T06:47:44.925Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|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-10-26T06:47:44.925Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-26T06:47:44.925Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-26T06:47:44.927Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T06:47:44.927Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666766864925,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-26T06:47:45.030Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-10-26T06:47:45.031Z||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-10-26T06:47:45.031Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UznQRm24lRJQei1Q) ...
2022-10-26T06:47:45.043Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:47:45.043Z||pool-122-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-26T06:47:45.929Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 4ee32409-ba30-45b0-b192-3446aae01086 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-10-26T06:47:45.929Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-10-26T06:47:45.930Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|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-10-26T06:47:45.988Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-10-26T06:47:45.989Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|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 4ee32409-ba30-45b0-b192-3446aae01086 903
2022-10-26T06:47:45.989Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|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-10-26T06:47:45.990Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|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-10-26T06:47:45.990Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-26T06:47:45.990Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-26T06:47:45.992Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T06:47:45.992Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666766865989,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-10-26T06:47:46.093Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-10-26T06:47:46.094Z||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-10-26T06:47:46.094Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UznQRm24lRJQei1Q) ...
2022-10-26T06:47:46.106Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:47:46.106Z||pool-123-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-26T06:47:46.994Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 7bf193fa-4004-4c9b-961f-aee80c77071f
2022-10-26T06:47:46.995Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 829f0116-7071-4bf4-b093-49423f3eacbe 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-10-26T06:47:47.009Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@445af1a4, org.onap.sdc.toscaparser.api.parameters.Input@219c1ac7, org.onap.sdc.toscaparser.api.parameters.Input@53b363b5, org.onap.sdc.toscaparser.api.parameters.Input@6dfd58c0, org.onap.sdc.toscaparser.api.parameters.Input@7eb9530a]
2022-10-26T06:47:47.011Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T06:47:47.011Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|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-10-26T06:47:47.011Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2022-10-26T06:47:47.012Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 82329d81-c716-4bea-b262-6f24b13206a0
2022-10-26T06:47:47.012Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 82329d81-c716-4bea-b262-6f24b13206a0 matches Tosca VF Customization UUID: 82329d81-c716-4bea-b262-6f24b13206a0
2022-10-26T06:47:47.012Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 82329d81-c716-4bea-b262-6f24b13206a0  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-10-26T06:47:47.014Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T06:47:47.014Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|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-10-26T06:47:47.015Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 82329d81-c716-4bea-b262-6f24b13206a0: {\"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-10-26T06:47:47.015Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@70682bc2
2022-10-26T06:47:47.016Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T06:47:47.016Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|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-10-26T06:47:47.016Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 3de3c348-40ce-4f64-bf25-33f6213504db
2022-10-26T06:47:47.017Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 3de3c348-40ce-4f64-bf25-33f6213504db
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-10-26T06:47:47.019Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T06:47:47.019Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-10-26T06:47:47.019Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-26T06:47:47.020Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T06:47:47.020Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-10-26T06:47:47.020Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-26T06:47:47.021Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T06:47:47.021Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-10-26T06:47:47.021Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-10-26T06:47:47.022Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-10-26T06:47:47.022Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=59473056-0cb1-46e2-89dd-cd75fb094ae5
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-10-26T06:47:47.024Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T06:47:47.024Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-10-26T06:47:47.025Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-26T06:47:47.025Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T06:47:47.025Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-10-26T06:47:47.025Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=82329d81-c716-4bea-b262-6f24b13206a0
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-26T06:47:47.029Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T06:47:47.029Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|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-10-26T06:47:47.030Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 7bf193fa-4004-4c9b-961f-aee80c77071f: basic_vm_macro
2022-10-26T06:47:47.030Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T06:47:47.030Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|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-10-26T06:47:47.030Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T06:47:47.031Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|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-10-26T06:47:47.031Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T06:47:47.031Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|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-10-26T06:47:47.031Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T06:47:47.032Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|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-10-26T06:47:47.032Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T06:47:47.032Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|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-10-26T06:47:47.032Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|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-10-26T06:47:47.138Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 829f0116-7071-4bf4-b093-49423f3eacbe 1 ASDC deployResourceStructure
2022-10-26T06:47:47.138Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|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-10-26T06:47:47.139Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|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-10-26T06:47:47.139Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-26T06:47:47.139Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-26T06:47:47.144Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T06:47:47.144Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666766867138,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-26T06:47:47.244Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-26T06:47:47.245Z||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-10-26T06:47:47.245Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UznQRm24lRJQei1Q) ...
2022-10-26T06:47:47.259Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:47:47.260Z||pool-124-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-10-26T06:47:48.148Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|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-10-26T06:47:48.148Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|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-10-26T06:47:48.148Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-26T06:47:48.149Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-26T06:47:48.150Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T06:47:48.151Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666766868148,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-10-26T06:47:48.251Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-26T06:47:48.252Z||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-10-26T06:47:48.252Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UznQRm24lRJQei1Q) ...
2022-10-26T06:47:48.311Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:47:48.311Z||pool-125-thread-1|||||INFO|500||cambria reply ok (60 ms):{"serverTimeMs":1,"count":1}
2022-10-26T06:47:49.160Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|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-10-26T06:47:49.161Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|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-10-26T06:47:49.161Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-26T06:47:49.162Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-26T06:47:49.180Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T06:47:49.182Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666766869160,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-10-26T06:47:49.264Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 82 ms
2022-10-26T06:47:49.265Z||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-10-26T06:47:49.265Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UznQRm24lRJQei1Q) ...
2022-10-26T06:47:49.287Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:47:49.288Z||pool-126-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-10-26T06:47:50.183Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|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-10-26T06:47:50.184Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|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-10-26T06:47:50.184Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-26T06:47:50.184Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-26T06:47:50.186Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T06:47:50.187Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666766870183,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-26T06:47:50.286Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-26T06:47:50.287Z||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-10-26T06:47:50.287Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UznQRm24lRJQei1Q) ...
2022-10-26T06:47:50.309Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:47:50.309Z||pool-127-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-10-26T06:47:51.187Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-26T06:47:51.199Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-26T06:47:51.204Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-26T06:47:51.204Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-26T06:47:51.204Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-26T06:48:21.205Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-26T06:48:21.215Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-26T06:48:21.217Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-26T06:48:21.217Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-26T06:48:21.217Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-26T06:48:36.947Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T06:48:36.948Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T06:48:36.948Z||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 UznQRm24lRJQei1Q) ...
2022-10-26T06:48:37.018Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:48:37.019Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:48:37.019Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666766796944,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:48:37.020Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:48:51.218Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-26T06:48:51.234Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-26T06:48:51.244Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-26T06:48:51.244Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-26T06:48:51.245Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-26T06:49:21.245Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-26T06:49:21.266Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-26T06:49:21.268Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-26T06:49:21.269Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-26T06:49:21.269Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-26T06:49:36.947Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T06:49:36.949Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T06:49:36.950Z||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 UznQRm24lRJQei1Q) ...
2022-10-26T06:49:36.975Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:49:36.976Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:49:36.976Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666766775614,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-26T06:49:36.978Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:49:36.978Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:49:36.978Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666766796944,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-10-26T06:49:36.978Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:49:36.978Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:49:36.978Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666766798788,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-26T06:49:36.979Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T06:49:36.979Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:49:36.979Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666766796944,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-10-26T06:49:36.979Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:49:36.979Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:49:36.979Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666766796944,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:49:36.979Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:49:36.979Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:49:36.979Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666766801008,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-26T06:49:36.979Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T06:49:36.980Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:49:36.980Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666766796944,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-10-26T06:49:36.980Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:49:36.980Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:49:36.980Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666766802012,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-26T06:49:36.988Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1
2022-10-26T06:49:36.988Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-26T06:49:37.007Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:49:37.007Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666766796944,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-10-26T06:49:37.008Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:49:37.008Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:49:37.008Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1",
  "consumerID": "aai-ml",
  "timestamp": 1666766802627,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-26T06:49:37.008Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T06:49:37.008Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:49:37.008Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666766796944,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-10-26T06:49:37.009Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:49:37.009Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:49:37.009Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1",
  "consumerID": "aai-ml",
  "timestamp": 1666766803633,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-26T06:49:37.014Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1
2022-10-26T06:49:37.014Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-26T06:49:37.022Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:49:37.023Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666766796944,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:49:37.023Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:49:37.023Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:49:37.023Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666766796944,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:49:37.023Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:49:37.023Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:49:37.023Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666766796944,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-26T06:49:37.023Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:49:37.023Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:49:37.023Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666766807762,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-26T06:49:37.024Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T06:49:37.024Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:49:37.024Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666766810350,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-26T06:49:37.024Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T06:49:37.024Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:49:37.024Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666766811413,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-26T06:49:37.024Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T06:49:37.024Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:49:37.024Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666766812476,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-10-26T06:49:37.024Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T06:49:37.024Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:49:37.024Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666766813542,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-10-26T06:49:37.024Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T06:49:37.024Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:49:37.024Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666766814607,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-10-26T06:49:37.025Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T06:49:37.025Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:49:37.025Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666766815703,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-26T06:49:37.025Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T06:49:37.025Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:49:37.025Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666766816707,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-10-26T06:49:37.025Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T06:49:37.025Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:49:37.025Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666766817711,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-10-26T06:49:37.025Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T06:49:37.025Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:49:37.025Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666766818715,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-10-26T06:49:37.026Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T06:49:37.026Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:49:37.026Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666766819718,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-10-26T06:49:37.026Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T06:49:37.026Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:49:37.026Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666766820738,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-26T06:49:37.026Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T06:49:37.026Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:49:37.027Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7fb31ed-f27b-4427-a8e8-e5c5b7098ca9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666766851980,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-26T06:49:37.027Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T06:49:37.027Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:49:37.027Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666766796944,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:49:37.027Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:49:37.027Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:49:37.027Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666766796944,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-10-26T06:49:37.027Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:49:37.027Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:49:37.027Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666766796944,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-10-26T06:49:37.027Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:49:37.027Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T06:49:37.027Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666766796944,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:49:37.028Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:49:51.269Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-26T06:49:51.290Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-26T06:49:51.294Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-26T06:49:51.294Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-26T06:49:51.294Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-10-26T06:49:51.294Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-10-26T06:49:51.294Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-26T06:49:51.295Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-26T06:49:51.295Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-26T06:49:51.295Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-26T06:49:51.295Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-26T06:49:51.295Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|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-10-26T06:49:51.300Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-10-26T06:50:21.301Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-10-26T06:50:21.317Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1 and serviceModelVersionId: 7bf193fa-4004-4c9b-961f-aee80c77071f
2022-10-26T06:50:21.317Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 811ef33b-4940-4377-9d85-d0a95a4f5f9e
2022-10-26T06:50:21.318Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/811ef33b-4940-4377-9d85-d0a95a4f5f9e/model-vers/model-ver/7bf193fa-4004-4c9b-961f-aee80c77071f?depth=0
2022-10-26T06:50:21.330Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-10-26T06:50:21.409Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/811ef33b-4940-4377-9d85-d0a95a4f5f9e/model-vers/model-ver/7bf193fa-4004-4c9b-961f-aee80c77071f?depth=0|INFO|500||Invoke
2022-10-26T06:50:21.410Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/811ef33b-4940-4377-9d85-d0a95a4f5f9e/model-vers/model-ver/7bf193fa-4004-4c9b-961f-aee80c77071f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/811ef33b-4940-4377-9d85-d0a95a4f5f9e/model-vers/model-ver/7bf193fa-4004-4c9b-961f-aee80c77071f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[22f11b00-c5ce-42b2-8e7d-1d025a5ffae5], X-ECOMP-RequestID=[7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1], X-TransactionId=[], X-ONAP-RequestID=[7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1], Content-Type=[application/merge-patch+json]}
2022-10-26T06:50:21.436Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/811ef33b-4940-4377-9d85-d0a95a4f5f9e/model-vers/model-ver/7bf193fa-4004-4c9b-961f-aee80c77071f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-10-26T06:50:21.531Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/811ef33b-4940-4377-9d85-d0a95a4f5f9e/model-vers/model-ver/7bf193fa-4004-4c9b-961f-aee80c77071f?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/811ef33b-4940-4377-9d85-d0a95a4f5f9e/model-vers/model-ver/7bf193fa-4004-4c9b-961f-aee80c77071f?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-221026-06:50:20:650-3163], vertex-id=[569584], Content-Length=[0], Date=[Wed, 26 Oct 2022 06:50:20 GMT], Content-Type=[application/json]}
2022-10-26T06:50:21.532Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/811ef33b-4940-4377-9d85-d0a95a4f5f9e/model-vers/model-ver/7bf193fa-4004-4c9b-961f-aee80c77071f?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-10-26T06:50:21.533Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/811ef33b-4940-4377-9d85-d0a95a4f5f9e/model-vers/model-ver/7bf193fa-4004-4c9b-961f-aee80c77071f?depth=0|INFO|500||InvokeReturn
2022-10-26T06:50:21.533Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-10-26T06:50:21.534Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|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-10-26T06:50:21.540Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|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-10-26T06:50:21.541Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-10-26T06:50:21.541Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-10-26T06:50:21.542Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-26T06:50:21.545Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T06:50:21.546Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666767021541,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-26T06:50:21.646Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-26T06:50:21.647Z||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-10-26T06:50:21.647Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UznQRm24lRJQei1Q) ...
2022-10-26T06:50:21.665Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:50:21.668Z||pool-128-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-10-26T06:50:22.560Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T06:50:22.561Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T06:50:22.561Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|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 UznQRm24lRJQei1Q) ...
2022-10-26T06:50:26.931Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:50:26.932Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T06:50:26.932Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"7a9f5569-1608-4a78-937f-c9b61b885922","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"01f6507f-7b0f-4e90-95ae-5d7cac07b301","serviceDescription":"service","serviceInvariantUUID":"7206bebe-9f5c-48a9-980e-9b4cf29418b2","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"82ebd6e8-8308-4d43-8230-54be4cf3c69c","resourceInvariantUUID":"b31b2585-4cc2-4b93-b977-9eb8cb8cf43a","resourceCustomizationUUID":"9d29e295-b4d7-4521-9ed3-410dbf70661a","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":"ZjNiMWRhNGMzYWFhOGMzNWU4NzA3ZjMwMTYxNjk2Nzc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"06edeecb-1baa-4651-8a8f-cff819e7dc33","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":"1136a30e-2df6-4523-a5f6-e8235b1d3e52","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":"781e04c3-4073-4c4c-9a45-5411a583c8d6","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":"MThhMWE1MDdlZGJjZTBhYTAzNjZlODY5ODNhZjVhNzg\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"c6f2731f-a7a5-4ae4-aeae-0c0dc3c53aa8","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":"ef73aca7-f3dd-4993-a2b5-7f971f7ab4e3","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":"387178c6-09e3-4261-b980-d7ca64410e68","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":"2a3eff3f-a5ff-44db-ba44-6803157717af","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":"ZTU1ZmI1ODkwZTc5YTUwMDc3Njc5MzRiOGJhNjgzYWQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"590f1ff3-a244-4b7b-97db-d50d86b3eace","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"ZTZhNDE3NDNmNWI3MjQ3NTVmYzk1NmYzNDU0ZjM4NzI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"06874fd0-afd8-4a68-adeb-fef886c7ad31","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-26T06:50:26.935Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-26T06:50:26.935Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-26T06:50:26.937Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T06:50:26.937Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7a9f5569-1608-4a78-937f-c9b61b885922",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666767022560,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:50:27.037Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-26T06:50:27.038Z||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-10-26T06:50:27.038Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UznQRm24lRJQei1Q) ...
2022-10-26T06:50:27.053Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:50:27.053Z||pool-129-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-26T06:50:27.938Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-26T06:50:27.939Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-26T06:50:27.941Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T06:50:27.941Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7a9f5569-1608-4a78-937f-c9b61b885922",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666767022560,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:50:28.042Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-26T06:50:28.043Z||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-10-26T06:50:28.043Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UznQRm24lRJQei1Q) ...
2022-10-26T06:50:28.054Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:50:28.054Z||pool-130-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-26T06:50:28.942Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-26T06:50:28.943Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-26T06:50:28.946Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T06:50:28.947Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7a9f5569-1608-4a78-937f-c9b61b885922",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666767022560,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:50:29.047Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-26T06:50:29.048Z||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-10-26T06:50:29.048Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UznQRm24lRJQei1Q) ...
2022-10-26T06:50:29.060Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:50:29.060Z||pool-131-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-26T06:50:29.947Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-26T06:50:29.948Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-26T06:50:29.950Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T06:50:29.950Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7a9f5569-1608-4a78-937f-c9b61b885922",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666767022560,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:50:30.050Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-26T06:50:30.052Z||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-10-26T06:50:30.052Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UznQRm24lRJQei1Q) ...
2022-10-26T06:50:30.064Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:50:30.065Z||pool-132-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-26T06:50:30.951Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-26T06:50:30.952Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-26T06:50:30.954Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T06:50:30.954Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7a9f5569-1608-4a78-937f-c9b61b885922",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666767022560,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:50:31.054Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-26T06:50:31.055Z||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-10-26T06:50:31.055Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UznQRm24lRJQei1Q) ...
2022-10-26T06:50:31.065Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:50:31.065Z||pool-133-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-10-26T06:50:31.955Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-26T06:50:31.956Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-26T06:50:31.957Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T06:50:31.958Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7a9f5569-1608-4a78-937f-c9b61b885922",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666767022560,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:50:32.058Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-26T06:50:32.059Z||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-10-26T06:50:32.059Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UznQRm24lRJQei1Q) ...
2022-10-26T06:50:32.071Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:50:32.071Z||pool-134-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-26T06:50:32.959Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-26T06:50:32.960Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-26T06:50:32.978Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T06:50:32.979Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7a9f5569-1608-4a78-937f-c9b61b885922",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666767022560,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:50:33.064Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 85 ms
2022-10-26T06:50:33.065Z||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-10-26T06:50:33.065Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UznQRm24lRJQei1Q) ...
2022-10-26T06:50:33.075Z||pool-135-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:50:33.075Z||pool-135-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-10-26T06:50:33.980Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-26T06:50:33.981Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-26T06:50:33.984Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T06:50:33.984Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7a9f5569-1608-4a78-937f-c9b61b885922",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666767022560,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:50:34.084Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-26T06:50:34.085Z||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-10-26T06:50:34.085Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UznQRm24lRJQei1Q) ...
2022-10-26T06:50:34.127Z||pool-136-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:50:34.127Z||pool-136-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":0,"count":1}
2022-10-26T06:50:34.985Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-26T06:50:34.986Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-26T06:50:34.988Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T06:50:34.988Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7a9f5569-1608-4a78-937f-c9b61b885922",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666767022560,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-26T06:50:35.088Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-26T06:50:35.089Z||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-10-26T06:50:35.089Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UznQRm24lRJQei1Q) ...
2022-10-26T06:50:35.104Z||pool-137-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:50:35.104Z||pool-137-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-10-26T06:50:35.989Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "7a9f5569-1608-4a78-937f-c9b61b885922",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "01f6507f-7b0f-4e90-95ae-5d7cac07b301",
  "serviceDescription": "service",
  "serviceInvariantUUID": "7206bebe-9f5c-48a9-980e-9b4cf29418b2",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "9d29e295-b4d7-4521-9ed3-410dbf70661a",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "82ebd6e8-8308-4d43-8230-54be4cf3c69c",
      "resourceInvariantUUID": "b31b2585-4cc2-4b93-b977-9eb8cb8cf43a",
      "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": "ZTZhNDE3NDNmNWI3MjQ3NTVmYzk1NmYzNDU0ZjM4NzI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "06874fd0-afd8-4a68-adeb-fef886c7ad31"
    }
  ],
  "workloadContext": "Production"
}
2022-10-26T06:50:35.990Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-26T06:50:35.990Z|7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 01f6507f-7b0f-4e90-95ae-5d7cac07b301 ASDC
2022-10-26T06:50:35.990Z|7a9f5569-1608-4a78-937f-c9b61b885922|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:7a9f5569-1608-4a78-937f-c9b61b885922
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:01f6507f-7b0f-4e90-95ae-5d7cac07b301
ServiceInvariantUUID:7206bebe-9f5c-48a9-980e-9b4cf29418b2
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:06874fd0-afd8-4a68-adeb-fef886c7ad31
ArtifactChecksum:ZTZhNDE3NDNmNWI3MjQ3NTVmYzk1NmYzNDU0ZjM4NzI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:9d29e295-b4d7-4521-9ed3-410dbf70661a
ResourceInvariantUUID:b31b2585-4cc2-4b93-b977-9eb8cb8cf43a
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:82ebd6e8-8308-4d43-8230-54be4cf3c69c
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-10-26T06:50:35.990Z|7a9f5569-1608-4a78-937f-c9b61b885922|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 01f6507f-7b0f-4e90-95ae-5d7cac07b301 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-26T06:50:36.015Z|7a9f5569-1608-4a78-937f-c9b61b885922|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-26T06:50:36.016Z|7a9f5569-1608-4a78-937f-c9b61b885922|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-10-26T06:50:36.016Z|7a9f5569-1608-4a78-937f-c9b61b885922|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-10-26T06:50:36.016Z|7a9f5569-1608-4a78-937f-c9b61b885922|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 06874fd0-afd8-4a68-adeb-fef886c7ad31 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-10-26T06:50:36.017Z|7a9f5569-1608-4a78-937f-c9b61b885922|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-10-26T06:50:36.017Z|7a9f5569-1608-4a78-937f-c9b61b885922|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-10-26T06:50:36.105Z|7a9f5569-1608-4a78-937f-c9b61b885922|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-10-26T06:50:36.112Z|7a9f5569-1608-4a78-937f-c9b61b885922|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 06874fd0-afd8-4a68-adeb-fef886c7ad31 110868
2022-10-26T06:50:36.112Z|7a9f5569-1608-4a78-937f-c9b61b885922|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-10-26T06:50:36.112Z|7a9f5569-1608-4a78-937f-c9b61b885922|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-10-26T06:50:36.112Z|7a9f5569-1608-4a78-937f-c9b61b885922|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-26T06:50:36.112Z|7a9f5569-1608-4a78-937f-c9b61b885922|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-26T06:50:36.117Z|7a9f5569-1608-4a78-937f-c9b61b885922|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T06:50:36.117Z|7a9f5569-1608-4a78-937f-c9b61b885922|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7a9f5569-1608-4a78-937f-c9b61b885922",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666767036112,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-26T06:50:36.215Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-10-26T06:50:36.216Z||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-10-26T06:50:36.216Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UznQRm24lRJQei1Q) ...
2022-10-26T06:50:36.228Z||pool-138-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:50:36.228Z||pool-138-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-26T06:50:36.947Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T06:50:36.947Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T06:50:36.948Z||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 UznQRm24lRJQei1Q) ...
2022-10-26T06:50:36.966Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:50:36.966Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T06:50:36.966Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666766796944,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-10-26T06:50:36.967Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:50:36.967Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T06:50:36.967Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666766796944,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:50:36.967Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:50:36.968Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T06:50:36.968Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666766796944,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:50:36.968Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:50:36.968Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T06:50:36.968Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666766796944,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-26T06:50:36.968Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:50:36.968Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T06:50:36.968Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666766861224,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-26T06:50:36.968Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T06:50:36.968Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T06:50:36.968Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666766863841,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-26T06:50:36.969Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T06:50:36.969Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T06:50:36.969Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666766864925,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-26T06:50:36.969Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T06:50:36.969Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T06:50:36.969Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666766865989,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-10-26T06:50:36.969Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T06:50:36.969Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T06:50:36.969Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666766867138,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-26T06:50:36.969Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T06:50:36.969Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T06:50:36.970Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666766868148,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-10-26T06:50:36.970Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T06:50:36.970Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T06:50:36.970Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666766869160,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-10-26T06:50:36.970Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T06:50:36.970Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T06:50:36.970Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666766870183,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-26T06:50:36.970Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T06:50:37.118Z|7a9f5569-1608-4a78-937f-c9b61b885922|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-26T06:50:37.119Z|7a9f5569-1608-4a78-937f-c9b61b885922|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-10-26T06:50:37.119Z|7a9f5569-1608-4a78-937f-c9b61b885922|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 06874fd0-afd8-4a68-adeb-fef886c7ad31, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-10-26T06:50:37.119Z|7a9f5569-1608-4a78-937f-c9b61b885922|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2022-10-26T06:50:37.120Z|7a9f5569-1608-4a78-937f-c9b61b885922|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-10-26T06:50:37.120Z|7a9f5569-1608-4a78-937f-c9b61b885922|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-10-26T06:50:37.302Z|7a9f5569-1608-4a78-937f-c9b61b885922|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15498210300310822444/Definitions/service-TestPnfMacro-template.yml
2022-10-26T06:50:38.214Z|7a9f5569-1608-4a78-937f-c9b61b885922|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-26T06:50:38.215Z|7a9f5569-1608-4a78-937f-c9b61b885922|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-10-26T06:50:38.215Z|7a9f5569-1608-4a78-937f-c9b61b885922|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-10-26T06:50:38.215Z|7a9f5569-1608-4a78-937f-c9b61b885922|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-10-26T06:50:38.215Z|7a9f5569-1608-4a78-937f-c9b61b885922|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-10-26T06:50:38.216Z|7a9f5569-1608-4a78-937f-c9b61b885922|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-10-26T06:50:38.216Z|7a9f5569-1608-4a78-937f-c9b61b885922|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-10-26T06:50:38.216Z|7a9f5569-1608-4a78-937f-c9b61b885922|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-10-26T06:50:38.216Z|7a9f5569-1608-4a78-937f-c9b61b885922|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-10-26T06:50:38.216Z|7a9f5569-1608-4a78-937f-c9b61b885922|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-10-26T06:50:38.216Z|7a9f5569-1608-4a78-937f-c9b61b885922|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-10-26T06:50:38.216Z|7a9f5569-1608-4a78-937f-c9b61b885922|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-10-26T06:50:38.217Z|7a9f5569-1608-4a78-937f-c9b61b885922|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T06:50:38.217Z|7a9f5569-1608-4a78-937f-c9b61b885922|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-10-26T06:50:38.217Z|7a9f5569-1608-4a78-937f-c9b61b885922|pool-2-thread-9|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-10-26T06:50:38.218Z|7a9f5569-1608-4a78-937f-c9b61b885922|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-10-26T06:50:38.218Z|7a9f5569-1608-4a78-937f-c9b61b885922|pool-2-thread-9|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-26T06:50:38.218Z|7a9f5569-1608-4a78-937f-c9b61b885922|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T06:50:38.219Z|7a9f5569-1608-4a78-937f-c9b61b885922|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-10-26T06:50:38.219Z|7a9f5569-1608-4a78-937f-c9b61b885922|pool-2-thread-9|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-10-26T06:50:38.219Z|7a9f5569-1608-4a78-937f-c9b61b885922|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-10-26T06:50:38.219Z|7a9f5569-1608-4a78-937f-c9b61b885922|pool-2-thread-9|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-26T06:50:38.219Z|7a9f5569-1608-4a78-937f-c9b61b885922|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T06:50:38.220Z|7a9f5569-1608-4a78-937f-c9b61b885922|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-10-26T06:50:38.220Z|7a9f5569-1608-4a78-937f-c9b61b885922|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T06:50:38.220Z|7a9f5569-1608-4a78-937f-c9b61b885922|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-10-26T06:50:38.220Z|7a9f5569-1608-4a78-937f-c9b61b885922|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T06:50:38.220Z|7a9f5569-1608-4a78-937f-c9b61b885922|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-10-26T06:50:38.221Z|7a9f5569-1608-4a78-937f-c9b61b885922|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T06:50:38.221Z|7a9f5569-1608-4a78-937f-c9b61b885922|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-10-26T06:50:38.221Z|7a9f5569-1608-4a78-937f-c9b61b885922|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T06:50:38.221Z|7a9f5569-1608-4a78-937f-c9b61b885922|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-10-26T06:50:38.221Z|7a9f5569-1608-4a78-937f-c9b61b885922|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:01f6507f-7b0f-4e90-95ae-5d7cac07b301
Model Version:NULL
Model InvariantUuid:7206bebe-9f5c-48a9-980e-9b4cf29418b2
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-10-26T06:50:38.228Z|7a9f5569-1608-4a78-937f-c9b61b885922|pool-2-thread-9|||||INFO|500||Processing Resource Type: PNF, Model UUID: 82ebd6e8-8308-4d43-8230-54be4cf3c69c
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-26T06:50:38.231Z|7a9f5569-1608-4a78-937f-c9b61b885922|pool-2-thread-9|||||INFO|500||test-pnf 0
2022-10-26T06:50:38.231Z|7a9f5569-1608-4a78-937f-c9b61b885922|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 82ebd6e8-8308-4d43-8230-54be4cf3c69c
2022-10-26T06:50:38.231Z|7a9f5569-1608-4a78-937f-c9b61b885922|pool-2-thread-9|||||DEBUG|500||No resources found for Service: 01f6507f-7b0f-4e90-95ae-5d7cac07b301
2022-10-26T06:50:38.231Z|7a9f5569-1608-4a78-937f-c9b61b885922|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 01f6507f-7b0f-4e90-95ae-5d7cac07b301
2022-10-26T06:50:38.232Z|7a9f5569-1608-4a78-937f-c9b61b885922|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 82ebd6e8-8308-4d43-8230-54be4cf3c69c ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-26T06:50:38.236Z|7a9f5569-1608-4a78-937f-c9b61b885922|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4fd04b4b, org.onap.sdc.toscaparser.api.parameters.Input@3c126c47, org.onap.sdc.toscaparser.api.parameters.Input@a4a4072, org.onap.sdc.toscaparser.api.parameters.Input@20355926, org.onap.sdc.toscaparser.api.parameters.Input@6df2d478]
2022-10-26T06:50:38.236Z|7a9f5569-1608-4a78-937f-c9b61b885922|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T06:50:38.236Z|7a9f5569-1608-4a78-937f-c9b61b885922|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-10-26T06:50:38.237Z|7a9f5569-1608-4a78-937f-c9b61b885922|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 01f6507f-7b0f-4e90-95ae-5d7cac07b301: test-pnf
2022-10-26T06:50:38.237Z|7a9f5569-1608-4a78-937f-c9b61b885922|pool-2-thread-9|||||INFO|500||Processing PNF resource: 82ebd6e8-8308-4d43-8230-54be4cf3c69c
2022-10-26T06:50:38.237Z|7a9f5569-1608-4a78-937f-c9b61b885922|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T06:50:38.237Z|7a9f5569-1608-4a78-937f-c9b61b885922|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-10-26T06:50:38.237Z|7a9f5569-1608-4a78-937f-c9b61b885922|pool-2-thread-9|||||INFO|500||Resource customization UUID: 9d29e295-b4d7-4521-9ed3-410dbf70661a is the same as notified resource customizationUUID: 9d29e295-b4d7-4521-9ed3-410dbf70661a
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-10-26T06:50:38.269Z|7a9f5569-1608-4a78-937f-c9b61b885922|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 82ebd6e8-8308-4d43-8230-54be4cf3c69c 0 ASDC deployResourceStructure
2022-10-26T06:50:38.269Z|7a9f5569-1608-4a78-937f-c9b61b885922|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-10-26T06:50:38.269Z|7a9f5569-1608-4a78-937f-c9b61b885922|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-10-26T06:50:38.269Z|7a9f5569-1608-4a78-937f-c9b61b885922|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-26T06:50:38.269Z|7a9f5569-1608-4a78-937f-c9b61b885922|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-26T06:50:38.271Z|7a9f5569-1608-4a78-937f-c9b61b885922|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T06:50:38.271Z|7a9f5569-1608-4a78-937f-c9b61b885922|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7a9f5569-1608-4a78-937f-c9b61b885922",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666767038269,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-26T06:50:38.371Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-26T06:50:38.373Z||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-10-26T06:50:38.373Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UznQRm24lRJQei1Q) ...
2022-10-26T06:50:38.385Z||pool-139-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:50:38.385Z||pool-139-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-26T06:50:39.271Z|7a9f5569-1608-4a78-937f-c9b61b885922|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7a9f5569-1608-4a78-937f-c9b61b885922
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-26T06:50:39.283Z|7a9f5569-1608-4a78-937f-c9b61b885922|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7a9f5569-1608-4a78-937f-c9b61b885922
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-26T06:50:39.285Z|7a9f5569-1608-4a78-937f-c9b61b885922|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-26T06:50:39.286Z|7a9f5569-1608-4a78-937f-c9b61b885922|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-26T06:50:39.286Z|7a9f5569-1608-4a78-937f-c9b61b885922|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-26T06:51:09.286Z|7a9f5569-1608-4a78-937f-c9b61b885922|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7a9f5569-1608-4a78-937f-c9b61b885922
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-26T06:51:09.298Z|7a9f5569-1608-4a78-937f-c9b61b885922|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7a9f5569-1608-4a78-937f-c9b61b885922
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-26T06:51:09.300Z|7a9f5569-1608-4a78-937f-c9b61b885922|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-26T06:51:09.300Z|7a9f5569-1608-4a78-937f-c9b61b885922|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-26T06:51:09.300Z|7a9f5569-1608-4a78-937f-c9b61b885922|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-26T06:51:36.947Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T06:51:36.947Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T06:51:36.948Z||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 UznQRm24lRJQei1Q) ...
2022-10-26T06:51:36.974Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:51:36.975Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T06:51:36.975Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a9f5569-1608-4a78-937f-c9b61b885922",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666766906021,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:51:36.976Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:51:36.976Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T06:51:36.976Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a9f5569-1608-4a78-937f-c9b61b885922",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666766912979,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:51:36.976Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:51:36.976Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T06:51:36.976Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a9f5569-1608-4a78-937f-c9b61b885922",
  "consumerID": "aai-ml",
  "timestamp": 1666766906423,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:51:36.976Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:51:36.976Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T06:51:36.977Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a9f5569-1608-4a78-937f-c9b61b885922",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666766906021,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:51:36.977Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:51:36.977Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T06:51:36.977Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a9f5569-1608-4a78-937f-c9b61b885922",
  "consumerID": "aai-ml",
  "timestamp": 1666766906423,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:51:36.977Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:51:36.977Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T06:51:36.977Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a9f5569-1608-4a78-937f-c9b61b885922",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666766912979,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:51:36.977Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:51:36.977Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T06:51:36.977Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a9f5569-1608-4a78-937f-c9b61b885922",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666766906021,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:51:36.977Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:51:36.977Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T06:51:36.977Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a9f5569-1608-4a78-937f-c9b61b885922",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666766912979,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:51:36.977Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:51:36.977Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T06:51:36.977Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a9f5569-1608-4a78-937f-c9b61b885922",
  "consumerID": "aai-ml",
  "timestamp": 1666766906423,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:51:36.977Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:51:36.978Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T06:51:36.978Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a9f5569-1608-4a78-937f-c9b61b885922",
  "consumerID": "cds",
  "timestamp": 1666766917061,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:51:36.978Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:51:36.978Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T06:51:36.978Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a9f5569-1608-4a78-937f-c9b61b885922",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666766906021,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:51:36.978Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:51:36.978Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T06:51:36.978Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a9f5569-1608-4a78-937f-c9b61b885922",
  "consumerID": "aai-ml",
  "timestamp": 1666766906423,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:51:36.978Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:51:36.978Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T06:51:36.978Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a9f5569-1608-4a78-937f-c9b61b885922",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666766912979,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:51:36.978Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:51:36.978Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T06:51:36.978Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a9f5569-1608-4a78-937f-c9b61b885922",
  "consumerID": "cds",
  "timestamp": 1666766917061,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:51:36.978Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:51:36.979Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T06:51:36.979Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a9f5569-1608-4a78-937f-c9b61b885922",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666766906021,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:51:36.979Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:51:36.979Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T06:51:36.979Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a9f5569-1608-4a78-937f-c9b61b885922",
  "consumerID": "aai-ml",
  "timestamp": 1666766906423,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:51:36.979Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:51:36.979Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T06:51:36.979Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a9f5569-1608-4a78-937f-c9b61b885922",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666766912979,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:51:36.979Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:51:36.979Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T06:51:36.979Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a9f5569-1608-4a78-937f-c9b61b885922",
  "consumerID": "cds",
  "timestamp": 1666766917061,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:51:36.980Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:51:36.980Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T06:51:36.980Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a9f5569-1608-4a78-937f-c9b61b885922",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666766906021,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:51:36.980Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:51:36.980Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T06:51:36.980Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a9f5569-1608-4a78-937f-c9b61b885922",
  "consumerID": "aai-ml",
  "timestamp": 1666766906423,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:51:36.980Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:51:36.980Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T06:51:36.980Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a9f5569-1608-4a78-937f-c9b61b885922",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666766912979,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:51:36.980Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:51:36.980Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T06:51:36.980Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a9f5569-1608-4a78-937f-c9b61b885922",
  "consumerID": "cds",
  "timestamp": 1666766917061,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:51:36.980Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:51:36.980Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T06:51:36.980Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a9f5569-1608-4a78-937f-c9b61b885922",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666766906021,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-10-26T06:51:36.981Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:51:36.981Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T06:51:36.981Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a9f5569-1608-4a78-937f-c9b61b885922",
  "consumerID": "aai-ml",
  "timestamp": 1666766906423,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:51:36.981Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:51:36.981Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T06:51:36.981Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a9f5569-1608-4a78-937f-c9b61b885922",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666766912979,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:51:36.981Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:51:36.981Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T06:51:36.981Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a9f5569-1608-4a78-937f-c9b61b885922",
  "consumerID": "cds",
  "timestamp": 1666766917061,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:51:36.981Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:51:36.981Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T06:51:36.981Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a9f5569-1608-4a78-937f-c9b61b885922",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666766906021,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:51:36.981Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:51:36.981Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T06:51:36.981Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a9f5569-1608-4a78-937f-c9b61b885922",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666766912979,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:51:36.982Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:51:36.982Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T06:51:36.982Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a9f5569-1608-4a78-937f-c9b61b885922",
  "consumerID": "aai-ml",
  "timestamp": 1666766906423,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:51:36.982Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:51:36.982Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T06:51:36.982Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a9f5569-1608-4a78-937f-c9b61b885922",
  "consumerID": "cds",
  "timestamp": 1666766917061,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:51:36.982Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:51:36.982Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T06:51:36.982Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a9f5569-1608-4a78-937f-c9b61b885922",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666766906021,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:51:36.982Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:51:36.982Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T06:51:36.982Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a9f5569-1608-4a78-937f-c9b61b885922",
  "consumerID": "aai-ml",
  "timestamp": 1666766906423,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-26T06:51:36.982Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:51:36.982Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T06:51:36.982Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a9f5569-1608-4a78-937f-c9b61b885922",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666766912979,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-26T06:51:36.982Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:51:36.983Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T06:51:36.983Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a9f5569-1608-4a78-937f-c9b61b885922",
  "consumerID": "cds",
  "timestamp": 1666766917061,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:51:36.983Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:51:36.983Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T06:51:36.983Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a9f5569-1608-4a78-937f-c9b61b885922",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666766924515,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-26T06:51:36.983Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T06:51:36.983Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T06:51:36.983Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a9f5569-1608-4a78-937f-c9b61b885922",
  "consumerID": "aai-ml",
  "timestamp": 1666766925569,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-26T06:51:36.983Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T06:51:36.983Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T06:51:36.983Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a9f5569-1608-4a78-937f-c9b61b885922",
  "consumerID": "cds",
  "timestamp": 1666766917061,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:51:36.983Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:51:36.983Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T06:51:36.983Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a9f5569-1608-4a78-937f-c9b61b885922",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666766925614,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:51:36.983Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:51:36.983Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T06:51:36.984Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a9f5569-1608-4a78-937f-c9b61b885922",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666766925531,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-10-26T06:51:36.984Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T06:51:36.984Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T06:51:36.984Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a9f5569-1608-4a78-937f-c9b61b885922",
  "consumerID": "cds",
  "timestamp": 1666766917061,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-26T06:51:36.984Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:51:36.984Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T06:51:36.984Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a9f5569-1608-4a78-937f-c9b61b885922",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666766925614,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:51:36.984Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:51:36.984Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T06:51:36.984Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a9f5569-1608-4a78-937f-c9b61b885922",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666766926534,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-26T06:51:36.990Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 7a9f5569-1608-4a78-937f-c9b61b885922
2022-10-26T06:51:36.990Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7a9f5569-1608-4a78-937f-c9b61b885922 and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-26T06:51:36.998Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T06:51:36.998Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a9f5569-1608-4a78-937f-c9b61b885922",
  "consumerID": "cds",
  "timestamp": 1666766926851,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-26T06:51:36.998Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T06:51:36.999Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T06:51:36.999Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a9f5569-1608-4a78-937f-c9b61b885922",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666766925614,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:51:36.999Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:51:36.999Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T06:51:36.999Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a9f5569-1608-4a78-937f-c9b61b885922",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666766925614,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:51:36.999Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:51:36.999Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T06:51:36.999Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a9f5569-1608-4a78-937f-c9b61b885922",
  "consumerID": "cds",
  "timestamp": 1666766928170,
  "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=?
2022-10-26T06:51:37.003Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7a9f5569-1608-4a78-937f-c9b61b885922
2022-10-26T06:51:37.003Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7a9f5569-1608-4a78-937f-c9b61b885922 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-26T06:51:37.009Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T06:51:37.009Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a9f5569-1608-4a78-937f-c9b61b885922",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666766925614,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:51:37.010Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:51:37.010Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T06:51:37.010Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a9f5569-1608-4a78-937f-c9b61b885922",
  "consumerID": "aai-ml",
  "timestamp": 1666766930901,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-26T06:51:37.010Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T06:51:37.010Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T06:51:37.010Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a9f5569-1608-4a78-937f-c9b61b885922",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666766925614,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:51:37.011Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:51:37.011Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T06:51:37.011Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a9f5569-1608-4a78-937f-c9b61b885922",
  "consumerID": "aai-ml",
  "timestamp": 1666766931905,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-26T06:51:37.015Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 7a9f5569-1608-4a78-937f-c9b61b885922
2022-10-26T06:51:37.015Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7a9f5569-1608-4a78-937f-c9b61b885922 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-26T06:51:37.021Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T06:51:37.022Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a9f5569-1608-4a78-937f-c9b61b885922",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666766925614,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:51:37.022Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:51:37.022Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T06:51:37.022Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a9f5569-1608-4a78-937f-c9b61b885922",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666766925614,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:51:37.023Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:51:37.023Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T06:51:37.023Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a9f5569-1608-4a78-937f-c9b61b885922",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666766925614,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-26T06:51:37.023Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:51:37.023Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T06:51:37.023Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a9f5569-1608-4a78-937f-c9b61b885922",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666766935443,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-26T06:51:37.023Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T06:51:37.023Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T06:51:37.024Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a9f5569-1608-4a78-937f-c9b61b885922",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666766937254,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-26T06:51:37.024Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T06:51:37.024Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T06:51:37.024Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a9f5569-1608-4a78-937f-c9b61b885922",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666766938258,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-26T06:51:37.028Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7a9f5569-1608-4a78-937f-c9b61b885922
2022-10-26T06:51:37.028Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7a9f5569-1608-4a78-937f-c9b61b885922 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-26T06:51:39.300Z|7a9f5569-1608-4a78-937f-c9b61b885922|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7a9f5569-1608-4a78-937f-c9b61b885922
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-26T06:51:39.321Z|7a9f5569-1608-4a78-937f-c9b61b885922|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7a9f5569-1608-4a78-937f-c9b61b885922
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-26T06:51:39.323Z|7a9f5569-1608-4a78-937f-c9b61b885922|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-26T06:51:39.323Z|7a9f5569-1608-4a78-937f-c9b61b885922|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-26T06:51:39.323Z|7a9f5569-1608-4a78-937f-c9b61b885922|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-10-26T06:51:39.323Z|7a9f5569-1608-4a78-937f-c9b61b885922|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-10-26T06:51:39.323Z|7a9f5569-1608-4a78-937f-c9b61b885922|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-26T06:51:39.323Z|7a9f5569-1608-4a78-937f-c9b61b885922|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-26T06:51:39.323Z|7a9f5569-1608-4a78-937f-c9b61b885922|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-26T06:51:39.323Z|7a9f5569-1608-4a78-937f-c9b61b885922|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-26T06:51:39.324Z|7a9f5569-1608-4a78-937f-c9b61b885922|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-26T06:51:39.324Z|7a9f5569-1608-4a78-937f-c9b61b885922|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-10-26T06:51:39.328Z|7a9f5569-1608-4a78-937f-c9b61b885922|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-10-26T06:52:09.329Z|7a9f5569-1608-4a78-937f-c9b61b885922|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7a9f5569-1608-4a78-937f-c9b61b885922 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-10-26T06:52:09.335Z|7a9f5569-1608-4a78-937f-c9b61b885922|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7a9f5569-1608-4a78-937f-c9b61b885922 and serviceModelVersionId: 01f6507f-7b0f-4e90-95ae-5d7cac07b301
2022-10-26T06:52:09.335Z|7a9f5569-1608-4a78-937f-c9b61b885922|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7206bebe-9f5c-48a9-980e-9b4cf29418b2
2022-10-26T06:52:09.336Z|7a9f5569-1608-4a78-937f-c9b61b885922|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7206bebe-9f5c-48a9-980e-9b4cf29418b2/model-vers/model-ver/01f6507f-7b0f-4e90-95ae-5d7cac07b301?depth=0
2022-10-26T06:52:09.340Z|7a9f5569-1608-4a78-937f-c9b61b885922|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-10-26T06:52:09.375Z|7a9f5569-1608-4a78-937f-c9b61b885922|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7206bebe-9f5c-48a9-980e-9b4cf29418b2/model-vers/model-ver/01f6507f-7b0f-4e90-95ae-5d7cac07b301?depth=0|INFO|500||Invoke
2022-10-26T06:52:09.376Z|7a9f5569-1608-4a78-937f-c9b61b885922|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7206bebe-9f5c-48a9-980e-9b4cf29418b2/model-vers/model-ver/01f6507f-7b0f-4e90-95ae-5d7cac07b301?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7206bebe-9f5c-48a9-980e-9b4cf29418b2/model-vers/model-ver/01f6507f-7b0f-4e90-95ae-5d7cac07b301?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[7a9f5569-1608-4a78-937f-c9b61b885922], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[71330d4f-9c9c-4035-acd3-4e1129c6f57a], X-ECOMP-RequestID=[7a9f5569-1608-4a78-937f-c9b61b885922], X-TransactionId=[], X-ONAP-RequestID=[7a9f5569-1608-4a78-937f-c9b61b885922], Content-Type=[application/merge-patch+json]}
2022-10-26T06:52:09.394Z|7a9f5569-1608-4a78-937f-c9b61b885922|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7206bebe-9f5c-48a9-980e-9b4cf29418b2/model-vers/model-ver/01f6507f-7b0f-4e90-95ae-5d7cac07b301?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-10-26T06:52:09.513Z|7a9f5569-1608-4a78-937f-c9b61b885922|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7206bebe-9f5c-48a9-980e-9b4cf29418b2/model-vers/model-ver/01f6507f-7b0f-4e90-95ae-5d7cac07b301?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/7206bebe-9f5c-48a9-980e-9b4cf29418b2/model-vers/model-ver/01f6507f-7b0f-4e90-95ae-5d7cac07b301?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221026-06:52:08:599-17158], vertex-id=[606448], Content-Length=[0], Date=[Wed, 26 Oct 2022 06:52:08 GMT], Content-Type=[application/json]}
2022-10-26T06:52:09.513Z|7a9f5569-1608-4a78-937f-c9b61b885922|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7206bebe-9f5c-48a9-980e-9b4cf29418b2/model-vers/model-ver/01f6507f-7b0f-4e90-95ae-5d7cac07b301?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-10-26T06:52:09.514Z|7a9f5569-1608-4a78-937f-c9b61b885922|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7206bebe-9f5c-48a9-980e-9b4cf29418b2/model-vers/model-ver/01f6507f-7b0f-4e90-95ae-5d7cac07b301?depth=0|INFO|500||InvokeReturn
2022-10-26T06:52:09.515Z|7a9f5569-1608-4a78-937f-c9b61b885922|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-10-26T06:52:09.515Z|7a9f5569-1608-4a78-937f-c9b61b885922|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-10-26T06:52:09.520Z|7a9f5569-1608-4a78-937f-c9b61b885922|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-10-26T06:52:09.520Z|7a9f5569-1608-4a78-937f-c9b61b885922|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7a9f5569-1608-4a78-937f-c9b61b885922 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-10-26T06:52:09.520Z|7a9f5569-1608-4a78-937f-c9b61b885922|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-10-26T06:52:09.521Z|7a9f5569-1608-4a78-937f-c9b61b885922|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-26T06:52:09.524Z|7a9f5569-1608-4a78-937f-c9b61b885922|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T06:52:09.524Z|7a9f5569-1608-4a78-937f-c9b61b885922|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7a9f5569-1608-4a78-937f-c9b61b885922",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666767129520,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-26T06:52:09.623Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-26T06:52:09.625Z||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-10-26T06:52:09.625Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UznQRm24lRJQei1Q) ...
2022-10-26T06:52:09.640Z||pool-140-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:52:09.641Z||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-10-26T06:52:10.545Z|7a9f5569-1608-4a78-937f-c9b61b885922|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T06:52:10.546Z|7a9f5569-1608-4a78-937f-c9b61b885922|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T06:52:10.546Z|7a9f5569-1608-4a78-937f-c9b61b885922|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 UznQRm24lRJQei1Q) ...
2022-10-26T06:52:20.104Z|7a9f5569-1608-4a78-937f-c9b61b885922|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:52:20.104Z|7a9f5569-1608-4a78-937f-c9b61b885922|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T06:52:20.105Z|7a9f5569-1608-4a78-937f-c9b61b885922|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T06:52:20.105Z|7a9f5569-1608-4a78-937f-c9b61b885922|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 UznQRm24lRJQei1Q) ...
2022-10-26T06:52:29.652Z|7a9f5569-1608-4a78-937f-c9b61b885922|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:52:29.652Z|7a9f5569-1608-4a78-937f-c9b61b885922|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T06:52:29.653Z|7a9f5569-1608-4a78-937f-c9b61b885922|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T06:52:29.653Z|7a9f5569-1608-4a78-937f-c9b61b885922|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 UznQRm24lRJQei1Q) ...
2022-10-26T06:52:36.947Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T06:52:36.947Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T06:52:36.947Z||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 UznQRm24lRJQei1Q) ...
2022-10-26T06:52:36.968Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:52:36.969Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T06:52:36.969Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c3383c6-cd10-4e4f-8c55-ddd4d0999ef1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666767021541,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-26T06:52:36.969Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T06:52:36.970Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T06:52:36.970Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a9f5569-1608-4a78-937f-c9b61b885922",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666767022560,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:52:36.970Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:52:36.970Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T06:52:36.970Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a9f5569-1608-4a78-937f-c9b61b885922",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666767022560,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:52:36.970Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:52:36.970Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T06:52:36.970Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a9f5569-1608-4a78-937f-c9b61b885922",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666767022560,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:52:36.970Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:52:36.971Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T06:52:36.971Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a9f5569-1608-4a78-937f-c9b61b885922",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666767022560,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:52:36.971Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:52:36.971Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T06:52:36.971Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a9f5569-1608-4a78-937f-c9b61b885922",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666767022560,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:52:36.971Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:52:36.971Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T06:52:36.971Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a9f5569-1608-4a78-937f-c9b61b885922",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666767022560,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:52:36.971Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:52:36.971Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T06:52:36.972Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a9f5569-1608-4a78-937f-c9b61b885922",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666767022560,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:52:36.972Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:52:36.972Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T06:52:36.972Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a9f5569-1608-4a78-937f-c9b61b885922",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666767022560,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T06:52:36.972Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:52:36.972Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T06:52:36.972Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a9f5569-1608-4a78-937f-c9b61b885922",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666767022560,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-26T06:52:36.972Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T06:52:36.972Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T06:52:36.972Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a9f5569-1608-4a78-937f-c9b61b885922",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666767036112,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-26T06:52:36.972Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T06:52:39.197Z|7a9f5569-1608-4a78-937f-c9b61b885922|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:52:39.198Z|7a9f5569-1608-4a78-937f-c9b61b885922|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T06:52:39.198Z|7a9f5569-1608-4a78-937f-c9b61b885922|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T06:52:39.199Z|7a9f5569-1608-4a78-937f-c9b61b885922|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 UznQRm24lRJQei1Q) ...
2022-10-26T06:52:48.813Z|7a9f5569-1608-4a78-937f-c9b61b885922|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:52:48.814Z|7a9f5569-1608-4a78-937f-c9b61b885922|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T06:52:48.814Z|7a9f5569-1608-4a78-937f-c9b61b885922|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T06:52:48.814Z|7a9f5569-1608-4a78-937f-c9b61b885922|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 UznQRm24lRJQei1Q) ...
2022-10-26T06:52:58.381Z|7a9f5569-1608-4a78-937f-c9b61b885922|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:53:36.947Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T06:53:36.947Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T06:53:36.947Z||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 UznQRm24lRJQei1Q) ...
2022-10-26T06:53:36.947Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T06:53:36.948Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T06:53:36.948Z||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 UznQRm24lRJQei1Q) ...
2022-10-26T06:53:36.979Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:53:36.980Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-26T06:53:36.980Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a9f5569-1608-4a78-937f-c9b61b885922",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666767038269,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-26T06:53:36.981Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T06:53:46.507Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:54:36.944Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T06:54:36.945Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T06:54:36.945Z||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 UznQRm24lRJQei1Q) ...
2022-10-26T06:54:36.947Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T06:54:36.947Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T06:54:36.947Z||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 UznQRm24lRJQei1Q) ...
2022-10-26T06:54:37.477Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:54:37.478Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-26T06:54:37.478Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a9f5569-1608-4a78-937f-c9b61b885922",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666767129520,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-26T06:54:37.479Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T06:54:46.546Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:55:36.944Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T06:55:36.945Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T06:55:36.945Z||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 UznQRm24lRJQei1Q) ...
2022-10-26T06:55:36.947Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T06:55:36.947Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T06:55:36.947Z||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 UznQRm24lRJQei1Q) ...
2022-10-26T06:55:46.513Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:55:46.519Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:56:36.944Z|7a9f5569-1608-4a78-937f-c9b61b885922|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T06:56:36.945Z|7a9f5569-1608-4a78-937f-c9b61b885922|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T06:56:36.945Z|7a9f5569-1608-4a78-937f-c9b61b885922|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 UznQRm24lRJQei1Q) ...
2022-10-26T06:56:36.947Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T06:56:36.947Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T06:56:36.947Z||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 UznQRm24lRJQei1Q) ...
2022-10-26T06:56:46.543Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:56:46.545Z|7a9f5569-1608-4a78-937f-c9b61b885922|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:57:36.944Z|7a9f5569-1608-4a78-937f-c9b61b885922|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T06:57:36.947Z|7a9f5569-1608-4a78-937f-c9b61b885922|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T06:57:36.947Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T06:57:36.947Z|7a9f5569-1608-4a78-937f-c9b61b885922|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 UznQRm24lRJQei1Q) ...
2022-10-26T06:57:36.947Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T06:57:36.947Z||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 UznQRm24lRJQei1Q) ...
2022-10-26T06:57:46.496Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:57:46.504Z|7a9f5569-1608-4a78-937f-c9b61b885922|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:58:36.944Z|7a9f5569-1608-4a78-937f-c9b61b885922|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T06:58:36.945Z|7a9f5569-1608-4a78-937f-c9b61b885922|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T06:58:36.945Z|7a9f5569-1608-4a78-937f-c9b61b885922|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 UznQRm24lRJQei1Q) ...
2022-10-26T06:58:36.947Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T06:58:36.947Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T06:58:36.947Z||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 UznQRm24lRJQei1Q) ...
2022-10-26T06:58:46.498Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:58:46.514Z|7a9f5569-1608-4a78-937f-c9b61b885922|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:59:36.944Z|7a9f5569-1608-4a78-937f-c9b61b885922|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T06:59:36.945Z|7a9f5569-1608-4a78-937f-c9b61b885922|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T06:59:36.945Z|7a9f5569-1608-4a78-937f-c9b61b885922|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 UznQRm24lRJQei1Q) ...
2022-10-26T06:59:36.947Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T06:59:36.947Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T06:59:36.947Z||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 UznQRm24lRJQei1Q) ...
2022-10-26T06:59:46.495Z|7a9f5569-1608-4a78-937f-c9b61b885922|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T06:59:46.501Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T07:00:36.944Z|7a9f5569-1608-4a78-937f-c9b61b885922|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T07:00:36.944Z|7a9f5569-1608-4a78-937f-c9b61b885922|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T07:00:36.945Z|7a9f5569-1608-4a78-937f-c9b61b885922|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 UznQRm24lRJQei1Q) ...
2022-10-26T07:00:36.947Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T07:00:36.947Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T07:00:36.947Z||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 UznQRm24lRJQei1Q) ...
2022-10-26T07:00:46.514Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T07:00:46.518Z|7a9f5569-1608-4a78-937f-c9b61b885922|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T07:01:36.944Z|7a9f5569-1608-4a78-937f-c9b61b885922|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T07:01:36.944Z|7a9f5569-1608-4a78-937f-c9b61b885922|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T07:01:36.945Z|7a9f5569-1608-4a78-937f-c9b61b885922|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 UznQRm24lRJQei1Q) ...
2022-10-26T07:01:36.947Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T07:01:36.947Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T07:01:36.947Z||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 UznQRm24lRJQei1Q) ...
2022-10-26T07:01:46.501Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T07:01:46.506Z|7a9f5569-1608-4a78-937f-c9b61b885922|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T07:02:36.944Z|7a9f5569-1608-4a78-937f-c9b61b885922|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T07:02:36.944Z|7a9f5569-1608-4a78-937f-c9b61b885922|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T07:02:36.944Z|7a9f5569-1608-4a78-937f-c9b61b885922|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 UznQRm24lRJQei1Q) ...
2022-10-26T07:02:36.947Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T07:02:36.947Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T07:02:36.947Z||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 UznQRm24lRJQei1Q) ...
2022-10-26T07:02:46.495Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T07:02:46.496Z|7a9f5569-1608-4a78-937f-c9b61b885922|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T07:03:36.944Z|7a9f5569-1608-4a78-937f-c9b61b885922|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T07:03:36.945Z|7a9f5569-1608-4a78-937f-c9b61b885922|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T07:03:36.945Z|7a9f5569-1608-4a78-937f-c9b61b885922|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 UznQRm24lRJQei1Q) ...
2022-10-26T07:03:36.947Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T07:03:36.947Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T07:03:36.947Z||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 UznQRm24lRJQei1Q) ...
2022-10-26T07:03:46.498Z|7a9f5569-1608-4a78-937f-c9b61b885922|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T07:03:46.499Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T07:04:36.946Z|7a9f5569-1608-4a78-937f-c9b61b885922|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T07:04:36.947Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T07:04:36.947Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T07:04:36.948Z||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 UznQRm24lRJQei1Q) ...
2022-10-26T07:04:36.948Z|7a9f5569-1608-4a78-937f-c9b61b885922|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T07:04:36.948Z|7a9f5569-1608-4a78-937f-c9b61b885922|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 UznQRm24lRJQei1Q) ...
2022-10-26T07:04:46.503Z|7a9f5569-1608-4a78-937f-c9b61b885922|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T07:04:46.515Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T07:05:36.944Z|7a9f5569-1608-4a78-937f-c9b61b885922|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T07:05:36.945Z|7a9f5569-1608-4a78-937f-c9b61b885922|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T07:05:36.945Z|7a9f5569-1608-4a78-937f-c9b61b885922|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 UznQRm24lRJQei1Q) ...
2022-10-26T07:05:36.947Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T07:05:36.947Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T07:05:36.947Z||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 UznQRm24lRJQei1Q) ...
2022-10-26T07:05:46.528Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T07:05:46.532Z|7a9f5569-1608-4a78-937f-c9b61b885922|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T07:06:36.947Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T07:06:36.946Z|7a9f5569-1608-4a78-937f-c9b61b885922|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T07:06:36.948Z|7a9f5569-1608-4a78-937f-c9b61b885922|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T07:06:36.948Z|7a9f5569-1608-4a78-937f-c9b61b885922|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 UznQRm24lRJQei1Q) ...
2022-10-26T07:06:36.948Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T07:06:36.948Z||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 UznQRm24lRJQei1Q) ...
2022-10-26T07:06:46.517Z|7a9f5569-1608-4a78-937f-c9b61b885922|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T07:06:46.525Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T07:07:36.944Z|7a9f5569-1608-4a78-937f-c9b61b885922|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T07:07:36.945Z|7a9f5569-1608-4a78-937f-c9b61b885922|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T07:07:36.946Z|7a9f5569-1608-4a78-937f-c9b61b885922|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 UznQRm24lRJQei1Q) ...
2022-10-26T07:07:36.947Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T07:07:36.947Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T07:07:36.947Z||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 UznQRm24lRJQei1Q) ...
2022-10-26T07:07:46.522Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T07:07:46.524Z|7a9f5569-1608-4a78-937f-c9b61b885922|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T07:08:36.944Z|7a9f5569-1608-4a78-937f-c9b61b885922|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T07:08:36.945Z|7a9f5569-1608-4a78-937f-c9b61b885922|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T07:08:36.945Z|7a9f5569-1608-4a78-937f-c9b61b885922|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 UznQRm24lRJQei1Q) ...
2022-10-26T07:08:36.947Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T07:08:36.947Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T07:08:36.947Z||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 UznQRm24lRJQei1Q) ...
2022-10-26T07:08:46.511Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T07:08:46.512Z|7a9f5569-1608-4a78-937f-c9b61b885922|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T07:09:36.944Z|7a9f5569-1608-4a78-937f-c9b61b885922|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T07:09:36.944Z|7a9f5569-1608-4a78-937f-c9b61b885922|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T07:09:36.944Z|7a9f5569-1608-4a78-937f-c9b61b885922|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 UznQRm24lRJQei1Q) ...
2022-10-26T07:09:36.947Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T07:09:36.947Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T07:09:36.947Z||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 UznQRm24lRJQei1Q) ...
2022-10-26T07:09:46.512Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T07:09:46.519Z|7a9f5569-1608-4a78-937f-c9b61b885922|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T07:10:36.944Z|7a9f5569-1608-4a78-937f-c9b61b885922|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T07:10:36.944Z|7a9f5569-1608-4a78-937f-c9b61b885922|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T07:10:36.945Z|7a9f5569-1608-4a78-937f-c9b61b885922|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 UznQRm24lRJQei1Q) ...
2022-10-26T07:10:36.947Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T07:10:36.947Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T07:10:36.947Z||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 UznQRm24lRJQei1Q) ...
2022-10-26T07:10:46.521Z|7a9f5569-1608-4a78-937f-c9b61b885922|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T07:10:46.524Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T07:11:36.944Z|7a9f5569-1608-4a78-937f-c9b61b885922|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T07:11:36.945Z|7a9f5569-1608-4a78-937f-c9b61b885922|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T07:11:36.945Z|7a9f5569-1608-4a78-937f-c9b61b885922|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 UznQRm24lRJQei1Q) ...
2022-10-26T07:11:36.947Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T07:11:36.947Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T07:11:36.947Z||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 UznQRm24lRJQei1Q) ...
2022-10-26T07:11:46.513Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T07:11:46.513Z|7a9f5569-1608-4a78-937f-c9b61b885922|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T07:12:36.944Z|7a9f5569-1608-4a78-937f-c9b61b885922|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T07:12:36.945Z|7a9f5569-1608-4a78-937f-c9b61b885922|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T07:12:36.945Z|7a9f5569-1608-4a78-937f-c9b61b885922|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 UznQRm24lRJQei1Q) ...
2022-10-26T07:12:36.947Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T07:12:36.947Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T07:12:36.947Z||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 UznQRm24lRJQei1Q) ...
2022-10-26T07:12:46.513Z|7a9f5569-1608-4a78-937f-c9b61b885922|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T07:12:46.514Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T07:13:36.944Z|7a9f5569-1608-4a78-937f-c9b61b885922|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T07:13:36.945Z|7a9f5569-1608-4a78-937f-c9b61b885922|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T07:13:36.945Z|7a9f5569-1608-4a78-937f-c9b61b885922|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 UznQRm24lRJQei1Q) ...
2022-10-26T07:13:36.947Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T07:13:36.947Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T07:13:36.947Z||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 UznQRm24lRJQei1Q) ...
2022-10-26T07:13:46.506Z|7a9f5569-1608-4a78-937f-c9b61b885922|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T07:13:46.510Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T07:14:36.944Z|7a9f5569-1608-4a78-937f-c9b61b885922|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T07:14:36.945Z|7a9f5569-1608-4a78-937f-c9b61b885922|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T07:14:36.945Z|7a9f5569-1608-4a78-937f-c9b61b885922|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 UznQRm24lRJQei1Q) ...
2022-10-26T07:14:36.947Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T07:14:36.947Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T07:14:36.947Z||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 UznQRm24lRJQei1Q) ...
2022-10-26T07:14:46.507Z|7a9f5569-1608-4a78-937f-c9b61b885922|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T07:14:46.526Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T07:15:36.947Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T07:15:36.946Z|7a9f5569-1608-4a78-937f-c9b61b885922|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T07:15:36.948Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T07:15:36.948Z||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 UznQRm24lRJQei1Q) ...
2022-10-26T07:15:36.948Z|7a9f5569-1608-4a78-937f-c9b61b885922|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T07:15:36.948Z|7a9f5569-1608-4a78-937f-c9b61b885922|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 UznQRm24lRJQei1Q) ...
2022-10-26T07:15:46.510Z|7a9f5569-1608-4a78-937f-c9b61b885922|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T07:15:46.548Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T07:16:36.944Z|7a9f5569-1608-4a78-937f-c9b61b885922|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T07:16:36.945Z|7a9f5569-1608-4a78-937f-c9b61b885922|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T07:16:36.945Z|7a9f5569-1608-4a78-937f-c9b61b885922|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 UznQRm24lRJQei1Q) ...
2022-10-26T07:16:36.947Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T07:16:36.947Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T07:16:36.947Z||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 UznQRm24lRJQei1Q) ...
2022-10-26T07:16:46.518Z|7a9f5569-1608-4a78-937f-c9b61b885922|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T07:16:46.522Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T07:17:36.944Z|7a9f5569-1608-4a78-937f-c9b61b885922|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T07:17:36.945Z|7a9f5569-1608-4a78-937f-c9b61b885922|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T07:17:36.945Z|7a9f5569-1608-4a78-937f-c9b61b885922|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 UznQRm24lRJQei1Q) ...
2022-10-26T07:17:36.947Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T07:17:36.947Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T07:17:36.947Z||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 UznQRm24lRJQei1Q) ...
2022-10-26T07:17:46.520Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T07:17:46.520Z|7a9f5569-1608-4a78-937f-c9b61b885922|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T07:18:36.944Z|7a9f5569-1608-4a78-937f-c9b61b885922|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T07:18:36.945Z|7a9f5569-1608-4a78-937f-c9b61b885922|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T07:18:36.945Z|7a9f5569-1608-4a78-937f-c9b61b885922|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 UznQRm24lRJQei1Q) ...
2022-10-26T07:18:36.947Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T07:18:36.947Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T07:18:36.947Z||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 UznQRm24lRJQei1Q) ...
2022-10-26T07:18:46.501Z|7a9f5569-1608-4a78-937f-c9b61b885922|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T07:18:46.502Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T07:19:36.944Z|7a9f5569-1608-4a78-937f-c9b61b885922|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T07:19:36.945Z|7a9f5569-1608-4a78-937f-c9b61b885922|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T07:19:36.945Z|7a9f5569-1608-4a78-937f-c9b61b885922|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 UznQRm24lRJQei1Q) ...
2022-10-26T07:19:36.947Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T07:19:36.947Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T07:19:36.948Z||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 UznQRm24lRJQei1Q) ...
2022-10-26T07:19:46.526Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T07:19:46.526Z|7a9f5569-1608-4a78-937f-c9b61b885922|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T07:20:36.944Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T07:20:36.944Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T07:20:36.945Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as UznQRm24lRJQei1Q) ...
2022-10-26T07:20:36.947Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T07:20:36.947Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T07:20:36.947Z||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 UznQRm24lRJQei1Q) ...
2022-10-26T07:20:46.506Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T07:20:46.513Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T07:21:36.944Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T07:21:36.945Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T07:21:36.945Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as UznQRm24lRJQei1Q) ...
2022-10-26T07:21:36.946Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T07:21:36.947Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T07:21:36.947Z||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 UznQRm24lRJQei1Q) ...
2022-10-26T07:21:46.532Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T07:21:46.533Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T07:22:36.944Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T07:22:36.944Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T07:22:36.945Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as UznQRm24lRJQei1Q) ...
2022-10-26T07:22:36.947Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T07:22:36.947Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T07:22:36.947Z||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 UznQRm24lRJQei1Q) ...
2022-10-26T07:22:46.536Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T07:22:46.540Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T07:23:36.944Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T07:23:36.945Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T07:23:36.945Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as UznQRm24lRJQei1Q) ...
2022-10-26T07:23:36.947Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T07:23:36.947Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T07:23:36.947Z||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 UznQRm24lRJQei1Q) ...
2022-10-26T07:23:46.528Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T07:23:46.532Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T07:24:36.944Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T07:24:36.945Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T07:24:36.945Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as UznQRm24lRJQei1Q) ...
2022-10-26T07:24:36.947Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T07:24:36.947Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T07:24:36.947Z||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 UznQRm24lRJQei1Q) ...
2022-10-26T07:24:46.524Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T07:24:46.532Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T07:25:36.944Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T07:25:36.945Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T07:25:36.946Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as UznQRm24lRJQei1Q) ...
2022-10-26T07:25:36.947Z|7a9f5569-1608-4a78-937f-c9b61b885922|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T07:25:36.947Z|7a9f5569-1608-4a78-937f-c9b61b885922|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T07:25:36.947Z|7a9f5569-1608-4a78-937f-c9b61b885922|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 UznQRm24lRJQei1Q) ...
2022-10-26T07:25:46.510Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T07:25:46.536Z|7a9f5569-1608-4a78-937f-c9b61b885922|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T07:26:36.944Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T07:26:36.945Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T07:26:36.945Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as UznQRm24lRJQei1Q) ...
2022-10-26T07:26:36.947Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T07:26:36.947Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T07:26:36.948Z||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 UznQRm24lRJQei1Q) ...
2022-10-26T07:26:46.505Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T07:26:46.509Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T07:27:36.944Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T07:27:36.944Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T07:27:36.944Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as UznQRm24lRJQei1Q) ...
2022-10-26T07:27:36.947Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T07:27:36.947Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T07:27:36.948Z||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 UznQRm24lRJQei1Q) ...
2022-10-26T07:27:46.542Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T07:27:46.543Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T07:28:36.944Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T07:28:36.944Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T07:28:36.944Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as UznQRm24lRJQei1Q) ...
2022-10-26T07:28:36.947Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T07:28:36.947Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T07:28:36.947Z||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 UznQRm24lRJQei1Q) ...
2022-10-26T07:28:46.496Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T07:28:46.514Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T07:29:36.944Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T07:29:36.945Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T07:29:36.945Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as UznQRm24lRJQei1Q) ...
2022-10-26T07:29:36.947Z|7a9f5569-1608-4a78-937f-c9b61b885922|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T07:29:36.947Z|7a9f5569-1608-4a78-937f-c9b61b885922|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T07:29:36.947Z|7a9f5569-1608-4a78-937f-c9b61b885922|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 UznQRm24lRJQei1Q) ...
2022-10-26T07:29:46.508Z|7a9f5569-1608-4a78-937f-c9b61b885922|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T07:29:46.564Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T07:30:36.944Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T07:30:36.944Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T07:30:36.945Z||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 UznQRm24lRJQei1Q) ...
2022-10-26T07:30:36.947Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T07:30:36.947Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T07:30:36.947Z||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 UznQRm24lRJQei1Q) ...
2022-10-26T07:30:46.502Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T07:30:46.507Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T07:31:36.944Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T07:31:36.945Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T07:31:36.945Z||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 UznQRm24lRJQei1Q) ...
2022-10-26T07:31:36.947Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T07:31:36.947Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T07:31:36.947Z||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 UznQRm24lRJQei1Q) ...
2022-10-26T07:31:46.509Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T07:31:46.515Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T07:32:36.944Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T07:32:36.945Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T07:32:36.945Z||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 UznQRm24lRJQei1Q) ...
2022-10-26T07:32:36.947Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T07:32:36.947Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T07:32:36.947Z||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 UznQRm24lRJQei1Q) ...
2022-10-26T07:32:46.501Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T07:32:46.504Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T07:33:36.944Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T07:33:36.945Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T07:33:36.945Z||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 UznQRm24lRJQei1Q) ...
2022-10-26T07:33:36.947Z|7a9f5569-1608-4a78-937f-c9b61b885922|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T07:33:36.948Z|7a9f5569-1608-4a78-937f-c9b61b885922|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T07:33:36.948Z|7a9f5569-1608-4a78-937f-c9b61b885922|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 UznQRm24lRJQei1Q) ...
2022-10-26T07:33:46.536Z|7a9f5569-1608-4a78-937f-c9b61b885922|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T07:33:46.559Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK